User Routes
Send Verification Token
Send a user a verification token.
POST
/
v2
/
users
/
{user_id}
/
send-verification-token
Authorization
Path
curl --request POST \
--url https://api.senddotssandbox.com/api/v2/users/{user_id}/send-verification-token \
--header 'Authorization: <authorization>'
Authorizations
Authorizationheaderrequired
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_idrequired
string
Id of the user to fetch
Response
202
curl --request POST \
--url https://api.senddotssandbox.com/api/v2/users/{user_id}/send-verification-token \
--header 'Authorization: <authorization>'