{ "opencollection": "1.0.0", "info": { "name": "Hustle Public Access Token Agents API", "version": "v3" }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Get Agents", "type": "http" }, "http": { "method": "GET", "url": "/v3/agents", "params": [ { "name": "id", "value": "", "type": "query", "description": "Agent ID." }, { "name": "groupId", "value": "", "type": "query", "description": "The ID of the Group the agent belongs to." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for start of next set of items. Pass whatever you receive from the response to get the next elements in the array." }, { "name": "limit", "value": "", "type": "query", "description": "Limit of items per page." } ] }, "docs": "Get a list of agents scoped by the query parameters." }, { "info": { "name": "Create Agent", "type": "http" }, "http": { "method": "POST", "url": "/v3/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agent. This will send an email invite to the agent being created if they are not already a Hustle user." }, { "info": { "name": "Update Agent", "type": "http" }, "http": { "method": "PUT", "url": "/v3/agents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing agent." } ] } ], "bundled": true }