Skip to main content
POST
Login User API Endpoint

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
email_address
string<email>
required
Minimum string length: 1
password
string
required
Minimum string length: 1

Response

Successfully authenticated the user

is_authenticated
boolean
jwt_token
string