{ "opencollection": "1.0.0", "info": { "name": "Very Good Security (VGS) aliases organizations API", "version": "1.0" }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.verygoodvault.com/organizations", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reads basic organization details accessible to the authenticated service account (requires the organizations:read scope). Served from the VGS Accounts control plane." }, { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.verygoodvault.com/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization identifier." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a single organization by identifier (organizations:read scope)." } ] } ], "bundled": true }