Generates an inventory report showing unit availability, sales, and occupancy statistics. Includes project-wise breakdown and sales velocity metrics. Results are cached for improved performance.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
API Key
Add parameter in header
x-tenant-id
Example:
x-tenant-id: ********************
or
Query Params
Responses
🟢200
application/json
Inventory report generated successfully
Body
🟠401
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/reports/inventory?startDate&endDate' \
--header'Authorization: Bearer <token>' \
--header'x-tenant-id: <api-key>'