cURL
curl --request GET \ --url https://chat.zoko.io/v2/message/{id}/history \ --header 'apikey: <api-key>'
{ "messageId": "<string>", "history": [ { "deliveryChannel": "whatsapp", "happendAt": "2023-11-07T05:31:56Z", "state": "delivered", "details": { "message": "<string>" } } ] }
Retrieve message delivery history
Authentication is done via apikey provided for your account
apikey
Include the following in your request header
apikey: "your_apikey_here"
ID of message
Message delivery history
The response is of type object.
object