Apigee route post to get api
I have a GET API exposed as (www.example.com/find/cola?id=lite,fiz
)
From Apigee I want to expose a POST API instead of GET like (www.example.com/api/find
)
Body {id:['cola','fiz']}
Is it possible to accept post api and transform and route as get from apigee proxy ?
Comments
Post a Comment