Authentication
OrbitFlare supports two authentication methods depending on the API version you are using. API Key (v1 & v2): Pass your API key via theX-ORBIT-KEY request header. This method works with both v1 and v2 endpoints.
Bearer Token (v2 only): Obtained through the device authorization flow or wallet signature authentication. Pass the token in the standard Authorization: Bearer <token> header.
API v2 Endpoints
Auth
Device flow, wallet auth, session management
Licenses
List, manage, and configure licenses
API Keys
Create, update, and manage API keys
Profile
View and update user profile
Invoices
View invoices and pay with balance
Legacy API v1
v1 Customer Endpoints
Legacy license management endpoints
Migration Guide
Step-by-step guide to upgrading from v1 to v2