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

API Resource Path: /resources
An entity in an organization that can be associated with permissions to enable role-based access control
Create a resourceDetail
/resources
Verb:POST
Description:Creates a resource
Auth:Basic Auth
Delete a resourceDetail
/resources/?path={resource_name}
Verb:DELETE
Description:Deletes a resource
Auth:Basic Auth
Get a resourceDetail
/resources/{resource_name}
Verb:GET
Description:Gets a resource based on resource path
Auth:Basic Auth
List resourcesDetail
/resources
Verb:GET
Description:Gets a list of RBAC resources in an organization
Auth:Basic Auth