{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account Regions API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Regions", "type": "folder" }, "items": [ { "info": { "name": "List regions", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/regions" }, "docs": "Returns a list of all available regions where Linode services can be deployed, including their capabilities and status." }, { "info": { "name": "Get a region", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/regions/:regionId", "params": [ { "name": "regionId", "value": "", "type": "path", "description": "The ID of the region." } ] }, "docs": "Returns the details for a single region." } ] } ], "bundled": true }