I would like to implement a supplementary control for the API MANAGER:
- when a user (subscriber BOB) login I would need to call a sequence on the ESB
- the sequence should check if the user's license is expired for a particular API (EXAMPLE_API)
- if the user licence is expired, the API gateway should block BOB's permission to consume EXAMPLE_API.
1) Do you have any suggestion in general on how can I implement this scenario in API MANAGER?
2) How can I access the BOB's permission to consume an API?
Many thanks in advance for any help you can provide.