Zendesk Trigger Categories API is one of 150 APIs that Zendesk publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 2 JSON Schema definitions.
Tagged areas include Trigger Categories. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.
This API exposes
6 operations
across 3 paths,
and defines 2 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.
Requests are made against the base URL https://{subdomain}.zendesk.com.
6 operations3 paths2 schemas1 DELETE2 GET1 PATCH2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://{subdomain}.zendesk.com
Resource Areas
1
Paths & Operations 6
Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Trigger Categories 6
GET
/api/v2/trigger_categories
Zendesk Get Api V2 Triggercategories
ListTriggerCategories3 params→ 200400403
POST
/api/v2/trigger_categories
Zendesk Post Api V2 Triggercategories
CreateTriggerCategorybody→ 200400403
GET
/api/v2/trigger_categories/{trigger_category_id}
Zendesk Get Api V2 Triggercategories Triggercategoryid
ShowTriggerCategoryById1 param→ 200404
PATCH
/api/v2/trigger_categories/{trigger_category_id}
Zendesk Patch Api V2 Triggercategories Triggercategoryid
UpdateTriggerCategory1 parambody→ 200400404
DELETE
/api/v2/trigger_categories/{trigger_category_id}
Zendesk Delete Api V2 Triggercategories Triggercategoryid
DeleteTriggerCategory1 param→ 204400404
POST
/api/v2/trigger_categories/jobs
Zendesk Post Api V2 Triggercategories Jobs
BatchOperateTriggerCategoriesbody→ 200400
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are BatchJobResponse (3 properties), TriggerCategoryResponse (1 property). Each schema is shown below with its type and property counts.
BatchJobResponse
object
3 properties
TriggerCategoryResponse
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.