---
title: "POST /webResource"
method: POST
path: "/webResource"
tags: ["webResource"]
---

# POST /webResource

`POST /webResource`

Attempt verification of a website or domain.

## Query parameters

- `verificationMethod` string, required

## Request body

- SiteVerificationWebResourceResource
  - `id` string — The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
  - `owners` string[] — The email addresses of all verified owners.
  - `site` object — The address and type of a site that is verified or will be verified.
    - `identifier` string — The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
    - `type` string — The site type. Can be SITE or INET_DOMAIN (domain name).

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/siteverification.md) · [All operations](https://skmtc.dev/google/apis/siteverification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/siteverification/revisions/b5312456002c/schema)
