{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Customer API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "Get the current customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/current_customer" }, "docs": "Retrieves the customer account information for the authenticated user." }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/customer/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the customer." } ] }, "docs": "Retrieves the account information for a specific customer." }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fastly.com/customer/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the customer." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "name", "value": "" } ] } }, "docs": "Updates the account information for a specific customer." } ] } ], "bundled": true }