hosting

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

List the plugins installed on a site's WordPress.

Tüm hosting uç noktaları

Tüm geliştirici belgeleri

Kimlik Doğrulama

Bearer token olarak bir API anahtarı gönderin. Anahtar sites.view iznine sahip olmalıdır; bu izne sahip olmayan bir anahtar 404 ile değil, 403 ile reddedilir.

Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.

Dene

Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.

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

Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın

Ayrıntılar

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.

Parametreler

AdTürZorunluNe olduğu
siteId (path)UuidEvetSite ID (UUIDv7).

Yanıt

AdTürZorunluNe olduğu
dataSiteWordPressPlugin[]EvetThe installed plugins.
stack_cache_installedbooleanEvetCannot 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…

Bu uç noktanın dönderebileceği hatalar

401 · 403 · 404 · 429 · 503