Authentication
Log in
Exchange account credentials for a REST bearer token.
POST
/api/v1/auth/loginAuthentication: no bearer token is required.
Parameters
emailemailrequiredBodyThe registered email address.
passwordstringrequiredBodyThe account password.
Responses
200The credentials were accepted and a JWT was issued.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.