Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://karibu.briq.tz/v1/whatsapp/conversations/summary \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "total": 123, "open": 123, "unread": 123, "unassigned": 123 }, "errors": [ { "code": "<string>", "message": "<string>", "field": "<string>" } ], "request_id": "<string>" }
Counts of conversations (total / open / unread / unassigned) for your workspace.
Successful Response
Show child attributes