Skip to main content
GET
/
2025-09
/
unit_allocations
/
{unit_allocation_id}
Show a Unit Allocation
curl --request GET \
  --url https://public-api.stora.co/2025-09/unit_allocations/{unit_allocation_id} \
  --header 'Authorization: Bearer <token>'
{
  "unit_allocation": {
    "id": "alloc_a1b2c3d4e5f6g7h8",
    "created_at": "2025-02-22T14:41:00Z",
    "granted_access_at": "2025-01-20T14:00:00Z",
    "reserved_at": "2025-01-15T10:00:00Z",
    "tenancy": {
      "id": "ten_acaf3269a573af74"
    },
    "unit": {
      "id": "unit_1e36123098e22cf8"
    },
    "updated_at": "2025-02-22T14:41:00Z"
  },
  "meta": {
    "request_id": "01563646-58c1-4607-8fe0-cae3e92c4477",
    "curies": [
      {
        "name": "bo",
        "href": "https://app.stora.test{rel}",
        "templated": true,
        "title": "Backoffice"
      },
      {
        "name": "sf",
        "href": "https://acme.stora.test{rel}",
        "templated": true,
        "title": "Storefront"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.stora.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

unit_allocation_id
string
required

The ID of the unit allocation

Query Parameters

expand
string[]

This endpoint supports expandable responses. For more, see the documentation page.

Response

200 - application/json

unit allocation detail

Single Unit Allocation

unit_allocation
object

Unit Allocation

meta
object