cURL
curl --request POST \ --url https://api.arkhq.io/v1/tracking/{trackingId}/verify \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "321", "fullName": "<string>", "dnsOk": true, "dnsStatus": "ok", "dnsError": "<string>", "dnsCheckedAt": "2023-11-07T05:31:56Z", "dnsRecord": { "type": "<string>", "name": "<string>", "value": "<string>" } }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Check DNS configuration for the track domain.
The track domain requires a CNAME record to be configured before open and click tracking will work. Use this endpoint to verify the DNS is correctly set up.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
Track domain ID or UUID
DNS verification result
Show child attributes