v1

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

Create Email Verification

Use this endpoint to send a verification message to your user email address to confirm they are the valid owners of that address. Both the userId and secret arguments will be passed as query parameters to the URL you have provided to be attached to the verification email. The provided URL should redirect the user back to your app and allow you to complete the verification process by verifying both the userId and secret parameters. Learn more about how to complete the verification process. The verification link sent to the user's email address is valid for 7 days.

Please note that in order to avoid a Redirect Attack, the only valid redirect URLs are the ones from domains you have set when adding your platforms in the console interface.

post/account/verification

Request body

urlstring required

URL to redirect the user back to your app from the verification email. Only URLs from hostnames in your project platform list are allowed. This requirement helps to prevent an open redirect attack against your project API.

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.