Body
application/json
The create session request body.
Response
Successfully created an auth token for user.
A temporary token issued after the initial login step. This token is used in the create session API to exchange for access and refresh tokens.
Example:
"eyJhbGciOiJIUzI1NiIsInR..."
Whether two-factor authentication (2FA) is required for the create session API. If true, the client must include an OTP code in the request body to complete the authentication.
Example:
true