API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /companies
List all companies in an organization
Verb: GET
Auth: Basic AuthSample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/companies
Sample Response:
[ "DevCompany", "TestCompany" ]Errors
Failure 4xx with proper error message
{
"code" : "developer.service.CompanyDoesNotExist",
"message" : "Company named DevCompany1 does not exist in organization {organizationName}",
"contexts" : [ ]
}
Last updated:
about 1 month ago