Check which tokens are valid

This operation accepts a list of tokens to validate. Unleash will validate each token you provide. For each valid token you provide, Unleash will return the token along with its type and which projects it has access to.

Request

tokenStringListSchema
tokenslist of stringsRequired
Tokens that we want to get access information about

Response

validatedEdgeTokensSchema
tokenslist of objects
The list of Unleash token objects. Each object contains the token itself and some additional metadata.

Errors