Limit access to APIs operations selected by the API consumer

Is there a way to limit access to specific APIs operations selected by the API consumer. We know that API provider can limit access to specific operations while creating Products. But is it possible that API consumer selects the specific operations from Product which he/she wants to use and access can be restricted to only those operations.

Thanks,

Anup Rai

0 1 103
1 REPLY 1

I don't understand , can you explain what you mean by this?

Suppose I'm a consumer developer. I get authorized to use an API Product. This means I get credentials.

The API Product has resource paths like /foo, /bar and /baz .

As a consumer, if I want to "select" only the resource paths that I wish to access, the way I do it is... only send requests to those resource paths, and not to any others.

There's nothing more that needs to be done.

If I order Tikka Masala and the server brings me tikka masala plus rice and naan, I can just choose to not eat the rice and naan. Right?