Skip to main content
POST
Login

Body

application/json

Request body for user login.

email
string<email>
required

User's email address

password
string
required

User's password

Minimum string length: 1
account
string | null

Account identifier (slug or ID in XX#### format). Required in multi-tenant mode.

Minimum string length: 1

Response

Successful Response

Response for successful authentication (login).

token
string
required

JWT access token

refresh_token
string
required

JWT refresh token

expires_in
integer
required

Access token expiration time in seconds

account
AccountResponse · object
required

Account information

user
UserResponse · object
required

User information