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"
}
]
}
Retrieves a list of all 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"
}
]
}
Price points retrieved successfully.
Show child attributes
Was this page helpful?