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