API

REST API.

A modern REST API for everything in Kwamle Media — bots, subscribers, posts, stores, and AI.

Base URL

https://app.kwamlemedia.com/api/v1

Authentication

Every request requires a Bearer Token in the header:

Authorization: Bearer YOUR_TOKEN

Get your token from Settings → API Keys.

API reference

Webhooks

Subscribe to live platform events (new message, new order, new comment):

POST https://your-server.example/kwamle-webhook
Content-Type: application/json
X-Kwamle-Signature: sha256=…

{ "event": "message.received", "data": { … } }

Rate Limiting

  • Requests are limited per account according to your plan.
  • Send requests at a steady pace and retry after a short wait if one is refused.
  • Need a higher limit? Write to api@kwamlemedia.com.

The X-RateLimit-Remaining and X-RateLimit-Reset headers return real-time information.

Official SDKs in development

Coming soon: libraries for Node.js, Python, PHP, and Go.
For technical questions: api@kwamlemedia.com