cURL
curl --request GET \ --url https://api.secure.quotivity.com/v1/bundles \ --header 'x-api-key: <api-key>'
{ "bundles": [ { "id": "<string>", "accountId": "<string>", "isActive": true, "includedOptionsCount": 123, "addOnOptionsCount": 123, "header": { "productId": "<string>", "properties": {} }, "clonedBundleTempName": "<string>" } ], "nextKey": "<string>" }
Retrieves a paginated list of all bundles with option counts.
Cursor for pagination
Successfully retrieved bundles
Show child attributes