New Member
Since ‎07-24-2019
‎06-22-2021

My Stats

  • 11 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

DOuzi's Bio

Badges timotiuspamungk Earned

View all badges

Recent Activity

1. Can I get developer email and app ID when accessing API proxy through OAUTH2 access token? How can I do that2. If I use edge microgateway, can I also get same functionality? (Retrieve app ID and developer email through API key / bearer token)
1. Is there any API to register developer into developer program (apigee portal edge).I have a custom app for registering. I can create the developer, but the developer still needs to register manually in my portal, so they can access API documentati...
I have a backend service "core" with following endpoints: - /path1 - /path2 - /path3 I use microgateway in the organizations, so I created API proxy "edgemicro_core" with access to backend service "core". The path is "/core" Then I've created product...
Hi, I use apigee built-in portal from apigee.comI want some of my users to be "read only", e.g.: disable the "Try This API" featurecannot register appscannot register teamBasically they just see API documentation, and that's itHow can I do this on ap...
We have several backends behind microgateway & edge cloud.Say we have service A, B, & CEach of the service has /ping endpoint that previously we use to do health check.So previously, our API gateway (not apigee) periodically send a request to "/ping"...