Messages
List Messages
This API endpoint retrieves all Messages from a Thread using the GET
method.
Body
None.
Response
An array of message objects stored in the thread.
Type of the returned object, usually "list"
.
ID of the first message in the returned list.
ID of the last message in the returned list.
Indicates whether more messages are available beyond the current list.
Authorization
A valid API key must be passed in the Authorization
header:
Generate your API key here.
Path Parameters
Id of the Thread that stores messages.