Messages
Get all messages of a ticket
GET
https://yourwebsite.com/api/support/tickets/<ticket-id>/messages
Get a message of a ticket
GET
https://yourwebsite.com/api/support/tickets/<ticket-id>/messages/<id>
Add messages to tickets
POST
https://yourwebsite.com/api/support/tickets/<ticket-id>/messages
Path Parameters
Request Body
Last updated