{ "opencollection": "1.0.0", "info": { "name": "HeyMilo Public ATS Domains API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "List custom domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.heymilo.ai/api/v2/domains", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" } ] }, "docs": "Returns all custom domains configured for the workspace." }, { "info": { "name": "Get a custom domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.heymilo.ai/api/v2/domains/:config_id", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "config_id", "value": "", "type": "path" } ] }, "docs": "Returns a single custom domain configuration by ID." } ] } ], "bundled": true }