Skip to main content
GET
/
api
/
pricing
/
insights
/
development
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/pricing/insights/development
{
  "data": [
    {
      "price": 123,
      "calculatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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