{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Registrar Domains API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Registrar Domains", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List domains", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/registrar/domains", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List domains handled by Registrar." }, { "info": { "name": "APIs.io Engineering Platform Get domain", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/registrar/domains/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Show individual domain." }, { "info": { "name": "APIs.io Engineering Platform Update domain", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/registrar/domains/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update individual domain." } ] } ], "bundled": true }