Single message
GET https://api.ecartapi.com/api/v2/packs/{{packID}}/messages/{{id}}
To send messages with your client first you must have the packId and the customer ID both can be found when making a get single order request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"message":{"id":"4eea8d09574241ec834481909cecea35","siteId":"MLM","toId":"1080123254","satus":"available","subject":null,"text":"Test message ToUserId 2","dates":{"receivedAt":"2022-04-20T20:24:41Z","readAt":null,"createdAt":"2022-04-20T20:24:41Z","moderatedAt":null},"moderation":{"status":"clean","reason":null,"source":"online"},"attachments":null}}