curl --request GET \
--url https://app.tagadapay.com/api/public/v1/plugins/v2/domains \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}List all verified custom domains for the account
curl --request GET \
--url https://app.tagadapay.com/api/public/v1/plugins/v2/domains \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}Enter your API key as: Bearer your-api-key
Successful response