Check Verification Token
GET/registrations/verifications/:token
Validate a registration verification token. When the user has not yet set a password, the response prompts for account setup and includes the email. Responds 401 for an unknown token and 403 when the verification link has expired.
Request
Responses
- 200
- 400
- 401
- 403
- 422
Successful Response
Verification token invalid or not found in database.
Email is not registered.
Token is expired or not valid.
Token input is required for this endpoint.