cURL
curl --request GET \ --url https://api.arkhq.io/v1/tenants/{tenantId}/domains \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "domains": [ { "id": 123, "name": "example.com", "verified": true, "tenant_id": "cm6abc123def456", "tenant_name": "Acme Corp" } ] }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Get all sending domains for a specific tenant with their verification status.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
The tenant ID
List of domains
Show child attributes