Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

QuantCDN AI Slack Bots API

AI Slack Bots

QuantCDN AI Slack Bots API is one of 38 APIs that QuantCDN publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AI Slack Bots. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 7 operations across 4 paths, and defines 12 schemas. It is described by OpenAPI 3.0.0, at version 4.15.8.

Requests are made against 2 base URLs: https://dashboard.quantcdn.io, https://dash.quantgov.cloud.

7 operations 4 paths 12 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.15.8
Base URL
https://dashboard.quantcdn.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

QuantCDN AI Slack Bots API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Enter your Bearer token in the format: Bearer . Obtain your API token from the QuantCDN dashboard under Profile API Tokens.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

AI Slack Bots 7

AI Slack Bots

GET
/api/v3/organizations/{organisation}/ai/slack-bots
List Slack Bots
listSlackBots 1 param → 200403500
POST
/api/v3/organizations/{organisation}/ai/slack-bots
Create Slack Bot
createSlackBot 1 param body → 201400403500
DELETE
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}
Delete Slack Bot
deleteSlackBot 2 params → 200403404500
GET
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}
Get Slack Bot
getSlackBot 2 params → 200403404500
PUT
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}
Update Slack Bot
updateSlackBot 2 params body → 200400403404500
GET
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}/workspace/users
Search Slack Workspace Users
searchSlackWorkspaceUsers 3 params → 200403404500
GET
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}/workspace/channels
Search Slack Workspace Channels
searchSlackWorkspaceChannels 3 params → 200403404500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are getSlackBot_200_response_bot (27 properties), updateSlackBot_request (22 properties), createSlackBot_request (22 properties), listSlackBots_200_response_bots_inner (19 properties). Each schema is shown below with its type and property counts.

deleteSlackBot_200_response
object
2 properties
searchSlackWorkspaceChannels_200_response_results_inner
object
2 properties
createSlackBot_201_response
object
1 property
getSlackBot_200_response
object
1 property
searchSlackWorkspaceUsers_200_response_results_inner
object
3 properties
listSlackBots_200_response
object
1 property
searchSlackWorkspaceChannels_200_response
object
1 property
getSlackBot_200_response_bot
object
27 properties
createSlackBot_request
object
22 properties 4 required
listSlackBots_200_response_bots_inner
object
19 properties
searchSlackWorkspaceUsers_200_response
object
1 property
updateSlackBot_request
object
22 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-ai-slack-bots-api-openapi.yml Raw ↑

Other APIs QuantCDN publishes across the network.

QuantCDN AI Agents API
QuantCDN AI Custom Tools API
QuantCDN AI File Storage API
QuantCDN AI Filter Policies API
QuantCDN AI Governance API
QuantCDN AI Inference API
QuantCDN AI Models API
QuantCDN AI Monitoring API
QuantCDN AI Orchestrations API
QuantCDN AI Sessions API
QuantCDN AI Skills API
QuantCDN AI Task Management API