List all products
Products
List Products
Retrieve a paginated list of products
GET
List all products
Authorizations
Use your API key (sk_live_xxx or sk_test_xxx)
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Search in name and description
Filter by row type. Preferred over the legacy is_service flag.
Available options:
product, service Legacy filter (0 = product, 1 = service). Prefer type.
Available options:
0, 1 Filter by active status
Available options:
0, 1 Filter by currency
Sort field
Available options:
name, price, created_at Sort order
Available options:
asc, desc