Skip to main content
GET
List products

Authorizations

Authorization
string
header
required

A store API key, sent as Authorization: Bearer <key>. Live keys are prefixed tbrn_live_. Keys are minted per store in the dashboard with an explicit scope set.

Query Parameters

page
integer
default:1
Required range: x <= 9007199254740991
limit
integer
default:20
Required range: 1 <= x <= 100
listed
string

Filter by whether the product is listed. Accepts true/false, 1/0, yes/no, on/off (case-insensitive); an empty value applies no filter.

Response

A page of products.

data
object[]
required
pagination
object
required