Solutions
NicSRS industry solutions tailored to meet the specific needs of corporations, accelerate cloud applications construction.
Web Security Support
NicSRS API
POST
https://portal.nicsrs.com/ssl/batchupdateDCV
Use this endpoint to modify the domain
control validation (DCV) method for multiple domains in bulk. You can call batch update DCV action only when the
certificate is in process. Please note that it will take several minutes to make
the modification success for the action is asynchronous. If synchronous action
is required, please call the Update DCV action. If
the value of dcvMethod and domaininfo don’t exist, the endpoint
will use the initial DCV method to make domain vetted by CA. If both of them
exist simultaneously, the value of domaininfo
will be called first. Note: Only the Sectigo products are supported by the
endpoint.
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. |
|
dcvMethod |
String |
O |
Domain control validation
method. To get allowed values, please
see the endpoint of Order
Certificates. Note: The DCV method of multiple
domains cannot be modified to Approver Email Method. |
|
dcvEmail |
String |
O |
The email address for domain
control validation. Note: This is required for Approver Email Method. |
|
domainInfo |
Json |
O |
The domain information. |
|
-domainName |
String |
O |
Domain name. |
|
-dcvMethod |
String |
O |
Domain control validation
(DCV) methods. |
|
-dcvEmail |
String |
O |
The email address for DCV. |
|
Name |
Type |
Req/Opt |
Description |
code |
Int |
R |
Response status codes. A response code identifies a specific
status. See Appendix - Response Codes. |
errors |
Array or String |
O |
|