Skip to main content
POST
Login

Body

application/json
email
string<email>
required
Example:

"user@example.com"

password
string<password>
required
Example:

"your_password"

Response

Login successful

access_token
string

JWT access token (use for API requests)

refresh_token
string

Refresh token (use to get new access token)

token_type
string
Example:

"bearer"

expires_in
integer

Access token expiry in seconds

Example:

3600

user
object