Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url 'https://api.stateset.com/api/v1/inventory/reservations' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "data": { "limit": 1, "page": 1, "reservations": [ { "created_at": null, "expires_at": null, "id": null, "is_expired": null, "location_id": null, "product_id": null, "quantity": null, "reference_id": null, "reference_type": null, "status": null, "updated_at": null } ], "total": 1 }, "errors": null, "message": null, "meta": null, "success": true }
GET /api/v1/inventory/reservations