Get Tiered Pricing (v1, POST)

Legacy endpoint — v1 is still supported but will be deprecated. New integrations should use the v2 Pricing endpoint (POST /price/v2/pricing).

Returns drug pricing data across pharmacies based on location or a specific pharmacy identifier. Results vary by pharmacy, location, and other parameters.

You must provide exactly one of: NPI, NABP, ZipCode, or Latitude+Longitude. If a pharmacy identifier (NABP/NPI) and a location are both provided, the pharmacy identifier takes precedence. Providing both NABP and NPI, or both ZipCode and coordinates, returns an error.

Best practice: use NABP or NPI for single-pharmacy pricing; use ZipCode or coordinates for multi-pharmacy radius searches.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for the v1 Get Tiered Pricing POST endpoint. Provide exactly one of: NPI, NABP, ZipCode, or Latitude+Longitude.

string
required

National Drug Code. Unique eleven-digit FDA identifier specifying the drug labeler, formulation, and package size.

double
required

Drug quantity.

int32 | null
Defaults to 30

Drug's days supply. Defaults to 30 if not provided.

string | null

First five digits of the US Postal Code. Conditional — see endpoint description.

double | null

Latitude. Conditional — see endpoint description.

double | null

Longitude. Conditional — see endpoint description.

string | null

Pharmacy's National Association of Boards of Pharmacy identifier. Conditional — see endpoint description.

string | null

Pharmacy's National Provider Identifier (10 digits). Conditional — see endpoint description.

int32 | null
Defaults to 50

Search radius in miles from the ZipCode or coordinate center point. Defaults to 50 miles if not provided.

int32 | null
Defaults to 30

Maximum number of results to return. Defaults to 30 if not provided.

Headers
string
required

Unique API key provided by RxSense, used for tracking and troubleshooting purposes.

Responses

401

Unauthorized - Invalid or expired access token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json