API Reference · Domains
List domains
List all sending domains in your workspace.
GET/v1/domains
Headers
Authorizationstringrequired
Your API key as a bearer token:
Bearer rk_your_api_key. You can also use the X-Api-Key header.Request
curl -X GET https://api.raanse.com/v1/domains \
-H "Authorization: Bearer rk_your_api_key"Response
200{
"success": true,
"message": "OK",
"statusCode": 200,
"data": [{ "id": "01JABCDXYZ0000000000000000", "domain": "acme.co", "overallStatus": "Verified", "verifiedAt": "2026-07-02T12:00:00Z" }]
}