cURL
curl --request GET \ --url https://api.reqlick.com/domains/{slug}/status \ --header 'Authorization: Bearer <token>'
{ "status": "Invalid Configuration", "response": { "domainJson": { "name": "example.xyz", "apexName": "example.xyz", "projectId": "prj_reqlick", "redirect": "<string>", "redirectStatusCode": 123, "gitBranch": "<string>", "customEnvironmentId": "<string>", "updatedAt": 1721846510524, "createdAt": 1721846510524, "verified": true } } }
Retrieve a domain verification status for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Domain slug
Get domain verification status
Valid Configuration
Invalid Configuration
Pending Verification
Domain Not Found
Unknown Error
"Invalid Configuration"
Show child attributes
Domain name
"example.xyz"
Apex domain name
Project ID
"prj_reqlick"
Redirect URL
Redirect status code
Git branch
Custom environment ID
Timestamp when the domain was last updated
1721846510524
Timestamp when the domain was created
Domain verification status
true