Skip to main content
API v1 is deprecated. It continues to work but will be removed in a future release. Migrate to v2 to access the full endpoint set, improved authentication, profile management, and invoice operations.

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 the X-ORBIT-KEY header, no change is needed for auth. The same key works with v2.
Optionally, you can upgrade to Bearer token auth (device flow or wallet signature) for improved security. See the Auth endpoints for details.

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.

Need Help?

If you encounter issues during migration, reach out on Discord or contact support@orbitflare.com.