cURL
curl --request GET \ --url https://karibu.briq.tz/v1/message/history \ --header 'X-API-Key: <x-api-key>'
[ { "message_id": "<string>", "user_id": "<string>", "recipient": "<string>", "campaign_id": "<string>", "channel_id": "<string>", "sender_id": "<string>", "content": "<string>", "status": "pending", "sent_at": "2023-11-07T05:31:56Z" } ]
Retrieve all messages sent by the authenticated user.
Successful Response
pending
sent
failed