Skip to main content
POST
https://example.com
/
api
/
auth
/
verify-invite
Verify invite token
curl --request POST \
  --url https://example.com/api/auth/verify-invite \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "email": "<string>",
  "valid": "<unknown>"
}

Body

application/json
token
string
required
Required string length: 1 - 128

Response

Successful response

email
string
required
valid
any
required