Documentation

Understand how Privenox compares healthcare procedure prices, or integrate our comparison engine into your application via the REST API.

API Endpoints

GET/v1/procedures/search
GET/v1/procedures/:code/prices
GET/v1/facilities/:id
POST/v1/compare
POST/v1/report
POST/v1/signup
POST/v1/checkout

Authentication

All API requests require an API key via the X-API-Key header.

curl https://privenox-api.smarttechinvest.com/v1/procedures/search?q=knee \
  -H "X-API-Key: pvx_your_api_key_here"