Skip to main content
POST
Update support ticket

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Body

application/json
id
integer
required

Support ticket ID.

subject
string

Ticket subject. Letters, numbers, spaces, and basic punctuation only.

user_id
integer

ID of the customer the ticket belongs to.

assignee_by
integer

Staff user ID to assign the ticket to.

status
enum<string>
Available options:
open,
pending,
close,
awaiting_reply
support_department
string
priority
enum<string>
Available options:
low,
medium,
high,
emergency

Response

OK

success
boolean