Use this endpoint to get an access token for a user or client.
You can only use one authentication method per request — pick the one that fits your use case:
username, password, and grantType = password.clientId, clientSecret, and set grantType = client_credentials.Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Information used to request an access token. Use one authentication method per request.
Returns the access credentials on successful authentication.
If the user has MFA enabled, the response will contain an MFAChallengeResponse instead, with a temporary mfaToken to complete the verification flow through the MFA endpoints.
Information used to manage OAuth2 authentication data. It securely stores access credentials, ensuring seamless authorization and control over protected resources.
A temporary token that grants the user secure access the APIs.
The time (in seconds) until the token expires.
A long-lived token that allows users to obtain a new access_token without requiring them to log in again.
The type of token issued.
The identity details about the authenticated user in OpenID Connect standards. It can be used to verify user authentication.
The level of access granted to the issued tokens