List Notifications
Notification
List Notifications
Lists inbox notifications.
GET
List Notifications
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Required range:
1 <= x <= 100Example:
10
Page number
Required range:
x >= 1Example:
1
Recipient status
Available options:
UNREAD, READ, ARCHIVED Example:
"UNREAD"
Notification type
Available options:
SUPPORT_CASE_CREATED, SUPPORT_CASE_MESSAGE_CREATED, SUPPORT_CASE_ASSIGNED, SUPPORT_CASE_STATUS_CHANGED, ROUTE_APPROVAL_REQUESTED, ROUTE_APPROVED, ROUTE_REJECTED, TRIP_STATUS_CHANGED, TRIP_EVENT_RECORDED, PAYMENT_CONFIRMED, PAYMENT_FAILED, TRANSFER_PROCESSED, TRANSFER_FAILED, ORDER_CONFIRMED, ORDER_CANCELLED, TICKET_CANCELLED, BENEFIT_REQUEST_APPROVED, BENEFIT_REQUEST_REJECTED, EXPORT_COMPLETED, EXPORT_FAILED Example:
"ROUTE_APPROVAL_REQUESTED"
Notification priority
Available options:
LOW, NORMAL, HIGH, URGENT Example:
"NORMAL"
Related resource domain
Example:
"OPERATIONS"
Related resource name
Example:
"ROUTE_APPROVAL"
Created date range
Example:
">=2026-07-01;<=2026-07-31"
Field to sort by
Available options:
createdAt, readAt, priority Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.