1. Users
  2. Send a verification token to the user
POST

/api/api/users/send_verification_token

client_id*
api_key*
curl --request POST \
     --url https://api.senddotssandbox.com/api/api/users/send_verification_token \
     --header 'Authorization: Basic AUTH_VALUE' \
     --header 'Content-Type: application/json' \
     --data '{
 "verification_id": "string"
}'
{
  "verification_id": "5bcbf7ac-c998-46ce-aa6e-a0c1a3f1f5bd"
}
{
  "success": true
}

Body

verification_idRequired
string

Response

success
boolean