Get details for a specific message
curl --request GET \ --url https://api.a1base.com/v1/messages/individual/{accountId}/get-details/{messageId} \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "status": "success", "data": { "chat_id": "<string>", "chat_name": "<string>", "participants": [ "<string>" ], "account_id": "<string>", "message_id": "<string>", "to": "<string>", "from": "<string>", "body": "<string>", "status": "queued", "date_created": "2023-11-07T05:31:56Z", "direction": "<string>", "attachment_uri": "<string>" } }
success
Show child attributes
queued
sent