Get Developer Apps List using Developer Account Credentials

Not applicable

Is it possible to make a call to the Apigee Edge Management API to get the app information of a developer using that developer's account credentials from our developer portal? The developer portal must be doing this somehow and we would like to write our own custom integration that does the same outside of the developer portal to get app and company info from some API using the developer's credentials.

Solved Solved
0 2 459
1 ACCEPTED SOLUTION

Not applicable

@leagerleavitt Developer portal is configured to use credentials of a user belonging to devamin role on edge. This userrole has access to products, developers, apps and smartdocs models. You could consider creating a similar user on edge for your custom integration.

To answer your specific question, it is not possible to call Apigee Edge Management API to get the app information of a developer using that developer's account credentials. Developer's credentials in devportal are local to portal and edge is not aware of the same.

View solution in original post

2 REPLIES 2

Not applicable

@leagerleavitt Developer portal is configured to use credentials of a user belonging to devamin role on edge. This userrole has access to products, developers, apps and smartdocs models. You could consider creating a similar user on edge for your custom integration.

To answer your specific question, it is not possible to call Apigee Edge Management API to get the app information of a developer using that developer's account credentials. Developer's credentials in devportal are local to portal and edge is not aware of the same.

Helpful thanks