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 DeveloperDetail
/developers
Verb:POST
Description:Create a developer in an organization
Auth:Basic Auth
Delete a DeveloperDetail
/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 AppDetail
/developers?app={app_name}
Verb:GET
Description:Gets the developer profile by app name
Auth:Basic Auth
List DevelopersDetail
/developers
Verb:GET
Description:Lists all developers by email address (the unique key for developers in Apigee)
Auth:Basic Auth
Update a DeveloperDetail
/developers/{developer_email}
Verb:PUT
Description:Update an existing developer profile with new values or additional attributes.
Auth:Basic Auth