User Login

Authenticate and get access token

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
passwordstringRequiredformat: "password"

Response

Login successful
access_tokenstring or null
refresh_tokenstring or null
expires_ininteger or null

Errors