Skip to main content
GET
Get a single support ticket by ID.

Authorizations

X-API-Key
string
header
required

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

Path Parameters

ticketId
string
required

Response

The requested support ticket

Support ticket object

id
string

Ticket ID

companyId
string

Associated company ID (may be null for general tickets)

userId
string

User ID of the ticket creator

whitelabelId
string

Whitelabel instance ID if submitted from a whitelabel domain

subject
string

Ticket subject

description
string

Ticket description

severity
string

Severity (low, medium, high, critical)

status
string

Status (open, in_progress, resolved, closed)

ticketType
string

Ticket type (bug, feature_request, question, other)

attachments
string[]

Attachment objects with type info

response
string

Final support response when resolved

resolvedAt
string

ISO timestamp when the ticket was resolved

resolvedBy
string

User ID of the resolver

createdAt
string

ISO timestamp when the ticket was created

updatedAt
string

ISO timestamp when the ticket was last updated