API referenceMonitor
Check declared baseline records against live public DNS
Resolves each baseline record and reports whether it is still present. This is what the SDK's checkRecords rides on. Read-only; performs no writes.
Authorization
widgetJWT AuthorizationBearer <token>
Short-lived widget JWT minted server-side via POST /v1/tokens. Scoped to one application (and optionally one domain).
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/monitor:check" \ -H "Content-Type: application/json" \ -d '{ "domain": "string", "baseline": [ {} ] }'Empty
{ "code": "string", "title": "string", "details": "string"}{ "code": "string", "title": "string", "details": "string"}{ "code": "string", "title": "string", "details": "string"}