Google Workspace Marketplace API (appsmarket:v2)

2026-01-06

2 new methods | New API

Additions

    Methods
  • appsmarket.customerLicense.get

      Path : appsmarket/v2/customerLicense/{applicationId}/{customerId}

      Flat Path : appsmarket/v2/customerLicense/{applicationId}/{customerId}

      HTTP Method : GET

      Parameters :

        applicationId

          Description : Application Id

          Location : path

          Required : Yes

          Type : string

        customerId

          Description : Customer Id

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • applicationId
    • customerId
    • Scopes : https://www.googleapis.com/auth/appsmarketplace.license

      Description : Gets the status of a license for a customer to determine if they have access for a given app.

  • appsmarket.userLicense.get

      Path : appsmarket/v2/userLicense/{applicationId}/{userId}

      Flat Path : appsmarket/v2/userLicense/{applicationId}/{userId}

      HTTP Method : GET

      Parameters :

        applicationId

          Description : Application Id

          Location : path

          Required : Yes

          Type : string

        userId

          Description : User Id

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • applicationId
    • userId
    • Scopes : https://www.googleapis.com/auth/appsmarketplace.license

      Description : Gets the user's licensing status for their permission to use a given app.