{ "opencollection": "1.0.0", "info": { "name": "Rackspace Cloud DNS Contacts Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get Products", "type": "http" }, "http": { "method": "GET", "url": "https://dns.api.rackspacecloud.com/v1.0/v2/products", "params": [ { "name": "offeringCode", "value": "", "type": "query" }, { "name": "offeringVersion", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "marker", "value": "", "type": "query", "description": "Pagination marker (the starting point for the next batch of items)." } ] }, "docs": "Lists Rackspace products under an offering." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://dns.api.rackspacecloud.com/v1.0/v2/products/:productCode", "params": [ { "name": "productCode", "value": "", "type": "path" } ] }, "docs": "Returns a single product by its product code." } ] } ], "bundled": true }