CodeSign certificates

CodeSign certificates API overview

The CodeSign certificates API (v1) allows integrators to manage Code Signing certificates within SCM.

This API enables importing externally obtained code signing certificates and marking certificates as revoked when necessary.


CodeSign certificate API endpoints

The following table lists the v1 endpoints for managing code signing certificates.
Click any action in the first column to open its API reference page.

ActionMethodPathDescription
Mark certificate as revoked (by ID or serial + issuer)POST/api/cscert/v1/revoke/manualMark a code signing certificate as revoked using certificate ID or serial number plus issuer.
Import CodeSign certificatesPOST/api/cscert/v1/importImport one or more code signing certificates into SCM for management.