{ "opencollection": "1.0.0", "info": { "name": "PlanetScale Platform Backups Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.planetscale.com/v1/organizations" }, "docs": "Returns a list of all organizations the authenticated user or service token has access to." }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.planetscale.com/v1/organizations/:organization", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." } ] }, "docs": "Returns details about a specific organization by name." } ] } ], "bundled": true }