01
List recent conversations
Send GET /api/v1/conversations with a valid Bearer API key. The endpoint returns recent contacts ordered by activity and adds latest_message when a message is available.
02
Control response size
The default limit is 30 and the maximum is 100. This endpoint currently provides a recent window rather than cursor pagination.
03
Read the latest message
latest_message contains contactId, body, direction, and createdAt. It can be null when a contact exists without a retrievable message in the current dataset.
