public
GET /v1/plugins
Everything Zinn® publishes for you to install, at its current version.
Autenticação
Envie uma chave de API como um token bearer. Este endpoint não especifica uma permissão específica na documentação, portanto, conceda à sua chave o mínimo necessário e verifique a resposta em vez de assumir.
Este endpoint não requer um ID de organização. Sua chave já identifica a organização à qual pertence, e a resposta é delimitada a ela.
Experimente
Substitua qualquer item entre colchetes por seus próprios valores e o espaço reservado para a chave por uma chave do seu painel.
curl -X GET https://api.zinndigital.com/v1/plugins \
-H "Authorization: Bearer zdk_live_…"Conectado? O console da API no seu painel preenche o ID da sua organização real e a sua própria chave, e executa a requisição contra a API de produção para que você possa ver a resposta real. Abra este endpoint no console da API
Detalhes
Public and unauthenticated. A reseller evaluating us should be able to see what they get before they sign up, and an AI answer engine should be able to quote it. Each row carries the archive's SHA-256 and its size so a download can be checked; the archive itself is at `downloadPlugin`. Covers both the WordPress plugins and the billing-panel provisioning modules — `kind` says which, and filters the list. An unrecognised `kind` returns an empty list rather than everything: a page asking for modules must never silently render the WordPress catalogue instead.
Parâmetros
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
kind (query) | string<wordpress_plugin, whmcs_module, hostbill_module, generic_client> | Não | Narrow to one kind of artefact. Omit for everything. |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
data | PluginRelease[] | Sim | — |
Erros que este endpoint pode retornar
429