Skip to main content
POST
Login

Body

application/json
email
string<email>
required
password
string
required

Response

Login successful

access_token
string

JWT access token (expires in 1 hour)

refresh_token
string

Refresh token for obtaining new access tokens

token_type
string
Example:

"bearer"

expires_in
integer

Token lifetime in seconds

Example:

3600