auth
internal

post/api/auth/verify-email

Request body

tokenstring required

Single-use token from the verification email.

Response

Email verified successfully

errorstring nullable

Human-readable failure message. Omitted on success.

successboolean required

true when the request succeeded. false responses carry error instead of data.

Example response

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

Changes