curl --request GET \
--url https://public-api.stora.co/2025-09/unit_allocations/{unit_allocation_id} \
--header 'Authorization: Bearer <token>'Retrieve a specific unit allocation by its ID.
Required authorization scope: public.unit_allocation:read
curl --request GET \
--url https://public-api.stora.co/2025-09/unit_allocations/{unit_allocation_id} \
--header 'Authorization: Bearer <token>'Bearer Token necessary to use API
The ID of the unit allocation
This endpoint supports expandable responses. For more, see the documentation page.
Was this page helpful?