API Versions

ActiWAPI uses URL-based versioning. The current stable release is v1, available at both /api and /api/v1 route aliases.

Supported versions

VersionBase pathStatusReleased

API v1 (Current)

v1

/api/v1current1/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

Acceptapplication/json

All responses are JSON

X-API-Keyawp_...

Required on /api/external routes

AuthorizationBearer {token}

Required on dashboard/tenant routes