Retrieve a specific message
GET/v2/messages/:id
Fetch a message by its unique identifier (uid).
The response includes all details related to the message, such as the form, packet, patient, and delivery status.
Example:
curl --request GET
--url https://api.app.zentake.com/v2/messages/2535b722-6cac-40a9-9ace-ee62d38d0595
--header 'Content-Type: application/json'
--header 'X-API-KEY: <your_api_key>'
--header 'X-API-SECRET: <your_api_secret>'
Request
Responses
- 200
- 401
- 403
- 404