Skala
Storage bins

Get storage bin details

Retrieves the specific details of a single storage bin using its unique identifier.

GET
/api/storage_bins/{id}

Retrieves the specific details of a single storage bin using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StorageBin identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/storage_bins/string"
{
  "id": 0,
  "name": "string"
}
Empty