Get Started
Authentication
Our API uses Basic Authentication with a unique Organization ID and API Key combination.
Authentication Header
Include the following header in all API requests:
Where:
{{orgID}}
: Your unique Organization ID{{apiKey}}
: Your API Key
API Keys
API Keys are environment-specific and follow this format:
- Development:
nxo_test_...
- Production:
nxo_live_...
Example
Important: Keep your API Key confidential. Never share it in publicly accessible areas or client-side code.
Obtaining Credentials
Contact our support team to get your Organization ID and API Key.