---
title: "List bundle partners"
method: GET
path: "/v3/bundles/{bundle_id}/partners"
tags: ["Business Bundles"]
---

# List bundle partners

`GET /v3/bundles/{bundle_id}/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.

## Query parameters

- `next_cursor` string
- `previous_cursor` string
- `page_size` integer

## Response `200`

Partners list

- ListBundlePartnersResponseBody — Paginated list payload for v3.
  - `data` BundlePartner[], required
    - `created_at` string, date-time, required — Creation timestamp
    - `id` integer, required — Bundle Partner ID
    - `partner` object, required
      - `account_holder` string — Name of the account holder
      - `email` string, email — Email address of the business
      - `id` integer — Business ID
      - `is_banned` boolean — Is the business banned?
      - `logo` string, uri — URL to the business logo
      - `unique_id` string — Unique identifier for the business
      - `username` string — Username of the business
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
