Overview
The SCM Discovery Import API allows you to import certificates into Sectigo Certificate Manager (SCM), where they can be monitored and managed alongside other certificates issued by SCM.
The SCM Discovery Import API supports this process through the following workflow:
- Create a scan operation and obtain its operation ID in the
Locationobject of the response header. - Import certificate data using the operation ID.
- Update the operation's status to
completedusing the operation ID.
After the scan operation is completed, the imported certificates are available for management in SCM.
The SCM Discovery Import API is organized into two groups:
- Scan Operations: create, update, and delete scan operations.
- Scan Results: import and list the certificate data and associated locations discovered during the scan.
Updated 16 days ago