Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page describes how to list all the endpoints for a specific bidder using an HTTP GET request.
The request requires a parent path parameter specifying the bidder's account ID.
Optional query parameters such as pageSize and pageToken can be used to control the number of results and pagination.
The request body should be empty, and the successful response will contain a list of endpoint objects and potentially a nextPageToken for further results.
Authorization for this action requires the https://www.googleapis.com/auth/realtime-bidding OAuth scope.
Required. Name of the bidder whose endpoints will be listed. Format: bidders/{bidderAccountId}
Query parameters
Parameters
pageSize
integer
The maximum number of endpoints to return. If unspecified, at most 100 endpoints will be returned. The maximum value is 500; values above 500 will be coerced to 500.
pageToken
string
A token identifying a page of results the server should return.
[[["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-05-07 UTC."],[],[]]