auth
internal

post/api/auth/login

Request body

emailstring email required
passwordstring required

Response

Login successful

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.5"
  }
}

Changes