לפני קריאה ל-insert, צריך להציב את אסימון האימות של המשתמש המאומת באתר או בדומיין שלו. כשמבצעים קריאה ל-insert, שירות אימות האתר של Google שולח שאילתה לאתר או לדומיין ומחפש את האסימון.
אם Google תמצא את האסימון של המשתמש באתר או בדומיין, היא תתעד את האתר כמאומת.המשתמש המאומת יכול גם להאציל בעלות. כל כתובות האימייל שמציינים בשדה owners בגוף הבקשה מתועדות גם כבעלי אתרים מאומתים.
פרמטר השאילתה verificationMethod מציין את סוג אסימון האימות ש-Google צריכה לחפש.הערך של verificationMethod צריך להיות תואם לערך שהועבר בעבר אל getToken.
בקשה
בקשת HTTP
POST https://www.googleapis.com/siteVerification/v1/webResource?verificationMethod=method
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["To verify website ownership, place the user's verification token, obtained via `getToken`, on the site. Send a POST request to `/site-verification/v1/webResource/insert` with the `verificationMethod` query parameter matching the token type. Google's service checks for the token and records the site as verified if found. You can also specify additional owners in the request body. Ownership is stored and visible to all current and future owners. This request requires authorization with specified scopes.\n"]]