{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication PaymentMethods API", "version": "1.2" }, "items": [ { "info": { "name": "PaymentMethods", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a payment method", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/payment-methods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Payment Method 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 a payment method" }, { "info": { "name": "Update the payment method", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/payment-methods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Payment Method 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": "Updates the payment method." }, { "info": { "name": "Delete the payment method", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/payment-methods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Payment Method UUID" } ] }, "docs": "Deletes the payment method." } ] } ], "bundled": true }