{ "opencollection": "1.0.0", "info": { "name": "Cal.diy API v2 Api Keys Me API", "version": "1.0.0" }, "items": [ { "info": { "name": "Me", "type": "folder" }, "items": [ { "info": { "name": "Get my profile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/me", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get my profile" }, { "info": { "name": "Update my profile", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v2/me", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the authenticated user's profile. Email changes require verification and the primary email stays unchanged until verification completes, unless the new email is already a verified secondary email or the user is platform-managed." } ] } ], "bundled": true }