cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/domains/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domainId": "cdm_123" } '
{ "status": "Valid Configuration", "ownershipStatus": "Verified", "domainJson": { "verified": true }, "configJson": { "misconfigured": false } }
Verify DNS configuration and ownership of a custom domain
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response