/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
Query · 1
domainstringRequiredDomain name to get verification token for.
Request
GET /bff/domain/show-verify-token
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.