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
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": []
}