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

List notification logs

Requires Authentication
Notifications

Returns notification logs for the tenant with optional filtering

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Query Parameters

NameTypeDescription
pageSize
integerNumber of items per page (max 100)Default: 50
pageToken
stringToken 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
items
array
NotificationLogResponse[]
NotificationLogResponse
total
integer
nextPageToken
string
- Token for fetching the next page of results

Code Examples

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