- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists all the clients for the current sponsor buyer.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/clients
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
accountId |
Unique numerical account ID of the sponsor buyer to list the clients for. |
Query parameters
Parameters | |
---|---|
pageSize |
Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default. |
pageToken |
A token identifying a page of results the server should return. Typically, this is the value of |
partnerClientId |
Optional unique identifier (from the standpoint of an Ad Exchange sponsor buyer partner) of the client to return. If specified, at most one client will be returned in the response. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{
"clients": [
{
object ( |
Fields | |
---|---|
clients[] |
The returned list of clients. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer