curl --request GET \
--url https://api-next.ofauth.com/v2/access/promotions/bundles/:bundleId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"id": 123,
"discount": 123,
"duration": 123,
"price": 123,
"canBuy": true
}Get details of a specific subscription bundle
Permission Required: promotions:read
curl --request GET \
--url https://api-next.ofauth.com/v2/access/promotions/bundles/:bundleId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"id": 123,
"discount": 123,
"duration": 123,
"price": 123,
"canBuy": true
}Requires a connection via the x-connection-id header.
Bundle ID
1Was this page helpful?