v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Business Bundles

List bundle price options

Requires the bundle:list scope. Retrieves a paginated list of bundle price options associated with a specific bundle. The data is sorted by id in descending order and cannot be changed. Uses cursor-based pagination with default page size of 25 and maximum of 25.

get/v3/bundles/{bundle_id}/bundle-price-options

Query parameters

next_cursorstring

Opaque cursor for the next page.

previous_cursorstring

Opaque cursor for the previous page.

page_sizeinteger

Number of items to return per page. Default is 25, maximum is 25.

Response

Bundle price options list

is_paginatedtrue required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "is_paginated": true,
  "page_size": 25
}