Skip to main content
GET
/
api
/
v2
/
accounts
/
ctd
/
status
Get custom tracking domain status
curl --request GET \
  --url https://api.instantly.ai/api/v2/accounts/ctd/status \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "ssl": true,
  "cname": true,
  "host": "example.com"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

host
string
required

Custom tracking domain host

Example:

"example.com"

Response

Default Response

success
boolean
Example:

true

ssl
boolean
Example:

true

cname
boolean
Example:

true

host
string
Example:

"example.com"