What Changed
API v2 introduces a versioned URL structure, new endpoint groups, and an optional Bearer token authentication flow alongside the existing API key method.Authentication — No Change Required
If you authenticate with theX-ORBIT-KEY header, no change is needed for auth. The same key works with v2.
Endpoint Mapping
Licenses
New in v2 Only
These endpoints do not exist in v1 and are available exclusively in v2:Migration Steps
1
Update your base URL
Change the path prefix in your client from
/customer/v1/ to /customer/v2/:2
Update the locations endpoint
The locations endpoint moved from a top-level path into the licenses group:
3
Test your integration
Run your existing integration against the v2 endpoints. The response shapes for shared endpoints (licenses, IPs) are backward compatible. No response parsing changes should be required for migrated endpoints.
4
(Optional) Upgrade authentication
If you want to use Bearer token auth instead of API keys, implement the device authorization flow or wallet signature flow.