List products
Get a list of products for the organization
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Query parameters
limit
offset
name
Search by product name (case-insensitive, matches anywhere in the name).
active
Filter by the product’s active flag: true or false.
archived
Filter by archived state: true returns only archived products, false only non-archived. Omit to include both.
Response
200
data
pagination
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error