Skip to main content
GET
List pending reservations for this device

Overview

Returns the reservation pool for the authenticated device on this series. Used by the mobile app to reconcile its local pool against the server’s view after a long offline period or a local database wipe. Only reservations where device_id matches the caller’s user_session.device_id AND status = 'pending' are returned. Expired / consumed / released rows are omitted — those are not usable for new invoices.

Response

array
Same shape as Reserve Numbers.
integer
Number of usable reservations the calling device currently owns on this series.

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Response

Reservation list

success
boolean
data
object
meta
object