cURL
curl --request GET \ --url http://localhost:3091/v1/api/superadmin/analytics/bookings \ --header 'Authorization: Bearer <token>'
{ "bookingsByPeriod": [ { "period": "<string>", "count": 123, "amount": 123 } ], "bookingsByStatus": {}, "deliveryRate": 123, "cancellationRate": 123, "averageDeliveryTimeHours": 123 }
JWT access token from POST /v1/api/auth/login
Booking analytics retrieved
Show child attributes