get
/{tenantId}/v1/notifications/alertsList notification alerts
Requires Authentication
Notifications
Returns all notification alerts configured for the tenant
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
List of notification alerts
Response Bodyapplication/json
itemsarray
NotificationAlertResponse[]NotificationAlertResponse
totalinteger
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts' \
-H 'Authorization: Bearer {token}'