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

/bff/domain/check-verify-token

Checks whether the DNS TXT verification record is properly set for the given domain.

DomaingetBffDomainCheck-verify-token

Parameters

1 query

1 total
Query · 1
domainstringRequired

Domain name to verify.

Request

GET /bff/domain/check-verify-token

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

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key