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