{ "opencollection": "1.0.0", "info": { "name": "Lev Account & Team API", "version": "2026-03" }, "items": [ { "info": { "name": "Account & Team", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user's profile, account, and platform details", "type": "http" }, "http": { "method": "GET", "url": "https://api.lev.com/api/external/v2/me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the authenticated user's profile, account, and platform details\n\nDocs page: https://www.lev.com/docs/build/account" }, { "info": { "name": "List every account the authenticated user has an active membership on", "type": "http" }, "http": { "method": "GET", "url": "https://api.lev.com/api/external/v2/me/accounts", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List every account the authenticated user has an active membership on\n\nDocs page: https://www.lev.com/docs/build/account" }, { "info": { "name": "Persist the authenticated user's active-account preference on the server", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lev.com/api/external/v2/me/active-account", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Persist the authenticated user's active-account preference on the server\n\nDocs page: https://www.lev.com/docs/build/account" }, { "info": { "name": "List team members in your account", "type": "http" }, "http": { "method": "GET", "url": "https://api.lev.com/api/external/v2/account/team", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List team members in your account\n\nDocs page: https://www.lev.com/docs/build/account" } ] } ], "bundled": true }