POST
/
users
/
verify
curl --request POST \
  --url https://api.gleap.io/v3/users/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "<string>",
  "email": "<string>"
}'
"<any>"

Body

application/json

Response

200 - application/json

Ok

The response is of type any.