auth

Login

post/api/login

Request body

emailstring email required
passwordstring required
session_durationinteger

Response

Successful Response

csrf_tokenstring required

Example response

{
  "user": {
    "id": "00000000-0000-0000-0000-000000000001",
    "groups": [
      {
        "id": "00000000-0000-0000-0000-000000000001"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.