[null,null,["最后更新时间 (UTC):2024-08-23。"],[[["Retrieves a verification token for website or domain ownership verification upon authorization."],["Supports various verification methods including `ANALYTICS`, `DNS`, `DNS_CNAME`, `DNS_TXT`, `FILE`, `META`, and `TAG_MANAGER`."],["Requires specifying the site type (`SITE`, `INET_DOMAIN`, or `ANDROID_APP`) and identifier (URL or domain name)."],["Returns the selected verification method and the corresponding token to be placed on the site."],["Authorization is required with the `siteverification` or `siteverification.verify_only` scope."]]],["To get a verification token, send a POST request to the specified URL, including authorization with the correct scope. The request body must contain a `site` object with the `type` (e.g., `SITE`, `INET_DOMAIN`) and `identifier` (e.g., URL, domain name) of the site, as well as the desired `verificationMethod`. The successful response will return the chosen `method` and the `token` string to be placed on the site for verification.\n"]]