Get Inventory By Id

Endpoint

GET /inventories/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
idstringYesInventory unique identifier

Response

Returns InventoryEntity Schema

Error

See Error Schema documentation

Example Usage

Get inventory by ID

Bash

curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/inventory-management/inventories/123e4567-e89b-12d3-a456-426614174000" \
 -H "Authorization: Bearer YOUR_TOKEN" \
 -H "Content-Type: application/json"