GET
/
rentals

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.

Required range: x < 100
page
string

Cursor token to fetch next page of results.

shopifyOrderId
string

Filter rentals by Shopify Order ID

created
object

Filter rentals by created at datetime (ISO 8601), using gt, lt, gte, lte operators which may be combined.

rentalStart
object

Filter rentals by rental start date (ISO 8601), using gt, lt, gte, lte operators which may be combined.

Response

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