Retrieve conversations for the authenticated user, including each conversation’s latest message.
Use this endpoint for inbox views and messaging sidebars.
Query behavior:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number, defaults to 1
x >= 1Results per page, defaults to 20
1 <= x <= 50Field to sort by
createdAt, updatedAt Sort direction
asc, desc 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