2.17 Verify and Obtain Email Signature
2.17.1 API Information
| Environment | |
|---|---|
| Production | https://portal.racent.com/ssl/verifyPAC |
| Request Method | POST |
| content-type | multipart/form-data |
| Description | Retrieve Sectigo email signature based on collectionCode |
2.17.2 Parameter Definition
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Please contact Racent technical support to generate the token. |
| certId | String | Y | Racent certificate ID |
| collectionCode | String | Y | The collectionCode sent to the certificate request email address |
Function Response
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Return status. For details, refer to Appendix 3.1 |
| data | Object | N | This parameter is required (Y) when the return status is successful. Details are as follows: |
| beginDate | String | N | Start time |
| endDate | String | N | End time |
| certificate | String | N | Certificate |
| caCertificate | String | N | Intermediate certificate |
| privateKey | String | N | Private key |
| errors | Object or String | N | Specific error information when the return status indicates an error. |