Skip to main content

Validate signup token

GET <your-unleash-url>/invite/:token/validate

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Check whether the provided public sign-up token exists, has not expired and is enabled

Request

Path Parameters

  • token string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
token — path required
curl / cURL
curl -L -X GET '<your-unleash-url>/invite/:token/validate' \
-H 'Authorization: <API_KEY_VALUE>'