googleapis.com

Verifies ownership of websites or domains with Google.

🔑 oauth2 7 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Get the list of your verified websites and domains.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/siteVerification/v1/webResource
Get the most current data for a website or domain.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/siteVerification/v1/webResource/{id}
Endpoints (7 total)
GET
/webResource
Get the list of your verified websites and domains.
GET
/webResource/{id}
Get the most current data for a website or domain.
POST
/token
Get a verification token for placing on a website or domain.
POST
/webResource
Attempt verification of a website or domain.
PUT
/webResource/{id}
Modify the list of owners for your website or domain.
PATCH
/webResource/{id}
Modify the list of owners for your website or domain. This method supports pa…
DELETE
/webResource/{id}
Relinquish ownership of a website or domain.
At a glance
Total SDKs10
Languages6
Endpoints7
Authoauth2
Categories2
https://www.googleapis.com/siteVerification/v1