Skip to main content
POST
List price points with admin fields
Requires an admin key. Unlike the public /price_points endpoint, the response also includes the internal fields pp_id, pp_version, descriptor, description, apple_pay_merchant_name, pp_extra_metadata, created_at, and updated_at. The same optional filters apply (ident, currency_code, feature_ident) — pass an empty object {} to retrieve all Price Points.

Authorizations

ff-secret-key
string
header
required

Secret key for FunnelFox Payments API. Required for all requests.

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 with admin fields

price_points
PricePointAdminOut · object[]
required