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
The response is of type object.
object