Skip to main content

Developer API

The Wapilot Developer API is a REST API scoped to your organization. All routes live under: {BASE_URL}/api/v1/api where BASE_URL is your Wapilot backend (for example https://api.example.com or http://localhost:8000 in development).

Authentication

Use an API key from Developer Tools. User JWTs are not accepted on these routes.

API reference

Browse every endpoint with request and response shapes in the API reference tab.

Developer webhooks

Receive event POSTs at your URL and manage subscriptions (JWT user API).

Next steps

  1. Authentication — create a key and send the Authorization: Bearer header with that key
  2. Response format — JSON envelope for all responses
  3. Rate limits — per-organization limits and 429 behavior