List products

Get a list of products for the organization

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Query parameters

limitintegerOptional1-100Defaults to 10
offsetintegerOptional
namestringOptional>=1 character

Search by product name (case-insensitive, matches anywhere in the name).

activebooleanOptional

Filter by the product’s active flag: true or false.

archivedbooleanOptional

Filter by archived state: true returns only archived products, false only non-archived. Omit to include both.

Response

200
datalist of objects
paginationobject

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error