Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Lists of subscriptions managed by the reseller. The list can be all subscript…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://reseller.googleapis.com/apps/reseller/v1/subscriptions
Gets a customer account. Use this operation to see a customer account already…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://reseller.googleapis.com/apps/reseller/v1/customers/{customerId}
Returns all the details of the watch corresponding to the reseller.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:reseller
At a glance
Language Java
Endpoints17
Base URLhttps://reseller.googleapis.com
✓ Official