Authorized Buyers Marketplace API (authorizedbuyersmarketplace:v1beta)

2025-12-12

7 new methods

Additions

    Methods
  • authorizedbuyersmarketplace.curators.curatedPackages.list

      Path : v1beta/{+parent}/curatedPackages

      Parameter Order : parent

      Parameters :

        filter

          Location : query

          Type : string

          Description : Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Supported columns for filtering are: * displayName * createTime * updateTime * state * feeCpm.currencyCode * feeCpm.units * feeCpm.nanos * floorPriceCpm.currencyCode * floorPriceCpm.units * floorPriceCpm.nanos

        parent

          Pattern : ^curators/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : Required. The parent curator account which owns this collection of curated packages. Format: `curators/{accountId}`

        pageToken

          Description : Optional. A page token, received from a previous `ListCuratedPackages` call. Provide this to retrieve the subsequent page.

          Type : string

          Location : query

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : Optional. Requested page size. The server may return fewer results than requested. Max allowed page size is 500. If unspecified, the server will default to 500.

      Flat Path : v1beta/curators/{curatorsId}/curatedPackages

      Description : Lists curated packages owned by the specified curator.

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      HTTP Method : GET

  • authorizedbuyersmarketplace.curators.curatedPackages.activate

      Path : v1beta/{+name}:activate

      Flat Path : v1beta/curators/{curatorsId}/curatedPackages/{curatedPackagesId}:activate

      Parameter Order : name

      HTTP Method : POST

      Description : Activates an existing curated package.

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      Parameters :

        name

          Pattern : ^curators/[^/]+/curatedPackages/[^/]+$

          Type : string

          Location : path

          Description : Required. The name of the curated package to activate. Format: `curators/{accountId}/curatedPackages/{curatedPackageId}`

          Required : Yes

  • authorizedbuyersmarketplace.curators.curatedPackages.get

      Flat Path : v1beta/curators/{curatorsId}/curatedPackages/{curatedPackagesId}

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Description : Required. The name of the curated package to retrieve. Format: `curators/{accountId}/curatedPackages/{curatedPackageId}`

          Pattern : ^curators/[^/]+/curatedPackages/[^/]+$

      Path : v1beta/{+name}

      Description : Gets a curated package given its resource name.

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      Parameter Order : name

      HTTP Method : GET

  • authorizedbuyersmarketplace.curators.curatedPackages.deactivate

      Path : v1beta/{+name}:deactivate

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      Parameter Order : name

      Flat Path : v1beta/curators/{curatorsId}/curatedPackages/{curatedPackagesId}:deactivate

      Parameters :

        name

          Description : Required. The name of the curated package to deactivate. Format: `curators/{accountId}/curatedPackages/{curatedPackageId}`

          Required : Yes

          Type : string

          Location : path

          Pattern : ^curators/[^/]+/curatedPackages/[^/]+$

      Description : Deactivates an existing curated package.

      HTTP Method : POST

  • authorizedbuyersmarketplace.curators.curatedPackages.patch

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      Parameters :

        updateMask

          Type : string

          Location : query

          Description : Optional. List of fields to be updated. If empty or unspecified, the service will update all fields populated in the update request excluding the output only fields and primitive fields with default value. Note that explicit field mask is required in order to reset a primitive field back to its default value, for example, false for boolean fields, 0 for integer fields. A special field mask consisting of a single path "*" can be used to indicate full replacement (the equivalent of PUT method), updatable fields unset or unspecified in the input will be cleared or set to default value. Output only fields will be ignored regardless of the value of updateMask.

          Format : google-fieldmask

        name

          Type : string

          Required : Yes

          Description : Identifier. The unique resource name for the curated package. Format: `curators/{accountId}/curatedPackages/{curatedPackageId}`

          Location : path

          Pattern : ^curators/[^/]+/curatedPackages/[^/]+$

      Parameter Order : name

      HTTP Method : PATCH

      Flat Path : v1beta/curators/{curatorsId}/curatedPackages/{curatedPackagesId}

      Path : v1beta/{+name}

      Description : Updates an existing curated package.

  • authorizedbuyersmarketplace.curators.curatedPackages.create

      Parameters :

        parent

          Required : Yes

          Pattern : ^curators/[^/]+$

          Location : path

          Type : string

          Description : Required. The parent curator account where this curated package will be created. Format: `curators/{accountId}`

      HTTP Method : POST

      Flat Path : v1beta/curators/{curatorsId}/curatedPackages

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      Parameter Order : parent

      Description : Creates a new curated package.

      Path : v1beta/{+parent}/curatedPackages

  • authorizedbuyersmarketplace.mediaPlanners.list

      Parameters :

        pageSize

          Location : query

          Description : The maximum number of media planners to return. If unspecified, at most 100 media planners will be returned. The maximum value is 500; values above 500 will be coerced to 500.

          Format : int32

          Type : integer

        pageToken

          Type : string

          Description : A token identifying a page of results the server should return. This value is received from a previous `ListMediaPlanners` call in ListMediaPlannersResponse.nextPageToken.

          Location : query

        filter

          Description : Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Supported columns for filtering are: * `name` * `displayName` * `ancestorNames`

          Location : query

          Type : string

      HTTP Method : GET

      Path : v1beta/mediaPlanners

      Flat Path : v1beta/mediaPlanners

      Scopes : https://www.googleapis.com/auth/authorized-buyers-marketplace

      Description : Lists all media planner accounts that the caller has access to. For curators, this will return all media planners that have accepted curator terms. For other accounts, attempting to list media planners will return an error.