Connect your ERP, BI tools, and automation workflows to Osmosys. Query inventory items, track batches, and pull stock reports through a secure REST API.
# List inventory items curl -H "Authorization: Bearer osmk_live_<your-key>" \ https://api.osmosyscloud.com/v1/inventory/items
Authenticate with an API key as a Bearer token. Each key is scoped to a tenant with specific permissions.
All list endpoints use opaque cursor-based pagination.
Use nextCursor and hasMore to traverse results.
Errors follow RFC 7807 Problem Details with field-level validation errors on 400 responses.
Full endpoint documentation with schemas, parameters, and response examples.