Skip to main content
PATCH
Update the state of an existing inbox ticket to either open (reopening a previously resolved thread) or closed (archiving a completed customer issue).

Authentication

This endpoint requires Bearer token authentication.

Path Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
Unique UUID identifier of the inbox ticket.

Request Body

string
required
The target status to assign to the ticket. Allowed values: open, closed.

Response Fields

string
UUID of the inbox ticket.
string
UUID of the owning organization.
string
UUID of the associated contact.
string
UUID of the assigned WhatsApp phone number, or null.
string
Updated ticket status (open or closed).
string
ISO 8601 creation timestamp.
string
ISO 8601 update timestamp reflecting status modification.