Skip to main content
GET
/
api
/
pricing
/
insights
/
distribution
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/pricing/insights/distribution
{
  "data": {
    "benchmark": {
      "interpolatedPercent": 123,
      "price": 123,
      "percentile": 123
    },
    "thresholds": {
      "upper": {
        "price": 123,
        "percentile": 123
      },
      "lower": {
        "price": 123,
        "percentile": 123
      }
    }
  }
}

Headers

accept-language
enum<string>

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string

UUID of the sales channel

Query Parameters

productDefinitions
object[]
required
validAt
string<date-time>
required

Response

200 - application/json

Successful response

data
object
required