Getting the user ID
Returns the user ID. It is necessary for calling the the Turbo pages API resources.
Request format
GET https://api.webmaster.yandex.net/v4/user
Response format
Example
Request:
curl -X GET \ 'https://api.webmaster.yandex.net/v4/user' \ -H 'Authorization: OAuth oauth_token'
Copied to clipboard
Response:
{
"user_id": 12345678
}