WebResource: get
승인 필요
웹사이트 또는 도메인의 최신 데이터를 검색합니다.
지금 사용해 보기
인증된 사용자가 직접 또는 간접적으로 소유한 사이트만 이 메서드를 사용하여 가져올 수 있습니다. '간접' 소유권은 사이트에 대한 상위 (모든 수준)의 확인된 소유권입니다. 예를 들어 example.com의 소유자는 example.com의 직접적인 소유자이고 monkeys.example.com과 bonobo.monkeys.example.com의 간접적인 소유자입니다.
요청
HTTP 요청
GET https://www.googleapis.com/siteVerification/v1/webResource/id
매개변수
매개변수 이름 |
값 |
설명 |
경로 매개변수 |
id |
string |
인증된 사이트 또는 도메인의 ID입니다.
|
승인
이 요청을 처리하려면 다음 범위의 승인이 필요합니다 (인증 및 승인 자세히 알아보기).
범위 |
https://www.googleapis.com/auth/siteverification |
요청 본문
이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-09(UTC)
[null,null,["최종 업데이트: 2024-09-09(UTC)"],[[["Retrieves the latest data for a website or domain owned directly or indirectly by the authenticated user."],["Only authorized users with the `https://www.googleapis.com/auth/siteverification` scope can access this method to retrieve data."],["The request is made using an HTTP GET request to a specific URL, providing the ID of the verified site or domain."],["The response, if successful, will contain a WebResource resource providing information about the site or domain."]]],["This outlines how to retrieve current data for a verified website or domain using a GET request to the specified API endpoint. The request requires authorization with the `https://www.googleapis.com/auth/siteverification` scope and must target a site directly or indirectly owned by the authenticated user. The request uses a path parameter `id` (a string) representing the site's ID. A successful response returns a WebResource resource; no request body is needed.\n"]]