v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Status Pages
Subscriptions

Bulk create subscriptions for a specific status page

Bulk create subscriptions for a specific status page.

post/v1/status-pages/{statusPageId}/subscriptions/bulk

Path parameters

statusPageIdstring 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

Request body

Example request

{
  "subscriptions": [
    {
      "type": "EMAIL"
    }
  ]
}

Response

Created

creatednumber required

The number of subscriptions successfully created.

skippednumber required

The number of subscriptions skipped (already exist).

status'PENDING' | 'VERIFIED' required

The status of the created subscriptions.