---
title: "Get Storage Unit"
method: GET
path: "/storage_units/{id}"
---

# Get Storage Unit

`GET /storage_units/{id}`

Gets storage unit by ID.

## Path parameters

- `id` string, required

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- StorageUnit
  - `id` string, required
  - `name` string, required — The name of the storage unit
  - `description` string, nullable — Optional description of the storage unit
  - `latitude` number, nullable — A WGS84 latitude in decimal degrees, between -90 and 90.
  - `longitude` number, nullable — A WGS84 longitude in decimal degrees, between -180 and 180.
  - `supplier_reference_id` string, nullable — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
  - `storage_location_id` string, required — The ID of the storage location this storage unit belongs to
  - `supplier_id` string, required — The ID of the supplier this storage location belongs to

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
