v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Support

Create a support ticket

post/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

subjectstring required
bodystring required

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

publicIdstring required

Example response

{
  "publicId": "tkt_a1b2c3d4e5f6a1b2c3d4e5f6",
  "attachments": []
}