Certificate API
Certificate management APIs enables Certificate to list, view, upload, and delete certificate . APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| List Certificates | GET | /sfd/v2.0/certs | Retrieves the certificates records for the specified customer. |
| Get Certificate | GET | /sfd/v2.0/certs/{certificateId} | Get Certificate Details. |
| Upload Certificate | POST | /sfd/v2.0/certs | Upload Certificate. |
| Delete Certificate | DELETE | /sfd/v2.0/certs/{certificateId} | Delete Certificate. |
| Re-import Certificate | POST | /sfd/v2.0/certs/{certificateId}/reimport | Re-import an existing certificate. |