Environments
Each deployment environment has its own base URL, tenant configuration, API keys, connected devices, and webhook subscriptions.
Base URL
The current example base URL is:
URLhttps://qes-socket.domain.com/api
Replace this with the real environment URL for your deployment.
Environment separation
Use separate API keys and webhook targets for development, staging, and production.
Do not share production API keys with local development tools or client-side applications.
Recommended setup
- Development: test API keys and local webhook receiver.
- Staging: production-like tenant configuration and provider settings.
- Production: restricted API keys, monitored webhook delivery, and stable device enrollment.