{ "opencollection": "1.0.0", "info": { "name": "Turvo Public Accounts Locations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.turvo.com/v1/locations/list", "params": [ { "name": "start", "value": "", "type": "query", "description": "Zero-based offset of the first record to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of records to return per page." } ] }, "docs": "Lists locations (facilities) in the tenant." }, { "info": { "name": "Create a location", "type": "http" }, "http": { "method": "POST", "url": "https://publicapi.turvo.com/v1/locations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new location with address, geocoordinates, and contacts." }, { "info": { "name": "Retrieve a location", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.turvo.com/v1/locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The Turvo resource ID." } ] }, "docs": "Retrieves a single location by its Turvo ID." }, { "info": { "name": "Update a location", "type": "http" }, "http": { "method": "PUT", "url": "https://publicapi.turvo.com/v1/locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The Turvo resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing location." } ] } ], "bundled": true }