Open API v2 / Get started / Versioning

Versioning

The API version is part of the URL path. This reference documents v2, the current version.

Base URL
https://your-site.webinone.com/api/v2/admin/...

Compatibility

Within a version, changes are additive — new fields and endpoints may appear, but existing fields keep their meaning. Breaking changes ship under a new version path so your integration keeps working until you choose to upgrade.

i

Always send the version you built against. Ignore unknown response fields rather than failing on them, so additive changes don't break your client.