Sign in

Authenticates with email and password and starts a session cookie. Returns the signed-in user.

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
passwordstringRequired

Response

Successful Response
idstringformat: "uuid"
emailstring
namestring or null
created_atdatetime

Errors

422
Unprocessable Entity Error