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

 
Solved Solved
1 1 161
1 ACCEPTED SOLUTION

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

View solution in original post

1 REPLY 1

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