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/{conversation_id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sender_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "recipient_phone": "255712345678", "is_active": true, "unread_count": 123, "contact_profile_name": "<string>", "last_message_at": "2023-11-07T05:31:56Z", "window": { "open": true, "expires_at": "2023-11-07T05:31:56Z" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "errors": [ { "code": "<string>", "message": "<string>", "field": "<string>" } ], "request_id": "<string>" }
Successful Response
Show child attributes