Overview
The Production environment is where your live customer integrations run. This environment handles real customer data and is completely isolated from the Development environment.Production API Key
Your Production API key (prod_api_key) is used exclusively to access the Production environment. It cannot be used to access the Development environment.
Managing Your Production API Key
You can view and regenerate your Production API key in the API Keys section of your Bindbee dashboard.
Regenerating your Production API key will immediately invalidate the previous key. Update all services before regenerating.
Authentication
Include your Production API key in theAuthorization header:
Authorization: Bearer YOUR_PROD_API_KEY
Environment Isolation
The Production and Development environments are completely isolated:- Production API keys only access Production data
- Development API keys only access Development data
- Connectors and data do not transfer between environments