Generating a JSON Web Token (JWT)
API Users will need to generate a JSON Web Token (JWT) to use for system-level authentication to the Dataset Exchange API. This JWT is required for generating time-limited Client Data Access (CDA) tokens.
You can find example code for generating a JWT in our api-examples repo in C#/.NET, Python, and Node. This is currently a private repo. Please contact [email protected] if you'd like access. Public client library coming soon.
Updated 30 days ago
What’s Next