{ "opencollection": "1.0.0", "info": { "name": "NavigateAI Access codes Locations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/location", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "reference_key", "value": "", "type": "query" }, { "name": "market_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List locations" }, { "info": { "name": "Create a location", "type": "http" }, "http": { "method": "POST", "url": "https://api.navigateai.co/v1/location", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a location" }, { "info": { "name": "Get a location", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/location/:location_id", "params": [ { "name": "location_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a location" }, { "info": { "name": "Update a location", "type": "http" }, "http": { "method": "POST", "url": "https://api.navigateai.co/v1/location/:location_id", "params": [ { "name": "location_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a location" } ] } ], "bundled": true }