Last updated 2 years ago
Here you can send a new confirmation email to a user if you have this need
invisible
numeric
curl -L \ --request POST \ --url '/users/account-complete/retry' \ --header 'x-w3block-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "companyId": "text", "verificationType": "numeric" }'
No Content