hosting

GET /v1/sites/{siteId}/wordpress/plugins

List the plugins installed on a site's WordPress.

Բոլոր hosting վերջնակետերը

Նույնականացում

Ուղարկեք API բանալին որպես bearer token: Բանալին պետք է ունենա sites.view թույլտվությունը. առանց դրա բանալին մերժվում է 403, և ոչ թե 404 կարգավիճակով:

Այս վերջնակետը կազմակերպության ID չի ընդունում: Ձեր բանալին արդեն իսկ նույնականացնում է այն կազմակերպությունը, որին պատկանում է, և պատասխանը սահմանափակված է դրանով:

Փորձել

Փոխարինեք անկյունային փակագծերում գտնվող ցանկացած բան ձեր սեփական արժեքներով, և բանալու տեղապահը՝ ձեր վահանակի բանալիով:

curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/wordpress/plugins \
  -H "Authorization: Bearer zdk_live_…"

Մուտք գործե՞լ եք: Ձեր վահանակի API վահանակը լրացնում է ձեր իրական կազմակերպության ID-ն և ձեր սեփական բանալին և գործարկում է հարցումը ուղիղ API-ի դեմ, որպեսզի կարողանաք տեսնել փաստացի պատասխանը: Բացեք այս վերջնակետը API վահանակում

Մանրամասներ

Every plugin the install carries, with its activation status, its version, and the version waiting for it. `update_version` is a string and not a boolean because a screen that can name the waiting version is more useful than one that can only say "update"; it is `""` when the plugin is current. ⛔ `stack_cache_installed` is carried **separately and cannot be derived from `data`**: this platform excludes its own cache plugin from the listing, so a client deriving the flag from the rows would answer "not installed" for ever and the install button would never go away. `404` for a site with no vendor hosting package. Requires `sites.view`.

Պարամետրեր

ԱնունՏեսակՊահանջվում էԻնչ է դա
siteId (path)UuidԱյոSite ID (UUIDv7).

Պատասխան

ԱնունՏեսակՊահանջվում էԻնչ է դա
dataSiteWordPressPlugin[]ԱյոThe installed plugins.
stack_cache_installedbooleanԱյո⛔ **Cannot be derived from `data`.** this platform excludes its own server-side cache plugin from the listing, so a client deriving this flag from the rows would answer "not ins…

Այս վերջնակետի կողմից վերադարձվող սխալները

401 · 403 · 404 · 429 · 503