Skip to main content
POST
/
api
/
public
/
v1
/
domains
/
list
List custom domains
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Successful response

The response is of type any.