{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Self-serve portal API", "version": "1" }, "items": [ { "info": { "name": "Self-serve portal", "type": "folder" }, "items": [ { "info": { "name": "Get self-serve portal link", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/account_api/v1/portal_link", "params": [ { "name": "subnav", "value": "", "type": "query", "description": "The area of the portal you want the user to land on" }, { "name": "return_url", "value": "", "type": "query", "description": "The URL to redirect the user to after they have completed their actions in the portal." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a link to the self-serve portal for the authenticated user. The user can use this link to manage their account, update their profile, and view their entitlements.\n" } ] } ], "bundled": true }