cURL
curl --request GET \ --url https://karibu.briq.tz/v1/message/message-log/{message_id} \ --header 'Authorization: Bearer <token>'
{ "message_id": "<string>", "user_id": "<string>", "content": "<string>", "status": "pending", "sent_at": "2023-11-07T05:31:56Z", "recipient": "<string>", "campaign_id": "<string>", "channel_id": "<string>", "sender_id": "<string>" }
Retrieve details of a specific message.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
pending
sent
failed