Connect Domain
API referenceConnections

Per-record propagated/missing report

POST
/connections/{id}/records:check
AuthorizationBearer <token>

API key: sk_test_… / sk_live_… (hashed at rest, scoped)

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X POST "https://example.com/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/records:check"
{  "records": [    {      "host": "string",      "type": "A",      "value": "string",      "ttl": 300,      "priority": 0,      "propagated": true,      "observed_value": "string"    }  ]}
{  "error": {    "code": "string",    "message": "string",    "details": null  }}