API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /apis/{api_name}
Gets an API, providing a pointer to existing revisions of the API.
Verb: GET
Auth: Basic AuthGets a list of the existing revisions for an API
Sample Response:{
"name" : "myapi",
"revision" : [ "1" ]
}
Response Payload Elements:
| Name | Description |
|---|---|
| name | Name of the API |
| revision | Sequentially numbered packaged of code and configuration that implements the API proxy processing pipeline |