একটি সাইটের ঠিকানা এবং প্রকারের জন্য ধারক যার জন্য একটি যাচাইকরণ টোকেন তৈরি করা হবে।
site. type
string
সম্পদের ধরন যাচাই করা হবে।
গ্রহণযোগ্য মান হল:
" ANDROID_APP "
" INET_DOMAIN "
" SITE "
site. identifier
string
সাইট শনাক্তকারী। যদি ধরনটি SITE তে সেট করা থাকে, তাহলে শনাক্তকারী একটি URL। যদি টাইপটি INET_DOMAIN এ সেট করা থাকে, তাহলে সনাক্তকারী একটি ডোমেন নাম।
verificationMethod
string
এই সাইট বা ডোমেন যাচাই করার জন্য সাইট যাচাইকরণ সিস্টেমের জন্য যাচাইকরণ পদ্ধতি।
গ্রহণযোগ্য মান হল:
" ANALYTICS ": শুধুমাত্র সাইট
" DNS ": পরিবর্তে DNS_TXT ব্যবহার করুন
" DNS_CNAME ": শুধুমাত্র ডোমেন
" DNS_TXT ": শুধুমাত্র ডোমেন
" FILE ": শুধুমাত্র সাইট
" META ": শুধুমাত্র সাইট
" TAG_MANAGER ": শুধুমাত্র সাইট
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি নিম্নলিখিত কাঠামো সহ একটি প্রতিক্রিয়া বডি প্রদান করে:
{ "method":string, "token":string }
সম্পত্তির নাম
মান
বর্ণনা
নোট
method
string
আপনি অনুরোধে যে যাচাইকরণ পদ্ধতি নির্বাচন করেছেন।
গ্রহণযোগ্য মান হল:
" ANALYTICS "
" DNS "
" DNS_CNAME "
" DNS_TXT "
" FILE "
" META "
" TAG_MANAGER "
token
string
নির্বাচিত যাচাইকরণ পদ্ধতি ব্যবহার করে প্রমাণীকৃত ব্যবহারকারীর সাইটে স্থাপন করার জন্য স্ট্রিং। আরও তথ্যের জন্য, শুরু করা নথিতে যাচাইকরণ পদ্ধতি এবং টোকেনগুলি দেখুন।
[null,null,["2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]