Skip to main content
The Qonversion REST API follows REST standards. It has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL

All API requests should be made to:

API Sections

Request Format

All requests must include:
  • Authorization header with a Bearer token
  • Content-Type: application/json header (for POST/PUT/DELETE requests)

Response Format

All responses are JSON-encoded. Successful responses return the requested resource directly. Error responses follow a consistent error format.