v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWorkspace
Get organization verified agency domain information
Requires one of the following scopes: workspaces:read, workspaces:all, all:read, all:all
get/api/v2/workspaces/current/whitelabel-domain
Response
Default Response
Example response
{
"verified": true,
"name": "example.com",
"verification": [
{
"type": "TXT",
"domain": "example.com",
"value": "vercel-challenge=xyz123",
"reason": "TXT record required for domain verification"
}
]
}