Products
Get product list
Fetches a list of products, allowing filtering by name, status, grade, registration date, vaulted status, and pagination.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
Filter products by name.
Filter products by status.
Available options:
ACTIVE
, DRAFT
, INACTIVE
Filter products by grade (1-10).
Required range:
1 < x < 10
Filter products registered after the specified date.
Filter products registered before the specified date.
Filter products by vaulted status.
The maximum number of items to return (1-1000).
Required range:
1 < x < 1000
The number of items to skip before starting to collect the result set.
The sort order of the results.
Available options:
asc
, desc
The field by which to order the results.