cURL
curl --request GET \ --url https://api.maxcare.ai/v4/inventory/stock-levels \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "stockLevels": [ { "quantity": 24, "updatedAt": "2025-01-20T17:00:00.000Z", "product": { "id": "prd_b4c5d6e7f8a94b0c1d2e3f4a5b6c7d8e", "gtin": "00814260991517", "additionalGtins": [ "00814260991524" ], "customBarcode": null, "ndc": "0002-1365-01", "name": "Botox 100 Units", "manufacturer": "Allergan", "type": "drug", "description": "OnabotulinumtoxinA for injection, 100 units per vial", "unitOfMeasure": "each", "quantityPerUnit": 1, "metadata": null, "archivedAt": null, "createdAt": "2025-01-10T12:00:00.000Z", "updatedAt": "2025-01-15T08:30:00.000Z" } } ] } }
Returns current stock levels for a facility. Requires read:inventory scope.
Documentation IndexFetch the complete documentation index at: https://docs.maxcare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace API key
Target clinic organization ID
Facility ID to get stock levels for
Success
Response code
"success"
Show child attributes