Certificates
Certificates in API v3: retrieve a certificate template, replace a certificate template, preview a certificate template, list a user's certificates, issue a certificate, retrieve a certificate, revoke a certificate, delete a certificate.
8 operations.
| Operation | Summary |
|---|---|
GET /products/{product_id}/certificate-template | Retrieve a certificate template |
PUT /products/{product_id}/certificate-template | Replace a certificate template |
POST /products/{product_id}/certificate-template/previews | Preview a certificate template |
GET /users/{user_id}/certificates | List a user's certificates |
POST /users/{user_id}/certificates | Issue a certificate |
GET /users/{user_id}/certificates/{certificate_id} | Retrieve a certificate |
PATCH /users/{user_id}/certificates/{certificate_id} | Revoke a certificate |
DELETE /users/{user_id}/certificates/{certificate_id} | Delete a certificate |
Questions
Previous Page
Retrieve a certificate template GET
The certificate template has no ID of its own and is addressed through its product. The response includes an `ETag` representing the current revision of the product. Send this value in the `If-Match` header when replacing the template to avoid overwriting a newer version. Because the revision covers the whole product, other changes to the product also produce a new `ETag`.