API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /maps
List all Maps by name
Verb: GET
Auth: Basic AuthReturns a list of Maps in an Organization
Sample Request:$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/maps
Sample Response:
[ "sandbox_map", "prodmap" ]Errors
Failure 4xx with proper error message
{
"code" : "keymanagement.service.organization_map_entry_error",
"message" : "Cound not retrive maps list",
"contexts" : [ ]
}
Last updated:
about 1 month ago