v1
latestOpenAPI 3.1.02026-07-2665153355.3 KBGet a Price Point
Retrieves a specific price point by its base price in USD cents. The API returns localized prices for this price point.
get/v1/price-points/{priceInUsdCents}
Path parameters
priceInUsdCentsnumber required
Example:999
Base price in USD cents.
Response
Price point retrieved successfully.
Example response
{
"priceInUsdCents": 999,
"lastUpdate": "2026-01-01T14:30:00Z",
"priceByCountry": [
{
"price": 7.99,
"currencyCode": "GBP",
"taxModel": "Included",
"taxRate": 20,
"country": "United Kingdom",
"countryCode2": "GB",
"usdExchangeRateOnCalc": 0.79,
"exchangeRateDrift": "-1.2%"
}
]
}