Headers
A unique identifier to each user device and browser.
- Must be less than 8 characters.
- Only alphanumeric characters are allowed.
Body
application/json
The request body for session creation
A temporary token issued by the create auth token API. This token is used in the create session API to exchange for access and refresh tokens.
Example:
"eyJhbGciOiJIUzI1NiIsInR..."
(Optional) A one-time passcode (OTP) provided by the user for native login with 2FA verification.
- Must be a numeric code.
- This field is required only if the
is2FARequiredfield in thePOST /me/auth-tokensAPI response istrue.
Example:
321673