Authentication

Log in

Exchange account credentials for a REST bearer token.

POST/api/v1/auth/login

Authentication: no bearer token is required.

Parameters

emailemailrequired

BodyThe registered email address.

passwordstringrequired

BodyThe account password.

Responses

200

The credentials were accepted and a JWT was issued.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.