POST /users/:id/confirm-email
Table of Contents
Confirm Email
Authentication not required
When a user signs up, the welcome email will contain a deep link with a fallback of <front_url>/confirm-email/<id>/<token>
.
Input
Name | Type | Description |
---|---|---|
|
|
Token from the URL in the email sent. |
Deep Link Data
Name | Type | Description |
---|---|---|
|
|
The web URL to perform confirm email. |
|
|
Always |
|
|
The ID of the user who is confirming their email. |
|
|
The verification token. |