Complete an automatic Custom Tracking Domain return

Validates the purpose- and revision-bound registrar state, then re-kicks the existing readiness reconciliation.

POST
/v1/email/domains/{id}/custom-tracking/domain-connect/complete

Validates the purpose- and revision-bound registrar state, then re-kicks the existing readiness reconciliation. The callback never declares the host ready or changes email tracking selection.

x-api-key<token>

In: header

Path Parameters

id*string
Match^dom_[0-9a-hjkmnp-tv-z]{16,24}$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

state*string
error?string|null

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/email/domains/string/custom-tracking/domain-connect/complete" \  -H "Content-Type: application/json" \  -d '{    "state": "string"  }'
{  "status": "applied"}