Skip to main content
POST
List products

Authorizations

Authorization
string
header
required

An API key from Settings → API keys in Arcade Studio.

Body

application/json
cursor
string | null

nextCursor of the previous page; omit for the first page

Minimum string length: 1
limit
integer
default:24
Required range: 1 <= x <= 100

Response

200 - application/json

OK

items
object[]
required

Newest first. A new product appears once jobs.get reports its job succeeded; products.get adds images, copy and pricing.

nextCursor
string | null
required

Opaque; pass back unchanged. Null on the last page.