Skip to main content
POST
Create a ticket

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Tenant
number
required

Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.

Body

application/json
customer_id
integer
required

The customer identifier.

Required range: x >= 1
description
string
required

The ticket description.

Maximum string length: 5000
type
enum<string>
required

The ticket type.

Available options:
general,
complaint,
side_effect,
request,
suggestion
status
enum<string>

The ticket status (defaults to open).

Available options:
open,
processing,
resolved,
closed

The assigned user identifier.

Required range: x >= 1

Response

success
string
required
data
TicketResource · object
required