Google Workspace Reseller API

채널 서비스 콘솔에서 사용할 수 있는 일반적인 기능을 대규모로 수행합니다(예: 주문 및 고객 정보 보기).

서비스: reseller.googleapis.com

이 서비스를 호출하려면 Google에서 제공하는 클라이언트 라이브러리를 사용하는 것이 좋습니다. 애플리케이션이 이 서비스를 호출하기 위해 자체 라이브러리를 사용해야 하는 경우, API 요청을 할 때 다음 정보를 사용합니다.

검색 문서

검색 문서는 머신에서 읽을 수 있는 사양이며 REST API를 설명하고 사용하는 데 참조할 수 있습니다. 또한 클라이언트 라이브러리, IDE 플러그인, 기타 Google API와 상호작용하는 도구를 빌드하는 데 사용됩니다. 하나의 서비스는 여러 개의 검색 문서를 제공할 수 있습니다. 이 서비스는 다음 검색 문서를 제공합니다.

서비스 엔드포인트

서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기본 URL입니다. 하나의 서비스에 여러 서비스 엔드포인트가 있을 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.

  • https://reseller.googleapis.com

REST 리소스: v1.customers

방법
get GET /apps/reseller/v1/customers/{customerId}
고객 계정을 가져옵니다.
insert POST /apps/reseller/v1/customers
신규 고객의 계정 주문
patch PATCH /apps/reseller/v1/customers/{customerId}
고객 계정의 설정을 업데이트합니다.
update PUT /apps/reseller/v1/customers/{customerId}
고객 계정의 설정을 업데이트합니다.

REST 리소스: v1.resellernotify

방법
getwatchdetails GET /apps/reseller/v1/resellernotify/getwatchdetails
리셀러에 해당하는 시계의 모든 세부정보를 반환합니다.
register POST /apps/reseller/v1/resellernotify/register
알림을 받도록 리셀러를 등록합니다.
unregister POST /apps/reseller/v1/resellernotify/unregister
알림을 받도록 리셀러를 등록 취소합니다.

REST 리소스: v1.subscriptions

방법
activate POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate
리셀러가 이전에 정지한 구독을 활성화합니다.
changePlan POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan
구독 요금제를 업데이트합니다.
changeRenewalSettings POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings
사용자 라이선스의 갱신 설정을 업데이트합니다.
changeSeats POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats
구독의 사용자 라이선스 설정을 업데이트합니다.
delete DELETE /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}
정기 결제를 취소, 정지 또는 직접 구독으로 이전합니다.
get GET /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}
특정 구독을 가져옵니다.
insert POST /apps/reseller/v1/customers/{customerId}/subscriptions
구독을 만들거나 이전합니다.
list GET /apps/reseller/v1/subscriptions
리셀러가 관리하는 구독 목록입니다.
startPaidService POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService
30일 무료 체험판 구독을 유료 서비스 구독으로 즉시 이전합니다.
suspend POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend
활성 상태의 구독을 정지합니다.