{ "opencollection": "1.0.0", "info": { "name": "Tratta Bulk Operations Tickets API", "version": "v1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "List Tickets", "type": "http" }, "http": { "method": "GET", "url": "https://{org-uuid}.production.tratta.io/api/v1/tickets", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (1-500)" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ] }, "docs": "Returns a paginated list of support tickets." }, { "info": { "name": "Create Ticket", "type": "http" }, "http": { "method": "POST", "url": "https://{org-uuid}.production.tratta.io/api/v1/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new support ticket." } ] } ], "bundled": true }