POST
/
users
/
login

Body

application/json
email
string
required

The email of the user is required to login.

password
string
required

The password of the user is a compulsory requirement for login.

Response

200 - application/json
access_token
string
required

On successful login an access token is returned, which needs to be saved and used as auth token in the future api calls.

refresh_token
string
required

This endpoint also returns a refresh token for the user.