GET
/
products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number
default:
10
Required range: x < 1000
cursor
string

Response

200 - application/json
hasMore
boolean
required
products
object[]
required
total
number
required
nextCursor
string