Checkio API
get/{tenantId}/v1/notifications/alerts

List notification alerts

Requires Authentication
Notifications

Returns all notification alerts configured for the tenant

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

List of notification alerts

Response Bodyapplication/json
items
array
NotificationAlertResponse[]
NotificationAlertResponse
total
integer

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts' \
  -H 'Authorization: Bearer {token}'