List conversations
Conversations
List conversations
Retrieve conversations for the authenticated user, including each conversation’s latest message.
Use this endpoint for inbox views and messaging sidebars.
Query behavior:
- Supports pagination and sorting by creation or update timestamp.
GET
List conversations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number, defaults to 1
Required range:
x >= 1Results per page, defaults to 20
Required range:
1 <= x <= 50Field to sort by
Available options:
createdAt, updatedAt Sort direction
Available options:
asc, desc Response
200 - application/json
List of conversations
Unique identifier for the conversation
Conversation source
First participant
Second participant
Whether the conversation is locked
Timestamp when the conversation was created
Timestamp when the conversation was last updated
Latest message in the conversation