# /systems/inventory - Collect system inventory **POST /systems/inventory** System inventory collection endpoint with HTTP Basic authentication ## Servers - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ### Body: application/json (object) Raw inventory JSON from the system (structure varies by system type) object ## Responses ### 202 Inventory received and queued for processing #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 400 Bad request - validation error #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 413 Request Entity Too Large #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 500 Internal Server Error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) [Powered by Bump.sh](https://bump.sh)