API Reference
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 API 참조는 리소스 유형을 기준으로 구성되어 있습니다. 각 리소스 유형은 하나 이상의 데이터 표현 및 하나 이상의 메소드를 갖습니다.
웹 리소스
WebResource 리소스에 대한 자세한 내용은 리소스 표현 페이지를 참조하세요.
메서드 |
HTTP 요청 |
설명 |
달리 명시되지 않은 한 URI는 https://www.googleapis.com/siteVerification/v1을 기준으로 합니다. |
delete
|
DELETE /webResource/id
|
웹사이트 또는 도메인 소유권 확인
|
get
|
GET /webResource/id
|
웹사이트 또는 도메인의 최신 데이터를 검색합니다.
|
getToken
|
POST /token
|
인증된 사용자가 웹사이트 또는 도메인에 배치할 인증 토큰을 가져옵니다.
|
삽입
|
POST /webResource?verificationMethod=method
|
웹사이트 또는 도메인의 소유권을 확인합니다.
필수 쿼리 매개변수:
verificationMethod |
list
|
GET /webResource
|
인증된 사용자의 인증된 웹사이트 및 도메인 목록을 가져옵니다.
|
업데이트
|
PUT /webResource/id
|
웹사이트 또는 도메인의 소유자 목록을 수정합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-08-16(UTC)
[null,null,["최종 업데이트: 2022-08-16(UTC)"],[[["\u003cp\u003eThis API reference is structured around resource types, each with their own data representations and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe WebResource resource allows you to manage website and domain ownership verification through methods like \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003einsert\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eupdate\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003egetToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve, verify, unverify, and modify website or domain ownership, as well as list verified sites and obtain verification tokens.\u003c/p\u003e\n"],["\u003cp\u003eAll URIs are relative to \u003ccode\u003ehttps://www.googleapis.com/siteVerification/v1\u003c/code\u003e unless specified otherwise.\u003c/p\u003e\n"]]],["The API manages WebResources, which represent websites or domains. Key actions include: `delete` to unverify ownership; `get` to retrieve current data; `getToken` to get a verification token; `insert` to verify ownership, requiring a `verificationMethod`; `list` to retrieve a list of verified sites; and `update` to modify the owner list. These actions use `DELETE`, `GET`, `POST`, and `PUT` HTTP methods against `/webResource/` or `/token` endpoints. Each resource has its data representation and methods.\n"],null,["# API Reference\n\nThis API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.\n\nWebResource\n-----------\n\nFor WebResource Resource details, see the [resource representation](/site-verification/v1/webResource#resource) page.\n\n| Method | HTTP request | Description |\n|--------------------------------------------------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/siteVerification/v1, unless otherwise noted |||\n| [delete](/site-verification/v1/webResource/delete) | `DELETE /webResource/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e | Unverifies the user's ownership of a website or domain. |\n| [get](/site-verification/v1/webResource/get) | `GET /webResource/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e | Retrieves the most current data for a website or domain. |\n| [getToken](/site-verification/v1/webResource/getToken) | `POST /token` | Gets a verification token for the authenticated user to place on a website or domain. |\n| [insert](/site-verification/v1/webResource/insert) | `POST /webResource?verificationMethod=`\u003cvar class=\"apiparam\" translate=\"no\"\u003emethod\u003c/var\u003e | Verifies ownership of a website or domain. \u003cbr /\u003e **Required query parameters:** `verificationMethod` |\n| [list](/site-verification/v1/webResource/list) | `GET /webResource` | Gets the list of the authenticated user's verified websites and domains. |\n| [update](/site-verification/v1/webResource/update) | `PUT /webResource/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e | Modifies the list of owners for a website or domain. |"]]