Authentication
API Keys
Partners receive API keys during onboarding for both demo and production environments. Each environment has its own unique API key.
Using Your API Key
Include your API key in the X-Api-Key header with every request:
Environments
Use the appropriate API key for each environment. Demo keys will not work in production and vice versa.
Security Best Practices
- Never expose your API key in client-side code
- Store API keys securely using environment variables or a secrets manager
API Reference
- Partner API methods: /api-reference
- Customer API methods: /api-reference
