v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Triggers

Get the check trigger

[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Finds the check trigger.

get/v1/triggers/checks/{checkId}

Path parameters

checkIdstring required

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

idnumber required
tokenstring required
created_atstring date required
called_atstring date nullable
updated_atstring date nullable
checkIdstring required

Example response

{
  "id": 1,
  "token": "h7QMmh8c0hYw",
  "checkId": "a13a7875-ec45-4780-b39f-675ec288cfe1"
}