Endpoint
No authentication required
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
token | string | Yes | 64-character token received by email |
Example
Response
Error codes
| Status | Code | Description |
|---|---|---|
| 404 | invalid_token | Token not found |
| 409 | token_used | Account already activated |
| 410 | token_expired | Token expired (24h limit) |

