Generate PerfectMind Login Session
GET/sso/perfectmind/session
Generates a PerfectMind login session using the provided LoginRadius access token. Returns a session ID and URL that can be used to authenticate the user into the PerfectMind platform.
Request
Responses
- 200
- 400
- 401
- 403
OK: PerfectMind session generated successfully.
Bad Request: The request could not be understood by the server due to malformed syntax.
Unauthorized: The API key or access token is missing or invalid.
Forbidden: The request is not allowed.