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