List messages
List all messages for the authenticated user with pagination and filtering options
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items to return per page (1-100)
1 <= x <= 100
Page number for pagination
x >= 1
Include status history in the response
Filter messages from this date
Filter messages until this date
Filter messages by sender email
Filter messages by recipient email
Filter messages by status (comma-separated list)
Filter messages by bulk sending ID
Response
Number of items per page
Current page number
Number of items skipped
Total number of messages
End date filter applied
Start date filter applied
Sender email filter applied
Recipient email filter applied
Status filter applied
Bulk sending ID filter applied
Whether there are more pages
Total number of pages