Skip to main content
POST
/
users
/
verify
Authenticate user for Pusher session.
curl --request POST \
  --url https://api.gleap.io/v3/users/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>",
  "email": "<string>"
}
'

Body

application/json
code
string
required
email
string
required

Response

200 - application/json

Ok