CronBeacon
POST
/api/v1/ingestion/check-in

Authorization

BearerAuth
AuthorizationBearer <token>

Ingestion token provided when creating a monitor. Include as: Authorization: Bearer

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://cronbeacon.dev/api/v1/ingestion/check-in" \  -H "Content-Type: application/json" \  -d '{}'
{
  "checkInId": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string",
  "issues": [
    {}
  ]
}
{
  "error": "string",
  "limit": 0,
  "windowSeconds": 0,
  "retryAfter": 0
}