{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Brand Agents API", "version": "1.0" }, "items": [ { "info": { "name": "Brand Agents", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Get Api V2 Brand_agents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/brand_agents" }, "docs": "Returns a list of all brand agent memberships for your account.\n\n\n#### Pagination\n\n* Cursor pagination (recommended)\n* Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\n\n#### Allowed For:\n\n* Admins\n" }, { "info": { "name": "Zendesk Get Api V2 Brand_agents Brand_agent_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/brand_agents/:brand_agent_id" }, "docs": "Returns a brand agent membership for your account.\n\n\n#### Allowed For\n\n* Admins\n" } ] } ], "bundled": true }