This section covers everything you need to integrate with Solvimon: authentication, error handling, idempotency, webhooks, and HTTP conventions.
Solvimon exposes four separate APIs. Most integrations use all four.
Full endpoint reference is in the API Docs tab.
Test and production are fully isolated. Test keys will not work against the production endpoint and vice versa. Data created in one environment never appears in the other.
Every request requires:
Content-Type: application/jsonX-API-KEY: <your_key> — see AuthenticationEvery response includes an X-REQUEST-ID header. Save this value when debugging; it’s required when contacting support about a specific request.