{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Ticket Import API", "version": "1.0" }, "items": [ { "info": { "name": "Ticket Import", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Post Api V2 Imports Tickets", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/imports/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "#### Allowed For\n\n* Admins" }, { "info": { "name": "Zendesk Post Api V2 Imports Tickets Create_many", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/imports/tickets/create_many", "body": { "type": "json", "data": "{}" } }, "docs": "Accepts an array of up to 100 ticket objects.\n\n#### Allowed For\n\n* Admins" } ] } ], "bundled": true }