Tickets
Diese Seite ist nicht auf Deutsch verfügbar. Die englische Version wird angezeigt.
Submit a ticket
Use this method to submit a ticket to a help desk system.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v2/my/tickets" \ -H "Content-Type: application/json" \ -d '{ "subject": "Bug", "text": "Fix it please" }'{ "uuid": "36f59381-5b54-48bd-a0c7-3b908c476732"}{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Not Found" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}