AUTH_TOKEN_INVALID
The verification or password-reset link is invalid or already used.
HTTP status: 400
What it means
The email-verification or password-reset link could not be matched to a pending token. Tokens are single-use: following a link consumes it.
Why it happens
- The link was already used (tokens are single-use).
- The link was truncated or altered in transit.
- A newer link superseded this one.
How to fix it
- Request a fresh link and follow the newest email.
Example
Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:
See the error index for the full catalog and the API overview for envelope semantics.