Verifyaccesstoken and API Product quota parameters

Hello,

Is there a way to access API Product quota parameters, after verifying access token using OauthV2 policy, operation=Verifyaccesstoken ?

We didn't find output flow variables similar to these:

verifyapikey.verify-api-key.apiproduct.developer.quota.interval
verifyapikey.verify-api-key.apiproduct.developer.quota.timeunit
verifyapikey.verify-api-key.apiproduct.developer.quota.limit

Or we have to use the AccessEntity policy or VerifyApiKey policy?

thanks

1 1 208
1 REPLY 1

The variables you cited will be populated after the successful verification of an API Key using the VerifyAPIKey policy.

If you use the OAuthV2 policy with Operation=VerifyAccessToken, then there are different variables you must use:

apiproduct.developer.quota.limit

apiproduct.developer.quota.interval

apiproduct.developer.quota.timeunit

If the use of different variable names seems arbitrarily tricky to you, I agree. But anyway, that's the way it works.

You do not have to use AccessEntity.