List of accessible clients
Returns data about Yandex Direct clients whose campaigns are accessible to the owner of the Yandex Metrica counter.
Request
GET
https://api-metrika.yandex.net/management/v1/clients
Query parameters
| Name | Description | 
| counters* | Type: integer<int32>[] Yandex Metrica counter ID. You can specify multiple counters separated by commas. | 
Responses
200 OK
OK
Body
application/json
{
    "clients": [
        {
            "id": 0,
            "name": "string",
            "chief_login": "string"
        }
    ]
}
| Name | Description | 
| clients | Type: Client[] List of Yandex Direct clients whose campaigns are accessible to the owner of this Yandex Metrica counter. | 
Client
List of Yandex Direct clients whose campaigns are accessible to the owner of this Yandex Metrica counter.
| Name | Description | 
| chief_login | Type: string Login of the client's chief representative in Yandex Direct. You can use it to generate the Yandex Direct — costs report. | 
| id | Type: integer<int32> Yandex Direct client ID. | 
| name | Type: string Name of the client specified in the Yandex Direct settings. | 
No longer supported, please use an alternative and newer version.