Get Message History

Once you send a message, you can check the delivery details of the message using the Get Message History API

You would need the message id to get the message’s history

curl --request GET \
  --url https://chat.zoko.io/v2/message/e202794d-15f6-487a-971b-5e2b6ea8a2a5/history \
  --header 'accept: application/json' \
  --header 'apikey: your-api-key-here'