cURL
curl --request GET \ --url https://karibu.briq.tz/v1/message/history/recipient/{recipient} \ --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 all messages sent to a specific recipient.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
pending
sent
failed