GET
/
rentals
/
{rental_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

rental_id
integer
required

Numeric ID of the rental to retrieve.

Response

200 - application/json
id
integer
required

Numeric ID of the rental.

createdAt
string
required
customer
object
required
fulfillAt
string | null
fulfilledAt
string | null
itemId
integer
required
minimumRentalEnd
string | null
originRentalIntentToken
string | null
receiveAt
string | null
receivedAt
string | null
rentalStart
string | null
rentalEnd
string | null
restockBy
string | null
restockedAt
string | null
packingStatus
enum<string>
required

Status of the packing process.

Available options:
pending,
printed,
packed
sequentialId
integer | null

Sequential ID of the rental.