{ "opencollection": "1.0.0", "info": { "name": "Metal Authentication Metros API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Metros", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all metros", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/metal/v1/locations/metros" }, "docs": "Provides a listing of available metros" }, { "info": { "name": "Retrieve a specific Metro's details", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/metal/v1/locations/metros/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Metro UUID" } ] }, "docs": "Show the details for a metro, including name, code, and country." } ] } ], "bundled": true }