Skip to main content

Validate signup token

GET 

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

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

Request

Path Parameters

    token stringrequired

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/invite/:token/validate' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!