List Products
List all products in your workspace. Returns a summary view of each product with pagination support. Available on all plans.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (default 1).
Required range:
x >= 1Number of results per page (default 50, max 100).
Required range:
1 <= x <= 100Response
Products retrieved successfully
The product ID.
The product name.
Product icon identifier.
Product color hex code.
When the product was created (ISO 8601).
When the product was last updated (ISO 8601).
cURL

