Create a short-term authentication token using user credentials for exchanging access and refresh tokens.
The create session request body.
User's email address.
User's password.
"john_doe_password"
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.
"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.
true