{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Service Maps API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Honeycomb-Team", "value": "{{X-Honeycomb-Team}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Maps", "type": "folder" }, "items": [ { "info": { "name": "Create a service map dependency request", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/service_map", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new dependency request to generate a service map visualizing relationships between services." } ] } ], "bundled": true }