get
/{tenantId}/v1/notifications/logsList notification logs
Requires Authentication
Notifications
Returns notification logs for the tenant with optional filtering
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Query Parameters
| Name | Type | Description |
|---|---|---|
pageSize | integer | Number of items per page (max 100)Default: 50 |
pageToken | string | Token for pagination |
eventType | "balance-low" | "balance-zero" | "billing-failure" | Filter by event type |
channel | "email" | "sms" | "whatsapp" | Filter by notification channel |
Responses
List of notification logs
Response Bodyapplication/json
itemsarray
NotificationLogResponse[]NotificationLogResponse
totalinteger
nextPageTokenstring
- Token for fetching the next page of resultsCode Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/logs' \
-H 'Authorization: Bearer {token}'