List recent conversations
This operation lists conversations and their most recent message, ordered by when the most recent message was sent for that conversation.
Path parameters
The unique ID of the project. You can find this on the Sinch Dashboard.
Query parameters
The application ID
True if only active conversations should be listed. Default is false.
The maximum number of conversations to fetch. Defaults to 10 and the maximum value is 50.
Next page token previously returned if any. When specifying this token, make sure to use the same values for the other parameters from the request that originated the token, otherwise the paged results may be inconsistent.
Whether to sort conversations by newest message first or oldest. Default is DESC (newest first)
Response
A successful response.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.