Skip to main content
All endpoints require authentication.

GET /v1/tickets

List all support tickets for the authenticated user. Response (200):

POST /v1/tickets

Create a new support ticket. Request:
Response (201):
Rate limit: 10 requests / minute

GET /v1/tickets/

Get a ticket and its full reply thread. Path parameter: ticket — ticket ID Response (200):

POST /v1/tickets//reply

Add a reply to an existing ticket. Request:
Response (201):
Rate limit: 10 requests / minute

PUT /v1/tickets//close

Close a ticket. Response (200):

GET /v1/faq

List all public FAQ entries. No authentication required. Response (200):