User
List messages
List all messages for the authenticated user with pagination and filtering options
GET
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)
Required range:
1 <= x <= 100
Page number for pagination
Required range:
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
200
application/json
List of messages with pagination information
The response is of type object
.