v1

latestOpenAPI 3.0.0BSD-3-Clause2026-07-146135105.7 KB
account

Complete Email Verification

Use this endpoint to complete the user email verification process. Use both the userId and secret parameters that were attached to your app URL to verify the user email ownership. If confirmed this route will return a 200 status code.

put/account/verification

Request body

secretstring required

Valid verification token.

userIdstring required

User unique ID.

Response

Token

$idstring required

Token ID.

expireinteger required

Token expiration date in Unix timestamp.

secretstring required

Token secret key. This will return an empty string unless the response is returned using an API key or as part of a webhook payload.

userIdstring required

User ID.