GET
/
items

Authorizations

Authorization
string
headerrequired

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

Query Parameters

limit
integer

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.

page
string

Cursor token to fetch next page of results.

Response

200 - application/json
data
object[]
nextPage
string | null