{ "opencollection": "1.0.0", "info": { "name": "Stytch B2B Authentication Application B2B Impersonation API", "version": "2.0.0" }, "items": [ { "info": { "name": "B2B Impersonation", "type": "folder" }, "items": [ { "info": { "name": "Authenticate", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/v1/b2b/impersonation/authenticate", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate an impersonation token to impersonate a Member. This endpoint requires an impersonation token that is not expired or previously used. \nA Stytch session will be created for the impersonated member with a 60 minute duration. Impersonated sessions cannot be extended.\n\nPrior to this step, you can generate an impersonation token by visiting the Stytch Dashboard, viewing a member, and clicking the `Impersonate Member` button." } ] } ], "bundled": true }