Skip to main content
GET
/
price-points
  curl -X GET \
  'https://api.appcharge.com/v1/price-points' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'x-publisher-token: <x-publisher-token>' \
{
  "pricePoints": [
    {
      "priceInUsdCents": 499,
      "lastUpdate": "2026-02-15T08:30:00.000Z"
    },
    {
      "priceInUsdCents": 999,
      "lastUpdate": "2026-03-01T10:00:00.000Z"
    },
    {
      "priceInUsdCents": 1999,
      "lastUpdate": "2026-01-20T14:45:00.000Z"
    }
  ]
}
  curl -X GET \
  'https://api.appcharge.com/v1/price-points' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'x-publisher-token: <x-publisher-token>' \
{
  "pricePoints": [
    {
      "priceInUsdCents": 499,
      "lastUpdate": "2026-02-15T08:30:00.000Z"
    },
    {
      "priceInUsdCents": 999,
      "lastUpdate": "2026-03-01T10:00:00.000Z"
    },
    {
      "priceInUsdCents": 1999,
      "lastUpdate": "2026-01-20T14:45:00.000Z"
    }
  ]
}

Response

200 - application/json

Price points retrieved successfully.

pricePoints
object[]