Skip to main content

Environments and base URLs

Production defaults are:

SurfaceURL
Integration APIhttps://api.getramon.com/integrations/v1
Event collectorhttps://api.getramon.com/event/{trackingKey}/{sessionId}
Embed scripthttps://embed.getramon.com/ramon.js
Interactive API referencehttps://api.getramon.com/openapi/ui
OpenAPI documenthttps://api.getramon.com/openapi/doc
Health checkhttps://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.