跳至主要内容
开发者

开发者

基于 Octa8 API 进行构建 — 一个控制台、REST 端点和 webhook,覆盖您连接的每个渠道。

步骤 1

创建您的工作区

登录并在 /user/api 打开统一的 API 控制台。

步骤 2

生成一个 API 密钥

铸造一个范围限定的密钥并妥善保管该密钥 — 它只显示一次。

步骤 3

发起您的第一个调用

使用 Bearer 令牌进行认证,并调用下方任意端点。

API 能力

下方每个界面都有文档记录,并可从控制台调用。

Getting started

Authenticate and consume Octa8 from your own sites.

WhatsApp API

REST API for instances, messaging, groups, contacts and webhooks.

API & Webhooks

Short-link API keys and webhooks for create/list/click events.

Automation API

Automation API keys, inbound publishing endpoints and outbound webhooks (Zapier, n8n, custom).

身份验证

Bearer 令牌

在每个请求中将您的密钥作为 Bearer 令牌传递。密钥按工作区限定范围,并可从控制台撤销。

curl https://shoop.ee/api/v1/models \
  -H "Authorization: Bearer tpmr8_YOUR_API_KEY" \
  -H "Accept: application/json"

API 参考

实时来自 OpenAPI 规范。粘贴一个密钥以构建即可运行的 cURL。