Retrieve a token
GET/api/admin/invite-link/tokens/:token
Get information about a specific token. The :token
part of the URL should be the token's secret.
Request
Responses
- 200
- 401
- 403
publicSignupTokenSchema
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The provided user credentials are valid, but the user does not have the necessary permissions to perform this operation