{ "opencollection": "1.0.0", "info": { "name": "Agorapulse Drafts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Drafts", "type": "folder" }, "items": [ { "info": { "name": "Create a simple draft (deprecated)", "type": "http" }, "http": { "method": "POST", "url": "https://api.agorapulse.com/v1.0/publishing/organizations/:organizationId/workspaces/:workspaceId/simple-drafts", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization identifier" }, { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated: use POST /v1.0/publishing/organizations/{organizationId}/workspaces/{workspaceId}/drafts instead (one draft per profile; see the Drafts tag). This endpoint is frozen and will not receive new features such as per-network options." } ] } ], "bundled": true }