{
"reservations": [
{
"id": "<string>",
"line_item_id": "<string>",
"location_id": "<string>",
"quantity": 123,
"external_id": "<string>",
"description": "<string>",
"inventory_item_id": "<string>",
"created_by": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"count": 123,
"offset": 123,
"limit": 123
}
Retrieves a list of reservations for the authenticated vendor.
{
"reservations": [
{
"id": "<string>",
"line_item_id": "<string>",
"location_id": "<string>",
"quantity": 123,
"external_id": "<string>",
"description": "<string>",
"inventory_item_id": "<string>",
"created_by": "<string>",
"deleted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"count": 123,
"offset": 123,
"limit": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The number of items to skip before starting to collect the result set.
The number of items to return.
Comma-separated fields to include in the response.
OK
The response is of type object
.