cURL
curl --request POST \ --url https://karibu.briq.tz/v1/message/send-instant \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "content": "Ping from Briq", "recipients": [ "255788344348" ], "sender_id": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Send an instant message to one or multiple recipients.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"Ping from Briq"
["255788344348"]
["group_id", "group_id"]
Successful Response