How Can We Help
Verify Email Certificates
POST https://portal.nicsrs.com/ssl/verifyPAC
Use this endpoint to verify and collect Sectigo Email certificates (S/MIME) by collection code.
Request parameters
Fields explanation:
▪ R – Required
▪ O – Optional
| Name | Type | Req/Opt | Description | |
| api_token | String | R | Authentication credentials (User token). To get token, please contact NicSRS technical support. | |
| certId | String | R | Certificate ID provided by nicsrs.com. | |
| collectionCode | String | R | The collection code that has been sent to your email address to complete your application for Sectigo Email certificate. | |
Response parameters
| Name | Type | Req/Opt | Description |
| code | Int | R | Response status codes. A response code identifies a specific status. See Appendix – Response Codes. |
| data | Array | O | Response data.If the response code is 1,it will return to the data of the requested email certificate. See the details below. |
| -beginDate | String | O | The activation date of the requested email certificate. |
| -endDate | String | O | The expiration date of the requested email certificate. |
| -certificate | String | O | The email certificate issued by CA. |
| -caCertificate | String | O | The intermediate certificate. |
| -privateKey | String | O | The private key of the email certificate. |
| errors | Array or String | O |