Retrieve a token
Get information about a specific token. The :token part of the URL should be the token’s secret.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
token
Response
publicSignupTokenSchema
secret
The actual value of the token. This is the part that is used by Unleash to create an invite link
url
The public signup link for the token. Users who follow this link will be taken to a signup page where they can create an Unleash user.
name
The token's name. Only for displaying in the UI
enabled
Whether the token is active. This property will always be false for a token that has expired.
expiresAt
The time when the token will expire.
createdAt
When the token was created.
createdBy
The creator's email or username
role
Users who sign up using this token will be given this role.
users
Array of users that have signed up using the token.