WebNIC RESTFUL v2
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Product
  • 📝 Update History
  • 💡 Testing Flow
  • CSR
    • Generate CSR
      POST
    • Decode CSR
      POST
  • Certificate
    • Get Order Info
      GET
    • Order Statistics
      GET
    • Order Graph Statistics
      GET
    • Order Pagination Search
      POST
    • Download Cert
      POST
    • Place Order
      POST
    • Cancel Order
      POST
    • Renew Order
      POST
    • Reissue Order
      POST
  • Domain Validations
    • Check DCV Status
      GET
    • Change Auth Type
      PUT
    • Get Auth Info
      GET
    • Approver List
      GET
    • Update Email Approver
      PUT
    • Send Email Approver
      POST
  • Product
    • Linkage of Product informations
    • GET Product List (new)
      GET
    • Get Product List
      GET
    • Get SSL Rules
      GET
    • Get Product Info
      GET
    • Get Product Price
      GET
  • Organization
    • Create Organization
    • Search Organization
    • Get Organization Info
    • Update Organization Contact
    • Submit Validation
    • Get Validation Status
  • Contact
    • Get Contact Info
    • Create Contact
    • Delete Contact
Domain APISSL APIDNS APIUtility Endpoints
Domain APISSL APIDNS APIUtility Endpoints
WebNIC OST @ Github
WebNIC Partner Portal
  1. Product

GET Product List (new)

OTE Environment
https://oteapi.webnic.cc
OTE Environment
https://oteapi.webnic.cc
GET
/ssl/v2/products/list
Last modified:2025-04-11 09:30:41
Get list of SSL Product that offered through WebNIC API.
Better performance
Replacement for the inefficient Get Product List endpoint.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/products/list' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "code": "1000",
    "message": "Command completed successfully.",
    "data": [
        {
            "productKey": "AlphaSSL",
            "productName": "Alpha SSL",
            "provider": "GlobalSign",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "AlphaSSLWildcard",
            "productName": "Alpha SSL Wildcard",
            "provider": "GlobalSign",
            "wildcard": true,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "ComodoEVSSL",
            "productName": "Sectigo EV SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "ComodoEVSSLMultiDomainCertificate",
            "productName": "Sectigo EV Multi-Domain SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [],
            "bundle": {
                "san": "3",
                "wSan": "0"
            }
        },
        {
            "productKey": "ComodoSSL",
            "productName": "Sectigo SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "ComodoSSLUCCMultiDomainCertificate",
            "productName": "Sectigo SSL Unified Communications",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [],
            "bundle": {
                "san": "3",
                "wSan": "0"
            }
        },
        {
            "productKey": "ComodoSSLWildcard",
            "productName": "Sectigo SSL Wildcard",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "ComodoSSLWildcardUCCMultiDomainCertificate",
            "productName": "Sectigo SSL Wildcard Unified Communications",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [],
            "bundle": {
                "san": "2",
                "wSan": "1"
            }
        },
        {
            "productKey": "DigicertCodeSigning",
            "productName": "Digicert Code Signing",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "DigicertCodeSigningEV",
            "productName": "Digicert EV Code Signing",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "DigicertNewBasic",
            "productName": "Digicert New Basic",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "DigicertNewBasicEV",
            "productName": "Digicert New Basic EV",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "DomainSSL",
            "productName": "Domain SSL",
            "provider": "GlobalSign",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "DomainSSLWildcard",
            "productName": "Domain SSL Wildcard",
            "provider": "GlobalSign",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "EnterpriseSSLProwithEV",
            "productName": "Enterprise SSL Pro with EV",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "EnterpriseSSLProwithEVMultiDomainCertificate",
            "productName": "Enterprise SSL Pro with EV Multi-Domain",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [],
            "bundle": {
                "san": "3",
                "wSan": "0"
            }
        },
        {
            "productKey": "EnterpriseSSLSecureSite",
            "productName": "Enterprise SSL Secure Site",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "EnterpriseSSLSecureSitePro",
            "productName": "Enterprise SSL Secure Site Pro",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "EnterpriseSSLSecureSiteProWildcard",
            "productName": "Enterprise SSL Secure Site Pro Wildcard",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "ExtSSL",
            "productName": "Extended Validation SSL",
            "provider": "GlobalSign",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "InstantSSL",
            "productName": "Instant SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "InstantSSLPro",
            "productName": "Instant SSL Pro",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "InstantSSLUnifiedCommunicationsCertificate",
            "productName": "Instant SSL Unified Communications",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {
                "san": "3",
                "wSan": "0"
            }
        },
        {
            "productKey": "InstantSSLWildcardUnifiedCommunicationsCertificate",
            "productName": "Instant SSL Wildcard Unified Communications",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {
                "san": "2",
                "wSan": "1"
            }
        },
        {
            "productKey": "OrgSSL",
            "productName": "Organization SSL",
            "provider": "GlobalSign",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "OrgSSLIP",
            "productName": "Organisation SSL Public IP Certificates",
            "provider": "GlobalSign",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "OrgSSLWildcard",
            "productName": "Organization SSL Wildcard",
            "provider": "GlobalSign",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "PositiveEVSSL",
            "productName": "Positive EV SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "PositiveEVSSLMultiDomainCertificate",
            "productName": "Positive EV SSL Multi-Domain",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [],
            "bundle": {
                "san": "3",
                "wSan": "0"
            }
        },
        {
            "productKey": "PositiveSSL",
            "productName": "Positive SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "PositiveSSLMultiDomainCertificate",
            "productName": "Positive SSL Multi-Domain",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [],
            "bundle": {
                "san": "3",
                "wSan": "0"
            }
        },
        {
            "productKey": "PositiveSSLWildcard",
            "productName": "Positive SSL Wildcard",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "PositiveSSLWildcardMultiDomainCertificate",
            "productName": "Positive SSL Wildcard Multi-Domain",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [],
            "bundle": {
                "san": "2",
                "wSan": "1"
            }
        },
        {
            "productKey": "PremiumSSL",
            "productName": "Premium SSL",
            "provider": "Sectigo",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "PremiumSSLWildcard",
            "productName": "Premium SSL Wildcard",
            "provider": "Sectigo",
            "wildcard": true,
            "allowSan": false,
            "allowWsan": false,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "QuickSSLPremium",
            "productName": "Quick SSL Premium",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "QuickSSLPremiumWildcard",
            "productName": "Quick SSL Premium Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "RapidSSL",
            "productName": "Rapid SSL",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "RapidSSLWildcard",
            "productName": "Rapid SSL Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": false,
            "allowWsan": false,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "SecureSite",
            "productName": "Secure Site",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SecureSiteEV",
            "productName": "Secure Site EV",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SecureSitePro",
            "productName": "Secure Site Pro",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SecureSiteProEV",
            "productName": "Secure Site Pro EV",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SecureSiteProWildcard",
            "productName": "Secure Site Pro Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "SecureSiteWildcard",
            "productName": "Secure Site Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SSL123",
            "productName": "SSL 123",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SSL123Wildcard",
            "productName": "SSL 123 Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "DV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "SSLWebServer",
            "productName": "SSL Webserver",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SSLWebServerEV",
            "productName": "SSL Webserver EV",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "SSLWebServerWildcard",
            "productName": "SSL Webserver Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "TrueBizID",
            "productName": "True Business ID ",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "TrueBizIDEV",
            "productName": "True Business ID EV",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [
                "www"
            ],
            "bundle": {}
        },
        {
            "productKey": "TrueBizIDWildcard",
            "productName": "True Business ID Wildcard",
            "provider": "Digicert",
            "wildcard": true,
            "allowSan": true,
            "allowWsan": true,
            "certType": "OV",
            "freeSan": [],
            "bundle": {}
        },
        {
            "productKey": "Vmc",
            "productName": "Verified Mark Certificate",
            "provider": "Digicert",
            "wildcard": false,
            "allowSan": true,
            "allowWsan": false,
            "certType": "EV",
            "freeSan": [],
            "bundle": {}
        }
    ]
}
Modified at 2025-04-11 09:30:41
Previous
Linkage of Product informations
Next
Get Product List
Built with