Lynkist Developers

Build with Lynkist

Programmatic access to WhatsApp Business, templates, campaigns, and conversations.

Welcome to the Lynkist Developer Hub. Everything you can do inside the dashboard — send messages, manage templates, run campaigns, track conversations — is exposed via a REST API, with webhooks for every meaningful event.

Start here

Resources

Each per-resource page documents every endpoint with copy-paste curl examples, request/response shapes, and the webhook events it emits.

What you can build

  • Transactional notifications — order confirmations, OTPs, shipping updates, appointment reminders.
  • Outbound campaigns — segmented bulk sends using approved WhatsApp templates.
  • Two-way conversations — receive inbound messages via webhook (today); reply via API (roadmap).
  • CRM and store integrations — sync contacts, trigger flows on payment or signup events.

Conventions

  • Base URL: https://api.lynkist.io/api/v1/public
  • All requests authenticate with a Bearer lk_sk_{env}_… token (see Authentication).
  • Responses are JSON. Errors return { "detail": … } (see Errors).
  • Webhook payloads are HMAC-SHA256 signed over {timestamp}.{body} — verify before trusting (see Webhooks).

This Developer Hub is comprehensive as of 2026-06-01. See Changelog for everything that has shipped or is on the roadmap.

Build with Lynkist — Lynkist Developers | Lynkist