API Categories API

download spec authorize

API Categories API

ApiCategory represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.

For more information, see Manage categories used to discover related APIs.

Resource Types

URIs are relative to https://api.enterprise.apigee.com/v1, unless otherwise noted.

ApiCategory

For more information, see ApiCategory.
MethodEndpointDescription
get/organizations/{org}/sites/{site}/apicategories

Lists API categories for an organization.

post/organizations/{org}/sites/{site}/apicategories

Adds a new API category. For more information, see Add a category.

get/organizations/{org}/sites/{site}/apicategories/{apicategory}

Get an API category.

patch/organizations/{org}/sites/{site}/apicategories/{apicategory}

Updates an API category. For more information, see Edit a category.

ApiCategoryRequest

For more information, see ApiCategoryRequest.
MethodEndpointDescription
post/organizations/{org}/sites/{site}/apicategories

Adds a new API category. For more information, see Add a category.

patch/organizations/{org}/sites/{site}/apicategories/{apicategory}

Updates an API category. For more information, see Edit a category.

ApiCategoryResponse

For more information, see ApiCategoryResponse.
MethodEndpointDescription
post/organizations/{org}/sites/{site}/apicategories

Adds a new API category. For more information, see Add a category.

get/organizations/{org}/sites/{site}/apicategories/{apicategory}

Get an API category.

patch/organizations/{org}/sites/{site}/apicategories/{apicategory}

Updates an API category. For more information, see Edit a category.

DeleteResponse

For more information, see DeleteResponse.
MethodEndpointDescription
delete/organizations/{org}/sites/{site}/apicategories/{apicategory}

Delete an API category. For more information, see Delete a category.

ListApiCategoriesResponse

For more information, see ListApiCategoriesResponse.
MethodEndpointDescription
get/organizations/{org}/sites/{site}/apicategories

Lists API categories for an organization.