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