curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/products/info?productKey=AlphaSSL' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"productKey": "AlphaSSL",
"productName": "Alpha",
"provider": "GlobalSign",
"active": true,
"rules": {
"term": [
1
],
"allowSan": false,
"allowWsan": false,
"maxSan": 0,
"wildcard": true,
"sendFulfillmentEmail": false,
"sendApproverEmail": true,
"modifyApprover": false,
"modifyContact": false,
"revoke": true,
"cancel": true,
"certType": "DV",
"feature": {
"seal_preferences": false,
"scan": false
}
}
}
}