{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal workos-connect API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "workos-connect", "type": "folder" }, "items": [ { "info": { "name": "Complete External Authentication", "type": "http" }, "http": { "method": "POST", "url": "https://api.workos.com/authkit/oauth2/complete", "body": { "type": "json", "data": "{}" } }, "docs": "Completes an external authentication flow and returns control to AuthKit. This endpoint is used with [Standalone Connect](/authkit/connect/standalone) to bridge your existing authentication system with the Connect OAuth API infrastructure.\n\nAfter successfully authenticating a user in your application, calling this endpoint will:\n\n- Create or update the user in AuthKit, using the given `id` as its `external_id`.\n- Return a `redirect_uri` your application should redirect to in order for AuthKit to" } ] } ], "bundled": true }