API definition by verb (GET, POST etc)

Hi,
I am copying below an image from AWS API Gateway where I can define different target paths for different verbs (e.g. verb POST directs to target “PostReader_NewPost”).
Is there a graphical way to define similar behavior in APIGEE?

I tried defining conditional flow under proxy endpoint but that appears to route the traffic directly to the conditional target without doing any proxy.

I understand that I may not be explaining my question well. If anyone can help, I will really appreciate that.

If I understood your problem correctly, you’d need to use conditional route rules (https://docs.apigee.com/api-platform/fundamentals/understanding-routes#determiningtheurlofthetargetendpoint-conditionaltargets).

No graphical way, but certainly very easy to do!

1 Like

Thanks. That will work for me.