curl --request GET \
--url 'https://api.stateset.com/api/v1/inventory/reservations/stats' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"active_reservations": 1,
"expired_not_cleaned": 1,
"expiring_within_24h": 1,
"stats_at": "string",
"total_reservations": 1
},
"errors": null,
"message": null,
"meta": null,
"success": true
}
GET /api/v1/inventory/reservations/stats
GET /api/v1/inventory/reservations/stats
GET
/
api
/
v1
/
inventory
/
reservations
/
stats
curl --request GET \
--url 'https://api.stateset.com/api/v1/inventory/reservations/stats' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"active_reservations": 1,
"expired_not_cleaned": 1,
"expiring_within_24h": 1,
"stats_at": "string",
"total_reservations": 1
},
"errors": null,
"message": null,
"meta": null,
"success": true
}
Responses
ApiResponse_ReservationStatsResponse
Reservation statistics
curl --request GET \
--url 'https://api.stateset.com/api/v1/inventory/reservations/stats' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"active_reservations": 1,
"expired_not_cleaned": 1,
"expiring_within_24h": 1,
"stats_at": "string",
"total_reservations": 1
},
"errors": null,
"message": null,
"meta": null,
"success": true
}
โI