Skip to main content
POST
/
api
/
public
/
v1
/
domains
/
verify
Verify 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
  }
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
domainId
string
required

Response

Successful response

The response is of type any.