Skip to main content
POST
Create a support ticket

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Body

application/json
type
enum<string>
required
Available options:
incident,
feature_request
Example:

"incident"

title
string
required
Required string length: 1 - 200
Example:

"Fills missing on ES orders since this morning"

description
string
required
Required string length: 1 - 20000
Example:

"Orders 123/456 filled on the exchange but no fills showed in the terminal…"

accountIds
string[]

Affected trading account ids (incidents)

Maximum array length: 50
Maximum string length: 64
occurredAt
string

When the issue happened (ISO 8601)

priority
enum<string>
default:normal
Available options:
low,
normal,
high,
urgent
attachments
object[]
Maximum array length: 5

Response

Created — the new ticket

success
boolean
Example:

true

data
object