API Gateway. Quota usage retrieval #977
jenriquesoriano
announced in
Announcements
Replies: 1 comment 1 reply
-
Hello, Best regards, Vincent |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Community,
taking into consideration the need raised by some of you, a method has been developed to retrieve the remaining quota associated with the API key, enabling the monitoring of the quota consumption when using the Validator API.
This method has been implemented as part of the API Gateway itself and follows the following structure:
https://yzyiqfakm4.execute-api.eu-west-1.amazonaws.com/validator/v2/Usages/{API-Key}/
where API-key is the API key provided by the JRC for Validator API usage (please see #594).
By making a call to this endpoint, you will obtain the usage data for the last 10 days, returning the following information:
Please note that the quota is replenished on a weekly basis.
If you have any further questions, please do not hesitate to contact us.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions