Skip to main content

Validate an email-confirmation token

POST 

/api/v1/auth/check-confirmation-token

Return the status of an email-confirmation token without consuming it.

Lets the frontend decide whether to render the signup completion form. Possible statuses: valid, expired, invalid, used.

  • Not gated by release_register: in-flight signups must be able to finish even after registration is disabled.
  • Rate limit: 10 / hour / IP (auth_recovery tier).

Request

Responses

Successful Response