Returns a paginated list of products for the authenticated project. Products are ordered by creation date (newest first). Manifest-compliant: list envelope, string enums, ISO 8601 timestamps.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Maximum number of products to return. Min 1, max 100.
1 <= x <= 100Cursor for pagination. Pass the id of the last product from the previous page to fetch the next page.
Filter products by type. Can be repeated for multiple values (OR logic).