ActiWAPI uses URL-based versioning. The current stable release is v1, available at both /api and /api/v1 route aliases.
Supported versions
| Version | Base path | Status | Released |
|---|---|---|---|
API v1 (Current) v1 | /api/v1 | current | 1/1/2025 |
Versioning policy
- Breaking changes ship in a new major version (e.g. v2) with a published sunset date for the previous version.
- Non-breaking additions may be released within the current version without a version bump.
- Legacy /api/v1 paths remain supported for backward compatibility.
Base URL
https://api.actiwapi.com/api/v1
Legacy alias: https://api.actiwapi.com/api/{resource}
Common headers
Accept→application/jsonAll responses are JSON
X-API-Key→awp_...Required on /api/external routes
Authorization→Bearer {token}Required on dashboard/tenant routes