Parameters
1 query
Query parameters
· 1domainstringRequiredDomain name to verify.
Example
example.comChecks whether the DNS TXT verification record is properly set for the given domain.
1 query
domainstringRequiredDomain name to verify.
example.com1 status code documented
successbooleanRequiredTrue if the domain verification token was found in DNS.
{
"success": false
}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"All BizKitHub public API endpoints require authentication via API key.