Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»
Yandex Cloud Billing
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
        • Overview
          • Overview
          • List
          • Invite
          • CreateResellerServed
          • Activate
          • Suspend
  • Аудитные логи Audit Trails

В этой статье:

  • HTTP request
  • Query parameters
  • Response
  • Customer
  1. Справочник API
  2. REST (англ.)
  3. Billing
  4. Customer
  5. List

Billing API, REST: Customer.List

Статья создана
Yandex Cloud
Обновлена 3 октября 2025 г.
  • HTTP request
  • Query parameters
  • Response
  • Customer

Retrieves the list of customers associated with the specified reseller.

HTTP requestHTTP request

GET https://billing.api.yandexcloud.kz/billing/v1/customers

Query parametersQuery parameters

Field

Description

resellerId

string

Required field. ID of the reseller.

pageSize

string (int64)

The maximum number of results per page to return. If the number of available
results is larger than pageSize,
the service returns a ListCustomersResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests.

pageToken

string

Page token. To get the next page of results,
set pageToken to the ListCustomersResponse.nextPageToken
returned by a previous list request.

ResponseResponse

HTTP Code: 200 - OK

{
  "customers": [
    {
      "id": "string",
      "billingAccountId": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

customers[]

Customer

List of customers.

nextPageToken

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListCustomersRequest.pageSize, use
nextPageToken as the value
for the ListCustomersRequest.pageToken query parameter
in the next list request. Each subsequent list request will have its own
nextPageToken to continue paging through the results.

CustomerCustomer

A Customer resource.

Field

Description

id

string

ID of the customer.

billingAccountId

string

ID of the yandex.cloud.billing.v1.BillingAccount assigned to the customer.

Была ли статья полезна?

Предыдущая
Overview
Следующая
Invite
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»