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
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
}
}