Is it possible to integrate any other developer portal (other than Apigee dev portal) with Apigee Edge? If so, how can it be done?

Yes, you can use any system and call our Edge Management APIs yourself to display keys and register developers.

Here is a link to the Edge Management API: http://apigee.com/docs/management/apis

If you are using PHP, we also have a library you can use abstract the calls to the Edge server: https://github.com/apigee/edge-php-sdk

2 Likes