Inspectorio TAXONOMY CATEGORY API is one of 25 APIs that Inspectorio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include TAXONOMY CATEGORY. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
5 operations
across 2 paths,
and defines 9 schemas.
It is described by OpenAPI 3.0.3, at version v3.
Requests are made against 2 base URLs: https://files-integration.inspectorio.com, https://files-integration.pre.inspectorio.com.
5 operations2 paths9 schemas1 DELETE2 GET1 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://sight.inspectorio.com
Resource Areas
1
Paths & Operations 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Category (10 properties), CategoryCreateRequest (5 properties), ConflictError (3 properties), ErrorDetail (3 properties). Each schema is shown below with its type and property counts.
CategoryUpdateRequest
object
Request body for updating a category's mutable fields.
2 properties1 required
CategoryResponse
A single taxonomy category, wrapped in the platform response envelope.
Category
object
A taxonomy category. Always addressed by customId.
10 properties3 required
CategoryListResponse
Paginated list of taxonomy categories, wrapped in the platform response envelope.
CategoryCreateRequest
object
Request body for creating or restoring a category.
5 properties3 required
ResponseEnvelope
object
Platform response envelope fields appended to every successful response.
2 properties
ConflictError
object
Error body for 409 conflict responses.
3 properties
ErrorDetail
object
Error body for 400, 401 and 404 responses.
3 properties
CategoryValidationError
object
Error body for request-body validation failures on create/restore (400). Each key is a camelCase field from CategoryCreateRequest; the value is either a single…
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.