DocsAPI ReferenceDomain/bff/domain/show-verify-token
getDomainAdmin BFF

/bff/domain/show-verify-token

Returns the verification token and DNS TXT record value needed to prove domain ownership.

DomaingetBffDomainShow-verify-token

Parameters

1 query

1 total
Query · 1
domainstringRequired

Domain name to get verification token for.

Request

GET /bff/domain/show-verify-token

get
curl -X GET "https://api.bizkithub.com/bff/domain/show-verify-token?domain=example.com" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "verifyToken": "abc123def456",
  "dnsHeader": "brj-verify=abc123def456"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key