HomeGuidesRecipesAPI Reference
Alation Help Center

Get JSON Web Key Set

This endpoint returns a JSON Web Key Set (JWKS) containing all the public keys for your Alation instance. The public keys can be used to verify all JSON web tokens (JWT) that you have generated with the /token/ endpoint. The keys may be cached offline and fed into commonly available third-party libraries to verify your tokens without making further API calls.

For more details on JSON Web Keys, see RFC 7517.

Recipes
🦉
Authentication with OAuth 2.0 API
Open Recipe
Language
URL