Retrieves the authenticated user's list of accounts. Try it now.
Request
HTTP request
GET https://www.googleapis.com/adexchangebuyer/v1.4/accounts
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/adexchange.buyer |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "adexchangebuyer#accountsList", "items": [ accounts Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
The fixed string "adexchangebuyer#accountsList ". |
|
items[] |
list |
A list of accounts. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.