Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.
HTTP request
GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/publisherProfiles
Required. Parent that owns the collection of publisher profiles Format: buyers/{buyerId}
Query parameters
Parameters
pageSize
integer
Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.
pageToken
string
The page token as returned from a previous ListPublisherProfilesResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],["This document details how to list publisher profiles using the Authorized Buyers Marketplace API. A `GET` request is sent to `https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/publisherProfiles`, where `parent` specifies the buyer. Optional query parameters, `pageSize`, `pageToken`, and `filter` can be used for pagination and filtering. The request body should be empty. The response contains a list of `publisherProfiles` and a `nextPageToken` for subsequent pages. OAuth scope `https://www.googleapis.com/auth/authorized-buyers-marketplace` is required.\n"]]