{ "opencollection": "1.0.0", "info": { "name": "Cal.diy API v2 Api Keys Deprecated: Platform OAuth Clients API", "version": "1.0.0" }, "items": [ { "info": { "name": "Deprecated: Platform OAuth Clients", "type": "folder" }, "items": [ { "info": { "name": "Get all OAuth clients", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/oauth-clients", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "These endpoints are deprecated and will be removed in the future." }, { "info": { "name": "Create an OAuth client", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/oauth-clients", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "These endpoints are deprecated and will be removed in the future." }, { "info": { "name": "Get an OAuth client", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/oauth-clients/:clientId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "clientId", "value": "", "type": "path" } ] }, "docs": "These endpoints are deprecated and will be removed in the future." }, { "info": { "name": "Update an OAuth client", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v2/oauth-clients/:clientId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "clientId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "These endpoints are deprecated and will be removed in the future." }, { "info": { "name": "Delete an OAuth client", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/oauth-clients/:clientId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "clientId", "value": "", "type": "path" } ] }, "docs": "These endpoints are deprecated and will be removed in the future." } ] } ], "bundled": true }