Change ticket status
Tickets
Change Ticket Status
Update the status of a ticket
POST
Change ticket status
Overview
Update the status of a ticket. Available statuses:open, in-progress, resolved, closed.
Important Notes:
- A system message is automatically added when the status changes
- Common transitions: open → in-progress → resolved → closed
- Tickets can be reopened from closed/resolved status
Path Parameters
Ticket ID
Request Body
New status:
open, in-progress, resolved, closedUserId of the staff member changing the status
Response
Whether the request was successful
Example
Response Example
Error Responses
400 - Invalid Status
400 - Invalid Status
403 - Premium Required
403 - Premium Required
404 - Ticket Not Found
404 - Ticket Not Found
Rate Limit
25 requests per second per API keyAuthorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Path Parameters
Ticket ID
Body
application/json
Response
Status changed successfully

