Skip to main content
The Harmstack REST API is a JSON REST API. All endpoints live under the /v0 path prefix and use bearer token authentication.

Base URL

The exact base URL is provided when you receive your API key. Use the URL supplied by your account team rather than assuming the one above.

Versioning

All public endpoints are versioned under /v0. The version is part of the URL path — there are no version headers or query parameters.

Endpoints

Admin-only endpoints are intentionally excluded from this documentation. Contact Vetted Medical support if you believe you need admin access.

Response format

Every endpoint returns JSON. Successful responses include the relevant resource or list of resources directly in the response body.

Error responses

When a request fails, the API returns an HTTP error status code and a JSON body describing the problem. Error responses follow this shape: