Skip to main content

Reopen Support Ticket

POST 

/api/support/tickets/:ticket/reopen

Reopens a resolved or closed ticket, setting its status back to open and incrementing reopened_count. The resolution SLA clock starts running again against the original due date.

Required scope: support:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Bearer token with the support:write scope, or an authenticated session, from a user who can view the ticket. A caller whose support seat is the viewer role is refused with 403 — a viewer reads everywhere and writes nowhere, on the customer side as well as in the console. Requires the X-Tenant-Id header (or a tenant subdomain).

If this ticket was merged into another ticket, the request is refused with a 422 whose merged_into (id, number) names the live ticket — send the action there instead.

Request

Responses

OK

Response Headers
    Content-Type