List Products
Intent
Reads the available products as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect products. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries products:read or products:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Authorizations
Query Parameters
Return only records matching product ID. Identifier of the product.
Return only records matching organization ID. Identifier of the organization.
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
Return only records matching product name.
Parameter: Filter on archived products.
Parameter: Filter on recurring products. If true, only subscriptions tiers are returned. If false, only one-time purchase products are returned.
Parameter: Filter products granting specific benefit. Identifier of the benefit.
Return only records matching visibility.
draft, private, public Results page to return. The first page is used by default.
Records returned per page. Defaults to 10 and accepts up to 100.
Sort rules applied from left to right. Prefix any rule with - to reverse it into descending order.
created_at, -created_at, name, -name, price_amount_type, -price_amount_type, price_amount, -price_amount Return only records matching metadata key-value pairs. It uses the deepObject style, e.g. ?metadata[key]=value.