Skip to main content
POST
Create a new support ticket.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Ticket details

Request body for creating a support ticket

description
string
required

Detailed description of the issue or request

subject
string
required

Short summary of the issue or request

attachments
string[]

Attachment references (platform image IDs, document IDs, or {type, id, name} objects)

severity
string

Severity (one of: low, medium, high, critical). Default: medium

ticketType
string

Ticket type (one of: bug, feature_request, question, other). Default: question

Response

The created ticket

Support ticket object

attachments
string[]

Attachment objects with type info

companyId
string

Associated company ID (may be null for general tickets)

createdAt
string

ISO timestamp when the ticket was created

description
string

Ticket description

id
string

Ticket ID

resolvedAt
string

ISO timestamp when the ticket was resolved

resolvedBy
string

User ID of the resolver

response
string

Final support response when resolved

severity
string

Severity (low, medium, high, critical)

status
string

Status (open, in_progress, resolved, closed)

subject
string

Ticket subject

ticketType
string

Ticket type (bug, feature_request, question, other)

updatedAt
string

ISO timestamp when the ticket was last updated

userId
string

User ID of the ticket creator

whitelabelId
string

Whitelabel instance ID if submitted from a whitelabel domain