{ "status": "success", "message": "Access token fetched successfully", "data": { "ssoAccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImloZW9udTZAZ21haWwuY29tIiwiaWF0IjoxNzQ2NTMyNDc2LCJleHAiOjE3NDY1MzMzNzZ9.4WElYLkTtunX2NGWJJSUNGLqbXJYJTXn_Du39KrlYDQ" } }
Call this endpoint to get SSO access token (JWT) that contains the user’s information
curl --request GET 'https://test-api.bvndle.com/api/v1/ufel/users/authorization/sso-access-token?authorizationCode=W2H347C8D1VYISL919U4' \ --header 'Content-Type: application/json' \