cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/promotions/bundles \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
[ { "id": 123, "discount": 123, "duration": 123, "price": 123, "canBuy": true } ]
Get a list of all subscription bundles
Permission Required: promotions:read
promotions:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Number of items to return (1-100, default: 20)
1 <= x <= 100
Number of items to skip (default: 0)
x >= 0
Successful response
Was this page helpful?