v
latestOpenAPI 3.1.02026-08-09127104507.8 KBSupport
Create a support ticket
Create a support ticket.
post/api/v1/support/tickets
Headers
Idempotency-Keystring
Generate one random value per ticket or reply. Reuse it only when retrying identical text and attachments. Never log this value.
Request body
Example request
{
"subject": "Cannot connect X account",
"body": "I am unable to connect my X account. Please help."
}Response
Original ticket replayed after a safe retry
Example response
{
"publicId": "tkt_a1b2c3d4e5f6a1b2c3d4e5f6",
"attachments": []
}