List sites
documentedList sites added by a user.
GET /v4/user/{user-id}/hostsWebmasterno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.webmaster.yandex.net/v4/user/{{$user_id}}/hosts" \
-X GET \
-H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"