compute

GET /v1/certificates/products

TLS certificates a customer can buy.

Todos los endpoints de compute

Autenticación

Envía una clave de API como token de portador. La clave debe tener el permiso sites.view; una clave que no lo tenga se rechazará con un código 403, no 404.

Este endpoint no requiere ningún id de organización. Su clave ya identifica la organización a la que pertenece, y la respuesta está delimitada a ella.

Pruébalo

Reemplaza cualquier elemento entre corchetes angulares por tus propios valores, y el marcador de posición key con una clave de tu panel de control.

curl -X GET https://api.zinndigital.com/v1/certificates/products \
  -H "Authorization: Bearer zdk_live_…"

¿Has iniciado sesión? La consola de la API en tu panel de control rellena el ID de tu organización real y tu propia clave, y ejecuta la solicitud contra la API en vivo para que puedas ver la respuesta real. Abre este endpoint en la consola de la API

Detalles

The Sectigo catalogue, priced per term in the currency asked for. ⭐ **Every row carries `free_alternative_exists`, and a client should show it.** Let's Encrypt issues domain-validated certificates and wildcards for nothing, and our own Plesk panels already do it — so five of the fifteen compete with free. The other ten (organisation-validated, extended-validation, code-signing and S/MIME) are impossible with Let's Encrypt. Selling alongside a free option is only honest if the screen says which is which. ⛔ A product with no price in the requested currency is omitted, never returned at zero: it cannot be bought in that currency, and rendering it free is the one error a customer would happily accept. Requires `sites.view`.

Parámetros

NombreTipoObligatorio¿Qué es esto?
currency (query)stringNoISO 4217 code to price in. A product with no price in it is omitted.

Respuesta

NombreTipoObligatorio¿Qué es esto?
dataCertificateProduct[]

Errores que este endpoint puede devolver

401 · 403 · 429