Skip to main content
Developers

Developers

Build on the Octa8 API — one console, REST endpoints and webhooks for every channel you connect.

Step 1

Create your workspace

Sign in and open the unified API console at /user/api.

Step 2

Generate an API key

Mint a scoped key and keep the secret safe — it is shown once.

Step 3

Make your first call

Authenticate with a Bearer token and hit any endpoint below.

API capabilities

Every surface below is documented and callable from the console.

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).

Authentication

Bearer token

Pass your key as a Bearer token on every request. Keys are scoped per workspace and revocable from the console.

curl https://central.lighttecnologia.com.br/api/v1/models \
  -H "Authorization: Bearer tpmr8_YOUR_API_KEY" \
  -H "Accept: application/json"

API reference

Live from the OpenAPI spec. Paste a key to build ready-to-run cURL.