Login using email/password
post/auth/v0.1/login
Request
Body
application/json
emailThe e-mail address of your user account.
string
REQUIRED
passwordThe encrypted and base64 encoded password of your user account.
string
REQUIRED
Response
200Login successful.
400Login error.
422Validation error.
Shell cURL
shellShow schema
json