- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all the clients for the current buyer.
HTTP request
GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/clients
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the buyer. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
Requested page size. If left blank, a default page size of 500 will be applied. |
pageToken |
A token identifying a page of results the server should return. Typically, this is the value of [ListClientsResponse.nextPageToken][nextPageToken] returned from the previous call to the [list][clients.list] method. |
filter |
Query string using the Filtering Syntax Supported fields for filtering are:
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 |
Request body
The request body must be empty.
Response body
Response message for the [list][clients.list] method.
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/authorized-buyers-marketplace