List all messages of a conversation
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
The numeric ID of the account
The numeric ID of the conversation
Fetch messages after the message with this ID. Returns up to 100 messages in ascending order.
Fetch messages before the message with this ID. Returns up to 20 messages in ascending order.