cURL
curl --request GET \ --url https://api.arkhq.io/v1/domains \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "domains": [ { "id": "123", "name": "<string>", "verified": true, "dnsOk": true } ] }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Get all sending domains with their verification status
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
List of domains
Show child attributes