Consumer Pricing API

06

API Reference

Learn the conventions and patterns used across the Turquoise Consumer Pricing API, plus the details, example requests, and responses for each endpoint. All endpoints are under base URL https://api.turquoise.health and use JSON request and response bodies.

Conventions

Auth
Bearer token on every request
Pagination
page_size + cursorpage.next_cursor
Money
objects: integer minor_units (cents), amount, currency
Search
search + min_score on list endpoints

Errors

400
Malformed parameters
401
Missing or expired token
404
Resource not found
422
Validation error
429
Rate limit; back off and retry
500
Server error

Endpoints

Click below to jump to the associated section

V3