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