Skip to main content
POST
Bulk create alerts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization to which the alerts will belong to.

Body

application/json

The request body for creating multiple alerts.

alerts
object[]
required

The alerts to create. At most 30 per request.

Required array length: 1 - 30 elements

Response

OK

alerts
object[]
required

The alerts that were created or updated.