- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Returns the developer details, including the developer's name, email address, apps, and other information.
Note: The response includes only the first 100 developer apps.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/developers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. Email address of the developer. Use the following structure in your request: organizations/{org}/developers/{developerEmail}
Authorization requires the following IAM
permission on the specified resource name
:
-
apigee.developers.get
Query parameters
| Parameters | |
|---|---|
action
|
Status of the developer. Valid values are |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Developer
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform

