Skip to main content
GET
List products

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01

Query Parameters

fee_type
enum<string>[]

Filter by fee type (comma-separated to match any)

Available options:
fixed,
metered
Example:

"fixed"

limit
integer<int64>
required

Number of items to return per page

Example:

20

metric_ids
string[]

Filter by associated metric IDs (comma-separated to match any)

Example:

"mtr_01H2ABC"

offset
integer<int64>
required

Number of items to skip

Example:

0

payment_terms
enum<string>[]

Filter by payment terms (comma-separated to match any)

Available options:
advance,
arrears
Example:

"arrears"

Response

Success

data
object[]
required

List of products

pagination
object
required

Pagination metadata