cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/domains/list \ --header 'Authorization: Bearer <token>'
{ "domains": [ { "id": "cdm_123", "domain": "checkout.example.com", "isVerified": true, "enabled": true, "verificationToken": "vrf_token_123", "createdAt": "2024-03-20T10:30:00Z" } ] }
Get all custom domains for the authenticated account
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response