Skip to main content
GET
Search products

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

query
string

Search query. Omit or pass '*' to browse all products.

limit
integer
default:10

Maximum number of products to return (default 10, max 250)

Required range: 1 <= x <= 250
offset
integer
default:0

Number of products to skip for pagination

Required range: 0 <= x <= 9007199254740991
filter_by
string

Typesense filter expression (e.g. 'material:=Gold && has_listing:=true')

Response

200 - application/json

Default Response

data
object
required