{ "opencollection": "1.0.0", "info": { "name": "Heroku Platform Account Domains API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.heroku.com/apps/:app_id_or_name/domains", "params": [ { "name": "app_id_or_name", "value": "", "type": "path", "description": "App ID (UUID) or app name" } ] }, "docs": "List domains" }, { "info": { "name": "Create a domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.heroku.com/apps/:app_id_or_name/domains", "params": [ { "name": "app_id_or_name", "value": "", "type": "path", "description": "App ID (UUID) or app name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a domain" }, { "info": { "name": "Get domain info", "type": "http" }, "http": { "method": "GET", "url": "https://api.heroku.com/apps/:app_id_or_name/domains/:domain_id_or_hostname", "params": [ { "name": "app_id_or_name", "value": "", "type": "path", "description": "App ID (UUID) or app name" }, { "name": "domain_id_or_hostname", "value": "", "type": "path" } ] }, "docs": "Get domain info" }, { "info": { "name": "Delete a domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.heroku.com/apps/:app_id_or_name/domains/:domain_id_or_hostname", "params": [ { "name": "app_id_or_name", "value": "", "type": "path", "description": "App ID (UUID) or app name" }, { "name": "domain_id_or_hostname", "value": "", "type": "path" } ] }, "docs": "Delete a domain" } ] } ], "bundled": true }