Products
List products
Returns a paginated list of products. Supports filtering by fee type (fixed or metered), payment terms (advance or arrears), and associated metric IDs.
GET
List products
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Query Parameters
Filter by fee type (comma-separated to match any)
Available options:
fixed, metered Example:
"fixed"
Number of items to return per page
Example:
20
Filter by associated metric IDs (comma-separated to match any)
Example:
"mtr_01H2ABC"
Number of items to skip
Example:
0
Filter by payment terms (comma-separated to match any)
Available options:
advance, arrears Example:
"arrears"
Previous
Create a productCreates a new product. Products are the billable unit on subscription items and define whether pricing is fixed or metered, the payment terms, the billing frequency, the SKU for downstream ERP systems, and the revenue allocation method. Metered products must be associated with one or more metrics.
Next
List products