API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /developers |
| Developers who implement client/consumer apps and are registered with an organization on the API Platform. |
| Create a Developer | Detail | |
/developers | ||
| Verb: | POST | |
| Description: | Create a developer in an organization | |
| Auth: | Basic Auth | |
| Delete a Developer | Detail | |
/developers/{developer_email} | ||
| Verb: | DELETE | |
| Description: | Deletes a Developer from an Organization | |
| Auth: | Basic Auth | |
| Get a Developer | Detail | |
/developers/developer_email} | ||
| Verb: | GET | |
| Description: | Returns the profile for the Developer by email address. | |
| Auth: | Basic Auth | |
| Get Developer of an App | Detail | |
/developers?app={app_name} | ||
| Verb: | GET | |
| Description: | Gets the developer profile by app name | |
| Auth: | Basic Auth | |
| List Developers | Detail | |
/developers | ||
| Verb: | GET | |
| Description: | Lists all developers by email address (the unique key for developers in Apigee) | |
| Auth: | Basic Auth | |
| Update a Developer | Detail | |
/developers/{developer_email} | ||
| Verb: | PUT | |
| Description: | Update an existing developer profile with new values or additional attributes. | |
| Auth: | Basic Auth | |