Skip to main content
POST
Create Ticket

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Body

application/json

CreateTicketRequest is the request to create a support ticket.

subject
string

Ticket subject.

userId
string

User who creates the ticket.

type
enum<string>
default:TICKET_TYPE_UNSPECIFIED

TicketType represents the category of a support ticket.

Available options:
TICKET_TYPE_UNSPECIFIED,
TICKET_TYPE_BUG_REPORT,
TICKET_TYPE_FEATURE_REQUEST,
TICKET_TYPE_IMPROVEMENT_SUGGESTION,
TICKET_TYPE_QUESTION,
TICKET_TYPE_OTHER
message
string

Initial conversation message content.

Response

A successful response.

CreateTicketResponse is the response after creating a ticket.

ticket
object

Ticket represents a support case.