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

# POST /token

`POST /token`

Get a verification token for placing on a website or domain.

## Request body

- SiteVerificationWebResourceGettokenRequest
  - `site` object — The site for which a verification token will be generated.
    - `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 type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).
  - `verificationMethod` string — The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.

## 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)
