Overview
The Production environment is used for running live customer integrations. It handles real customer data and is intended for use with customers actively operating in production. This environment 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.
Only Production API keys can be used to access the Production environment.
Development API keys are strictly limited to 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. Ensure all dependent services are updated before regenerating.
Authentication
Include your Production API key in theAuthorization header for all requests:
Authorization: Bearer YOUR_PROD_API_KEY
Sync Behavior
In the Production environment, data syncs are handled automatically.Data synchronization occurs once every 24 hours by default. This sync frequency can be adjusted based on customization preferences.
Intended Usage
The Production environment is designed for:- Live customer integrations
- Real-time and scheduled data synchronization
- Stable, production-ready workflows
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