{ "opencollection": "1.0.0", "info": { "name": "OpenStack Identity (Keystone) API v3 Domains Endpoints API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Endpoints", "type": "folder" }, "items": [ { "info": { "name": "List service endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://{keystone-host}:5000/v3/endpoints" }, "docs": "List service endpoints" }, { "info": { "name": "Create endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://{keystone-host}:5000/v3/endpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Create endpoint" } ] } ], "bundled": true }