Skip to main content
POST
Authenticate user and get access token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

User's email address

Maximum string length: 128
password
string
required

User's password

Response

Authentication successful

accessToken
string
required

JWT access token

tokenType
string
required
Example:

"bearer"

expiresIn
integer
required

Token expiration time in seconds