v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13276592.6 KB
buyers

Lists all the clients for the current buyer.

get/v1/{+parent}/clients

Path parameters

parentstring required

Required. The name of the buyer. Format: buyers/{accountId}

Query parameters

filterstring

Query string using the Filtering Syntax Supported fields for filtering are: * partnerClientId Use this field to filter the clients by the partnerClientId. For example, if the partnerClientId of the client is "1234", the value of this field should be partnerClientId = "1234", in order to get only the client whose partnerClientId is "1234" in the response.

pageSizeinteger

Requested page size. If left blank, a default page size of 500 will be applied.

pageTokenstring

A token identifying a page of results the server should return. Typically, this is the value of ListClientsResponse.nextPageToken returned from the previous call to the list method.

Response

Successful response