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"