cURL
curl --request POST \ --url https://api.gleap.io/v3/users/resend \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
true
Resend a verification code to the user’s email.
Ok
The response is of type boolean.
boolean