Skip to main content
GET
/
v1
/
admin
/
bookings
/
aggregates
Booking aggregates
curl --request GET \
  --url https://{operatorDomain}/v1/admin/bookings/aggregates \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "count": 42,
    "totalAmount": 5240000
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Query Parameters

status
string

Response

200 - application/json

Aggregate snapshot

data
object