Autentifikacija
Pošaljite API ključ kao nosivi token. Ključ mora imati dozvolu sites.view; ključ bez nje se odbija s kodom 403, a ne 404.
Ova krajnja točka ne prihvaća ID organizacije. Vaš ključ već identificira organizaciju kojoj pripada, a odgovor je ograničen na nju.
Isprobajte
Zamijenite sve unutar šiljastih zagrada svojim vlastitim vrijednostima, a rezervirano mjesto za ključ s ključem iz vaše nadzorne ploče.
curl -X GET https://api.zinndigital.com/v1/certificates/products \
-H "Authorization: Bearer zdk_live_…"Prijavljeni ste? API konzola na vašoj nadzornoj ploči automatski unosi stvarni ID vaše organizacije i vaš vlastiti ključ te šalje zahtjev prema aktivnom API-ju kako biste mogli vidjeti stvarni odgovor. Otvori ovu krajnju točku u API konzoli
Pojedinosti
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`.
Parametri
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
currency (query) | string | Ne | ISO 4217 code to price in. A product with no price in it is omitted. |
Odgovor
| Naziv | Vrsta | Obavezno | Što je to |
|---|---|---|---|
data | CertificateProduct[] | Da | — |
Pogreške koje ova krajnja točka može vratiti
401 · 403 · 429