How to separate GET and POST APIs into separate products?

We have proxy that have all the APIs and have different products separating APIs group with PATH(apiResources). APIs have GET and POST with same PATH for same resources. What is the best way to group them in separate product , so that "POST-xxx" product only allows POST method and "GET-xxx" product only allows GET method?

0 2 436
2 REPLIES 2

Hi @NiteshShrestha -- If I understand your question, maybe this topic will help -- "How to restrict API Resources by their full path and verb". Here's another link that discusses this use case. I hope this info helps.

Will

Thanks @wwitman, Got it.