compute

GET /v1/certificates/products

TLS certificates a customer can buy.

Alle compute-eindpunten

Authenticatie

Stuur een API-sleutel mee als bearer token. De sleutel moet over de permissie sites.view beschikken; een sleutel zonder deze permissie wordt geweigerd met een 403 in plaats van een 404.

Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.

Probeer het

Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.

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

Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console

Details

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`.

Parameters

NaamTypeVerplichtWat dit is
currency (query)stringNeeISO 4217 code to price in. A product with no price in it is omitted.

Reactie

NaamTypeVerplichtWat dit is
dataCertificateProduct[]Ja

Fouten die dit eindpunt kan retourneren

401 · 403 · 429