Base URL
All Developer API paths are relative to your deployment plus the prefix/api/v1/api.
Example — if your app URL is https://chat.wapilot.com, full URLs look like:
https://chat.wapilot.com/api/v1/api/contacts
The interactive API playground in this site uses a placeholder Server in the OpenAPI spec (
https://your-domain.com/api/v1/api). Replace it with your real host when trying requests, or set your own server in your HTTP client.Unauthenticated route
GET /guide— Returns machine-readableapirequestswith sample code (curl, Node, etc.). No API key required. Use it to discover examples against your own host.
Authenticated routes
All other operations require a valid organization API key in theAuthorization header. See Authentication.