List messages in a conversation
Facebook Messages
List messages in a conversation
Get a paginated list of messages sorted chronologically most recent first.
GET
List messages in a conversation
Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the conversation to post a message to
Required range:
x >= 0Query Parameters
Number of results to return in a single response.
The offset of the first result to be returned.
Sort of the messages.
Available options:
-CREATED_AT, CREATED_AT Fetch messages that have text
Fetch messages on or after this date.
Fetch messages on or before this date.