Create track domain
Tracking
Create track domain
Create a new track domain for open/click tracking for a tenant.
After creation, you must configure a CNAME record pointing to the provided DNS value before tracking will work.
POST
Create track domain
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The tenant ID
Body
application/json
Subdomain name (e.g., 'track' for track.yourdomain.com)
Minimum string length:
1Example:
"track"
ID of the sending domain to attach this track domain to
Required range:
x >= 1Example:
123
Enable click tracking (accepts null, defaults to true)
Enable open tracking (tracking pixel, accepts null, defaults to true)
Enable SSL for tracking URLs (accepts null, defaults to true)
