cURL
curl --request POST \ --url {schemes}://api.upsun.com/projects/{projectId}/domain-claims \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "<string>", "code": 123 }
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
The status text of the response
The status code of the response
Was this page helpful?