Skip to main content
POST
/
users
/
resend
Resend a verification code to the user's email.
curl --request POST \
  --url https://api.gleap.io/v3/users/resend \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
true

Documentation Index

Fetch the complete documentation index at: https://docs.gleap.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string
required

Response

200 - application/json

Ok

The response is of type boolean.