API Reference
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يتم تنظيم مرجع واجهة برمجة التطبيقات هذا حسب نوع المورد. يتسم كل نوع مورد بتمثيل واحد أو أكثر للبيانات ووسيلة واحدة أو أكثر.
مرجع الويب
لمعرفة تفاصيل مورد الويب، راجع صفحة تمثيل المورد.
الطريقة |
طلب HTTP |
الوصف |
معرف الموارد المنتظم (URI) الخاص بـ https://www.googleapis.com/siteverification/v1، ما لم يُذكر خلاف ذلك |
حذف
|
DELETE /webResource/id
|
إثبات ملكية المستخدم لموقع إلكتروني أو نطاق
|
الحصول
|
GET /webResource/id
|
لاسترداد أحدث البيانات لموقع إلكتروني أو نطاق.
|
getToken
|
POST /token
|
الحصول على رمز التحقق المميز للمستخدم الذي تمت المصادقة عليه وضعه على موقع إلكتروني أو نطاق.
|
إدراج
|
POST /webResource?verificationMethod=method
|
إثبات ملكية موقع إلكتروني أو نطاق
معلَمات طلب البحث المطلوبة:
verificationMethod |
list
|
GET /webResource
|
يحصل على قائمة بالمواقع الإلكترونية والنطاقات التي تم إثبات ملكيتها للمستخدمين.
|
تحديث
|
PUT /webResource/id
|
يعدّل قائمة مالكي الموقع الإلكتروني أو النطاق.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-08-16 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-08-16 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis API reference is structured around resource types, each with their own data representations and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe WebResource resource allows you to manage website and domain ownership verification through methods like \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003einsert\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eupdate\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003egetToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve, verify, unverify, and modify website or domain ownership, as well as list verified sites and obtain verification tokens.\u003c/p\u003e\n"],["\u003cp\u003eAll URIs are relative to \u003ccode\u003ehttps://www.googleapis.com/siteVerification/v1\u003c/code\u003e unless specified otherwise.\u003c/p\u003e\n"]]],["The API manages WebResources, which represent websites or domains. Key actions include: `delete` to unverify ownership; `get` to retrieve current data; `getToken` to get a verification token; `insert` to verify ownership, requiring a `verificationMethod`; `list` to retrieve a list of verified sites; and `update` to modify the owner list. These actions use `DELETE`, `GET`, `POST`, and `PUT` HTTP methods against `/webResource/` or `/token` endpoints. Each resource has its data representation and methods.\n"],null,["# API Reference\n\nThis API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.\n\nWebResource\n-----------\n\nFor WebResource Resource details, see the [resource representation](/site-verification/v1/webResource#resource) page.\n\n| Method | HTTP request | Description |\n|--------------------------------------------------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/siteVerification/v1, unless otherwise noted |||\n| [delete](/site-verification/v1/webResource/delete) | `DELETE /webResource/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e | Unverifies the user's ownership of a website or domain. |\n| [get](/site-verification/v1/webResource/get) | `GET /webResource/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e | Retrieves the most current data for a website or domain. |\n| [getToken](/site-verification/v1/webResource/getToken) | `POST /token` | Gets a verification token for the authenticated user to place on a website or domain. |\n| [insert](/site-verification/v1/webResource/insert) | `POST /webResource?verificationMethod=`\u003cvar class=\"apiparam\" translate=\"no\"\u003emethod\u003c/var\u003e | Verifies ownership of a website or domain. \u003cbr /\u003e **Required query parameters:** `verificationMethod` |\n| [list](/site-verification/v1/webResource/list) | `GET /webResource` | Gets the list of the authenticated user's verified websites and domains. |\n| [update](/site-verification/v1/webResource/update) | `PUT /webResource/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e | Modifies the list of owners for a website or domain. |"]]