Environments and base URLs
Production defaults are:
| Surface | URL |
|---|---|
| Integration API | https://api.getramon.com/integrations/v1 |
| Event collector | https://api.getramon.com/event/{trackingKey}/{sessionId} |
| Embed script | https://embed.getramon.com/ramon.js |
| Interactive API reference | https://api.getramon.com/openapi/ui |
| OpenAPI document | https://api.getramon.com/openapi/doc |
| Health check | https://api.getramon.com/status/health |
Do not hard-code collector or embed URLs if you provision a survey: use the
collectorApiUrl and embedScriptUrl returned by the provisioning response.
This allows a deployment to supply its own public endpoints.
Use a non-production Ramon environment and test credentials for development when one is provided. “Try it” requests should never contain a production integration secret or participant data by default.