DotsDocs
Users

Send a Verification Token

Send a user a verification token.

POST
/v2/users/{user_id}/send-verification-token

Send a user a verification token.

AuthorizationBasic <token>

In: header

Path Parameters

user_id*string

Id of the user to fetch

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v2/users/string/send-verification-token" \  -H "Content-Type: application/json" \  -d '{}'
Empty