Business Bundles

List bundle partners

Requires the bundle:list scope. Retrieves a paginated list of partners 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}/partners

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

Partners list

is_paginatedtrue required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

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

Changes

No recorded changes to this endpoint across all 4 revisions of this API.