List messages
GET/v2/messages
Retrieve a paginated list of messages associated with the authenticated team. Messages can be filtered by form, packet, delivery method, and status.
Example:
curl --request GET
--url https://api.app.zentake.com/v2/messages?form=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