cURL
curl --request GET \ --url https://karibu.briq.tz/v1/message/logs \ --header 'X-API-Key: <x-api-key>'
{ "user_id": "<string>", "logs": [ { "log_id": "<string>", "message_id": "<string>", "status": "pending", "timestamp": "2023-11-07T05:31:56Z", "error_details": "<string>", "response_group_id": 123, "response_group_name": "<string>", "response_id": "<string>", "response_name": "<string>", "response_description": "<string>", "campaign_id": "<string>", "campaign_name": "<string>", "content": "<string>", "recipient": "<string>" } ] }
Fetch all message logs for the authenticated user.
Successful Response
Show child attributes