Check which tokens are valid
POST/edge/validate
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
Responses
- 200
- 400
- 413
- 415
validatedEdgeTokensSchema
The request data does not match what we expect.
The request body is larger than what we accept. By default we only accept bodies of 100kB or less
The operation does not support request payloads of the provided type. Please ensure that you're using one of the listed payload types and that you have specified the right content type in the "content-type" header.