Skip to main content
POST
List price points
Returns all Price Points for your organization. You can optionally filter results using one or more filter fields in the request body (ident, currency_code, feature_ident). Pass an empty object {} or set fields to null to retrieve all Price Points.

Path Parameters

org_id
string
required

Organization ID

Body

application/json
ident
string | null

Filter by Price Point ident, the unique identifier you assigned when creating the Price Point.

currency_code
string | null

Filter by currency code.

feature_ident
string | null

Filter by feature ident (returns price points that include this feature).

Response

200 - application/json

List of price points

price_points
PricePointOut · object[]
required