API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /resources

Gets a list of RBAC resources in an organization

Verb: GET

Auth: Basic Auth

Gets a list of resources defined for role-based access control in an organization

Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/resources
Sample Response:
{
  "resource" : [  {
	"displayName" : "Reports",
	"path" : "/reports"
  }, {
	"displayName" : "AXReports",
	"path" : "/axreports"
  } ]
}
Last updated: about 1 month ago