Products
List all products
Get a paginated list of all products in your website. Optionally filter by category or product name.
GET
List all products
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Query Parameters
List only products in the specified category (includes all products in the subcategories, if any).
Example:
12
List only products containing the specified string in their title.
Example:
"shirt"
A limit on the number of objects to be returned. Between 1 and 50.
Required range:
1 <= x <= 50Example:
25
The number of items to skip (offset). Defaults to 0, i.e. the first page.
Required range:
x >= 0Example:
25
Response
200 - application/json
A paginated list of products.
Last modified on June 20, 2026

