A valid request URL is required to generate request examples
[ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "count": 123 } ]
cURL
curl --request GET \ --url {schemes}://api.upsun.com/projects/{projectId}/domain-claims \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The identifier of DomainClaim
The creation date
The update date
The claimed domain name
Number of domains using this claim
Was this page helpful?