JWT Enrichment
JWT enrichment allows end subscribers API requests to be enhanced with metadata stored in Revenium's platform to enable customized API responses based upon the user making the API call.
Field
Description
{
"consumedQuota": 0,
"product": "An API Product",
"productTags" [
"tag1",
"tag2"
],
"productVersion": "1.0.0",
"assets": [
"TA01"
],
"organization": "Test Organization",
"iss": "Revenium",
"expiration": null,
"totalQuota": 5000,
"consumedQuota": 200,
"consumingOrganization": "Test Organization",
"consumer": "[email protected]",
"subscriptionStart": 1700168904000,
"subscriptionPeriodStart": 1700168804000,
"subscriptionPeriodEnd": 1700168904000
}JWT Parsing Example (Java)
Last updated
Was this helpful?