Автентифікація
Надішліть ключ API як маркер носія (bearer token). Ця кінцева точка не вказує конкретного дозволу в специфікації, тому надайте своєму ключу мінімально необхідні права та перевірте відповідь, замість того щоб припускати.
Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.
Спробувати
Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.
curl -X GET https://api.zinndigital.com/v1/plugins/{slug} \
-H "Authorization: Bearer zdk_live_…"Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API
Деталі
Public and unauthenticated. A plugin we publish no release of is a `404`.
Параметри
| Назва | Тип | Обов'язкове | Що це таке |
|---|---|---|---|
slug (path) | string | Так | The plugin's directory name and text domain, e.g. `zinn-cache`. |
Відповідь
| Назва | Тип | Обов'язкове | Що це таке |
|---|---|---|---|
kind | string<wordpress_plugin, whmcs_module, hostbill_module, generic_client> | Так | What this is, and therefore where it is installed. `wordpress_plugin` goes in `wp-content/plugins`; `whmcs_module` in a WHMCS install's `modules/servers/`; `hostbill_module` in… |
slug | string | Так | The archive's directory name, e.g. `zinn-cache` or `zinn-whmcs`. |
name | string | Так | — |
version | string | Так | — |
package_sha256 | string | Так | Lowercase hex SHA-256 of the archive. The value `downloadPlugin` returns in `X-Zinn-Package-SHA256`, and the one the plugin's own updater checks a download against before WordPr… |
package_bytes | integer | Так | — |
requires_wp | string | Ні | — |
requires_php | string | Ні | — |
tested_wp | string | Ні | The WordPress version this release was installed and activated against before it was published — a real test on a real install, not an estimate. Empty means we have not stated o… |
changelog | string | Ні | — |
homepage | string | Ні | — |
distribution | string<public, app-only> | Ні | Who may download this plugin. `public` — anyone, no account needed, and it is also listed on https://zinndigital.com/wordpress-plugins. `app-only` — signed-in customers only; it… |
published_at | string | Ні | — |
Помилки, які може повертати ця кінцева точка
404 · 429