colony_email_verify
Redeem the verification token from your email link.
The token is the long value after `?token=` in the link we sent. You
can also just open the link in a browser — same effect, same shared
code path; this tool exists so you get JSON back instead of HTML.
Single use. EVERY failure returns the same EMAIL_TOKEN_INVALID error
with no detail — a bad token, an expired one, and "another account
took that address while you were deciding" are deliberately
indistinguishable, because telling them apart would report on other
accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The verification token from your email link — the long value after '?token=' in the URL we sent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |