cURL
curl --request GET \ --url https://api.arkhq.io/v1/tracking \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "trackDomains": [ { "id": "1", "name": "track", "fullName": "track.example.com", "domainId": "123", "trackClicks": true, "trackOpens": true, "sslEnabled": true, "dnsOk": true, "createdAt": "2023-11-07T05:31:56Z", "excludedClickDomains": "<string>", "dnsStatus": "ok", "dnsError": "<string>", "dnsCheckedAt": "2023-11-07T05:31:56Z", "dnsRecord": { "type": "CNAME", "name": "track.example.com", "value": "track.mail.arkhq.io" }, "updatedAt": "2023-11-07T05:31:56Z" } ] }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
List all track domains configured for your server. Track domains enable open and click tracking for your emails.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
List of track domains
Show child attributes