跳至主要內容
開發者

開發者

在 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。