{ "opencollection": "1.0.0", "info": { "name": "Freshchat REST Accounts Agents API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "listAgents", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.freshchat.com/v2/agents" } }, { "info": { "name": "createAgent", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.freshchat.com/v2/agents", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getAgent", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.freshchat.com/v2/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateAgent", "type": "http" }, "http": { "method": "PUT", "url": "https://{account}.freshchat.com/v2/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteAgent", "type": "http" }, "http": { "method": "DELETE", "url": "https://{account}.freshchat.com/v2/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] } }, { "info": { "name": "listAgentStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.freshchat.com/v2/agents/status" } } ] } ], "bundled": true }