{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication API", "version": "1.2" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Delete the API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "API Key UUID" } ] }, "docs": "Deletes the API key." }, { "info": { "name": "Retrieve all API keys for the project.", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/projects/:id/api-keys", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project UUID" }, { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full\nattributes. Attribute names can be dotted (up to 3 levels) to included deeply\nnested objects." } ] }, "docs": "Returns all API keys for a specific project." }, { "info": { "name": "Create an API key for a project.", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/projects/:id/api-keys", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project UUID" }, { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full\nattributes. Attribute names can be dotted (up to 3 levels) to included deeply\nnested objects." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an API key for a project." }, { "info": { "name": "Retrieve all user API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/user/api-keys", "params": [ { "name": "search", "value": "", "type": "query", "description": "Search by description" }, { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full\nattributes. Attribute names can be dotted (up to 3 levels) to included deeply\nnested objects." } ] }, "docs": "Returns all API keys for the current user." }, { "info": { "name": "Create an API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/user/api-keys", "params": [ { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full\nattributes. Attribute names can be dotted (up to 3 levels) to included deeply\nnested objects." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a API key for the current user." }, { "info": { "name": "Delete the API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/user/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "API Key UUID" } ] }, "docs": "Deletes the current user API key." } ] } ], "bundled": true }