Skip to main content
GET
/
v1
/
message
/
history
Get User Messages
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"
  }
]

Headers

X-API-Key
string
required

Response

Successful Response

message_id
string
required
user_id
string
required
content
string
required
status
enum<string>
required
Available options:
pending,
sent,
failed
sent_at
string<date-time> | null
required
recipient
string | null
campaign_id
string | null
channel_id
string | null
sender_id
string | null
I