Send confirmation email

post/confirm

Request body

emailstring required

Email address to send link email to.

Response

Confirmation response. For forms both success and validation errors.

csrf_tokenstring

Session CSRF token

Example response

{
  "user": {
    "id": 42
  }
}

Changes