cURL
curl --request GET \ --url https://api.instantly.ai/api/v2/workspaces/current/whitelabel-domain \ --header 'Authorization: Bearer <token>'
{ "verified": true, "name": "example.com", "verification": [ { "type": "TXT", "domain": "example.com", "value": "vercel-challenge=xyz123", "reason": "TXT record required for domain verification" } ] }
Requires one of the following scopes: workspaces:read, workspaces:all, all:read, all:all
workspaces:read
workspaces:all
all:read
all:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Whether the domain is verified
true
The domain name
"example.com"
Show child attributes