v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
Workspace

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

verifiedboolean

Whether the domain is verified

namestring

The domain name

Example response

{
  "verified": true,
  "name": "example.com",
  "verification": [
    {
      "type": "TXT",
      "domain": "example.com",
      "value": "vercel-challenge=xyz123",
      "reason": "TXT record required for domain verification"
    }
  ]
}