- User Routes
- Send Verification Token
User Routes
Send Verification Token
Send a user a verification token.
POST
/api/v2/users/{user_id}/send-verification-token
client_id*
api_key*
curl --request POST \
--url https://api.senddotssandbox.com/api/v2/users/{user_id}/send-verification-token \
--header 'Authorization: Basic AUTH_VALUE'
Parameters
user_idRequired
string
Id of the user to fetch
curl --request POST \
--url https://api.senddotssandbox.com/api/v2/users/{user_id}/send-verification-token \
--header 'Authorization: Basic AUTH_VALUE'