Products
List Products
Returns a paginated and filtered list of products
GET
Retrieve a paginated list of products. This endpoint returns an array of product objects with comprehensive data about each product.
Response Example
Authorizations
API key for authentication
Query Parameters
Number of items to skip
Required range:
x >= 0
Maximum number of items to return
Required range:
1 <= x <= 100
Filter by category ID
Filter by subcategory ID
Filter by certificate provider ID
Filter by manufacturer ID
Filter by attribute IDs (comma-separated list)
Filter by material (case-insensitive: Gold, Silver, Platinum, Palladium, Bitcoin)
Available options:
Gold
, Silver
, Platinum
, Palladium
, Bitcoin
, gold
, silver
, platinum
, palladium
, bitcoin
Filter by certification status
Filter by IRA eligibility
Search in product title (full-text search)
Response
200
application/json
Default Response
The response is of type object[]
.