{ "opencollection": "1.0.0", "info": { "name": "Engagedly Activities Locations API", "version": "beta" }, "request": { "auth": { "type": "apikey", "key": "ClientKey", "value": "{{ClientKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List all locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.engagedly.com/beta/locations", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (starts at 1)" }, { "name": "size", "value": "", "type": "query", "description": "Number of records per page (maximum 50)" } ] }, "docs": "Returns a paginated list of all office locations in the organization." }, { "info": { "name": "Create a new location", "type": "http" }, "http": { "method": "POST", "url": "https://api.engagedly.com/beta/locations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new office location in the organization." }, { "info": { "name": "Get a single location", "type": "http" }, "http": { "method": "GET", "url": "https://api.engagedly.com/beta/locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Returns details for a single office location." }, { "info": { "name": "Update an existing location", "type": "http" }, "http": { "method": "PUT", "url": "https://api.engagedly.com/beta/locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates details of an existing office location." }, { "info": { "name": "Delete a location", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.engagedly.com/beta/locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Permanently deletes the specified office location." } ] } ], "bundled": true }