Skip to content
AchaduDevelopers
Operational APIGo to website
Dashboard
Developers/API/messages_list
Inbox

List messages

Lists the paginated history of a conversation.

GET/inbox/conversations/{id}/messagesinbox:read

Request

idstring · pathResource identifier.mandatory
limitinteger · queryQuantity per page.optional
offsetinteger · queryPagination offset.optional

Example

curl
curl 'https://achadu.com/api/v1/inbox/conversations/resource_id/messages' \
+  -H 'Authorization: Bearer ach_live_...' \
+  -H 'Accept: application/json'

Answer

200Operation completed
4xxError with code, message and request_id