Zoho Cliq slashcommands API is one of 22 APIs that Zoho Cliq publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 4 JSON Schema definitions.
Tagged areas include slashcommands. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 4 JSON Schemas.
This API exposes
9 operations
across 4 paths,
and defines 9 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.0.
Requests are made against a single base URL, https://cliq.zoho.com/api/v3.
9 operations4 paths9 schemas2 DELETE3 GET2 PATCH2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://cliq.zoho.com/api/v3
Authentication
OAuth 2.0
Resource Areas
1
Authentication & Security 1
Zoho Cliq slashcommands API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (Cliq_Auth) using the implicit flow, exposing 7 scopes.
Paths & Operations 9
Across 4 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 PATCH, 2 POST. 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 create-slash-command-request-body (10 properties), update-slash-command-request-body (9 properties), list-all-slash-commands-response (5 properties), SlashCommandResponse (3 properties). Each schema is shown below with its type and property counts.
update-slash-command-request-body
object
Payload for updating a slash command. All fields are optional; only the fields provided will be updated.
9 properties
create-slash-command-request-body
object
Payload for creating a new slash command.
10 properties3 required
v3-exehandler-create
object
Payload for creating a new handler. For Deluge commands, provide type and script. For Webhook commands, provide type and permissions.
3 properties1 required
COMMAND_HANDLER_TYPE_regex
string
Name of a slash command handler. Accepted values: executionhandler (fires on command invocation), suggestionhandler (fires to generate autocomplete suggestions…
v3-exehandler-edit
object
Payload for updating an existing handler. For Deluge commands, provide script. For Webhook commands, provide permissions.
2 properties
base64_regex
string
Base64-encoded pagination or sync token used for cursor-based pagination and incremental data sync.
SlashCommandResponse
object
Slash Commands API response envelope.
3 properties
list-all-slash-commands-response
object
Response schema for listing slash commands.
5 properties
longid_regex
string
Numeric long integer identifier used to reference platform components such as Commands, Functions, Widgets, Message Actions, Schedulers, and Extensions.
Specification
The full machine-readable OpenAPI contract behind this narrative.