{ "opencollection": "1.0.0", "info": { "name": "Telemetron External API (ext-v1) Customer Ticket API", "version": "ext-v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Ticket", "type": "folder" }, "items": [ { "info": { "name": "Create a support ticket", "type": "http" }, "http": { "method": "POST", "url": "https://admin.telemetron.ai/api/ext-v1/ticket/createTicket", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a support ticket. Requires either customerEmail or customerId; an unknown customerEmail auto-creates the customer. Tickets are auto-categorized and routed by the organization's rules." } ] } ], "bundled": true }