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: <api-key>'
[
  {
    "message_id": "<string>",
    "user_id": "<string>",
    "content": "<string>",
    "sent_at": "2023-11-07T05:31:56Z",
    "recipient": "<string>",
    "campaign_id": "<string>",
    "channel_id": "<string>",
    "sender_id": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Headers

X-API-Key
string
required

Response

Successful Response

message_id
string
required
user_id
string
required
content
string
required
status
enum<string>
required

Message Status.

Available options:
pending,
sent,
failed,
delivered,
read,
queued
sent_at
string<date-time> | null
required
recipient
string | null
campaign_id
string | null
channel_id
string | null
sender_id
string | null