Messages
Get user conversation
REQUIRED SCOPES <code>['messages:read']</code><br>This API endpoint returns a paginated list of current user conversations including the latest messages. Will return most recent messages first. <br><br>The request is used to fetch thread message information by conversation_id.
get/messages/{conversation}
Path parameters
conversationinteger required
ID of conversation
Query parameters
limitinteger required
Limit
beforeinteger
Where message id is less than
grouped_responseboolean
Is return grouped response
Response
OK
Changes
No recorded changes to this endpoint across all 2 revisions of this API.