Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number

Page number (default 1).

Required range: x >= 1
pageSize
number

Number of results per page (default 50, max 100).

Required range: 1 <= x <= 100

Response

Products retrieved successfully

id
string<uuid>
required

The product ID.

name
string
required

The product name.

icon
string | null
required

Product icon identifier.

color
string | null
required

Product color hex code.

createdAt
string
required

When the product was created (ISO 8601).

updatedAt
string
required

When the product was last updated (ISO 8601).