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
- Authentication — create a key and send the
Authorization: Bearerheader with that key - Response format — JSON envelope for all responses
- Rate limits — per-organization limits and
429behavior