Skip to main content
GET
Get model customer pricing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
model_id
string
required

Model ID. Use 'any' to search across all parents.

Response

The requested model customer pricing.

Response shape.

id
string<uuid> | null
model_id
string<uuid> | null
pricing_model_code
string | null
rule_effect_code
string | null
model_input_id
string<uuid> | null
match_value
unknown
dimension_code
string | null
min_value
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
max_value
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
price
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency_code
string | null
unit_code
string | null
multiplier_label
string | null
description
string | null
sort_order
integer | null
disabled_at
string<date-time> | null
measurement_source
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null