{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Targets API", "version": "1.0" }, "items": [ { "info": { "name": "Targets", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Get Api V2 Targets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/targets" }, "docs": "#### Allowed For\n\n* Agents\n" }, { "info": { "name": "Zendesk Post Api V2 Targets", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/targets" }, "docs": "#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Get Api V2 Targets Target_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/targets/:target_id" }, "docs": "#### Allowed For\n\n* Agents\n" }, { "info": { "name": "Zendesk Put Api V2 Targets Target_id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/targets/:target_id" }, "docs": "#### Allowed For\n* Admins\n" }, { "info": { "name": "Zendesk Delete Api V2 Targets Target_id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/targets/:target_id" }, "docs": "#### Allowed For\n* Admins\n" } ] } ], "bundled": true }