{ "opencollection": "1.0.0", "info": { "name": "HeyMilo Public ATS Design Templates API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Design Templates", "type": "folder" }, "items": [ { "info": { "name": "List design templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.heymilo.ai/api/v2/design-templates", "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" }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive substring filter applied to the template name." } ] }, "docs": "Returns all design templates for the workspace." }, { "info": { "name": "Get a design template", "type": "http" }, "http": { "method": "GET", "url": "https://api.heymilo.ai/api/v2/design-templates/:template_id", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Returns a single design template by ID." } ] } ], "bundled": true }