API ReferenceStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This API reference is structured around resource types, each with their own data representations and methods.
The WebResource resource allows you to manage website and domain ownership verification through methods likeget,insert,delete,update,list, andgetToken.
You can retrieve, verify, unverify, and modify website or domain ownership, as well as list verified sites and obtain verification tokens.
All URIs are relative tohttps://www.googleapis.com/siteVerification/v1unless specified otherwise.
This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-11 UTC."],[],["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"]]