Account list

Returns a list of accounts that the current user is a representative of.

Request syntax

GET https://api-metrika.yandex.net/management/v1/accounts
 ? [callback=<string>]
callbackCallback function that processes the API response.
callbackCallback function that processes the API response.

Response format


{
    "accounts" : [ {
        "user_login" :  < string > ,
        "created_at" :  < date > 
    }, ... ]
}
Parameters Description
accounts The list of accounts that the current user is a representative of.
accounts
user_login

Login of a user who granted full access to their tags for the current user.

created_at

Date when the permission was granted in YYYY-MM-DD'T'hh:mm:ssZ format.

Parameters Description
accounts The list of accounts that the current user is a representative of.
accounts
user_login

Login of a user who granted full access to their tags for the current user.

created_at

Date when the permission was granted in YYYY-MM-DD'T'hh:mm:ssZ format.