cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/custom-domains/{name}/verify \ --header 'Authorization: Bearer <token>'
{ "status": "Valid Configuration", "domainJson": { "name": "<string>", "apexName": "<string>", "projectId": "<string>", "redirect": "<string>", "redirectStatusCode": 123, "gitBranch": "<string>", "updatedAt": 123, "createdAt": 123, "verified": true, "verification": [ { "type": "<string>", "domain": "<string>", "value": "<string>", "reason": "<string>" } ] } }
Verify custom domain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Valid Configuration
Invalid Configuration
Domain Not Found
Pending Verification
Unknown Error
Show child attributes