{"info":{"_postman_id":"b26d0cdf-34f2-43d6-afb6-d706b05721fa","name":"GoGetSSL API  (v2) Documentation","description":"<html><head></head><body><p><strong>API URL {{base_url}}</strong>: <a href=\"https://my.gogetssl.com/api/\"></a><a href=\"https://my.gogetssl.com/api/whmcs/v1/\">https://my.gogetssl.com/api/v2/</a></p>\n<h2 id=\"getting-started\">Getting started</h2>\n<p>To get started with GoGetSSL API you need:</p>\n<ul>\n<li><p><strong>An account</strong> on <a href=\"https://www.gogetssl.com/\">GOGETSSL.COM</a> platform.</p>\n</li>\n<li><p><a href=\"https://my.gogetssl.com/en/user/api\">API credentials</a> .</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5607141","collectionId":"b26d0cdf-34f2-43d6-afb6-d706b05721fa","publishedId":"2sB34eJ2b5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-17T12:36:56.000Z"},"item":[{"name":"Authentication and Authorization","item":[],"id":"20c3d7b8-1432-4fc4-be38-39c612991a82","description":"<p>For all requests <strong>Autorization</strong> <strong>header</strong> must be provided in following format:</p>\n<p>Authorization: {{authentication_scheme}} {{api_partner_code}}:{{api_password}}</p>\n<ul>\n<li><p><strong>authentication_scheme</strong> - default <strong>GGS</strong></p>\n</li>\n<li><p><strong>api_partner_code</strong> — your assigned integration partner code</p>\n</li>\n<li><p><strong>api_password</strong> — the secret token issued to you</p>\n</li>\n</ul>\n<p>Example</p>\n<p><code>Authorization: GGS 657898:3fa85f64-5717-4562-b3fc-2c963f66afa6</code></p>\n<h3 id=\"api-credentials\">API credentials</h3>\n<ul>\n<li><p>To get <strong>api_partner_code</strong> and <strong>api_password</strong>, <a href=\"https://my.gogetssl.com/en/user\">sign in</a> to GoGetSSL account.</p>\n</li>\n<li><p>In GoGetSSL account, in the left menu, go to <strong>Reseller Modules</strong> <strong>&gt;</strong> <strong>API Settings</strong>.</p>\n</li>\n<li><p>On the <strong>API Settings</strong> page, click <a href=\"https://null/\"><b>Generate API Password</b></a>.</p>\n</li>\n</ul>\n<p>⚠️ Your API password is shown <strong>only once</strong> upon creation and <strong>cannot</strong> be recovered later.</p>\n<p>If you lose it, you’ll need to generate a new one.</p>\n<h3 id=\"api-authorized-actions\">API authorized actions</h3>\n<p>In the <strong>API Settings page y</strong>ou can restrict the API permissions to a specified set of actions (order, reissue, cancel).</p>\n","_postman_id":"20c3d7b8-1432-4fc4-be38-39c612991a82"},{"name":"Products","item":[{"name":"List products","id":"e660ded1-1473-46fd-9cc5-0a83b449d04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/products","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<p>The response is a JSON array of objects, where each object represents a product and includes the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>label</td>\n<td>string</td>\n<td>The display name of the product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>A brief description of the product. Can be null if no description is provided.</td>\n</tr>\n<tr>\n<td>description_url</td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of the product, e.g., <code>certificate</code></td>\n</tr>\n<tr>\n<td>category</td>\n<td>string</td>\n<td>Classification of the product type, indicating its primary purpose. For example, certificate categories include <code>tls</code> (Transport Layer Security), <code>cs</code> (Code Signing), <code>smime</code> (Secure/Multipurpose Internet Mail Extensions), and <code>ds</code> (Document Signing), <code>caas</code> (Certificate as a Service), <code>ais</code> (Automated SSL).</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n<td>Product vendor (e.g. DIGICERT, SECTIGO).</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>string</td>\n<td>Product brand ( Digicert, Comodo, Sectigo, GeoTrust, Thawte, RapidSSL, CodeGuard,  <br />TrustedSite,  <br />SiteLock).</td>\n</tr>\n<tr>\n<td>common_name</td>\n<td>object</td>\n<td>Details about the common name for the certificate product.  <br />Only returned for products with type <strong>certificate</strong>.</td>\n</tr>\n<tr>\n<td>.. single_allowed</td>\n<td></td>\n<td>Indicates if a single domain name (e.g., example.com) is allowed.</td>\n</tr>\n<tr>\n<td>.. wildcard_allowed</td>\n<td>boolean</td>\n<td>Indicates if a wildcard domain (e.g., *.example.com) is supported.</td>\n</tr>\n<tr>\n<td>.. ip_allowed</td>\n<td>boolean</td>\n<td>Specifies whether an IP address can be used as the common name.</td>\n</tr>\n<tr>\n<td>san</td>\n<td>object</td>\n<td>Details about SAN (Subject Alternative Names) support.  <br />Only returned for products with type <strong>certificate</strong> that support SANs.</td>\n</tr>\n<tr>\n<td>.. included</td>\n<td>object</td>\n<td>Number of included SANs, differentiated by wildcard and single SANs.</td>\n</tr>\n<tr>\n<td>.. .. single</td>\n<td>integer</td>\n<td>Number of single-domain SANs included at no additional cost.</td>\n</tr>\n<tr>\n<td>.. .. wildcard</td>\n<td>integer</td>\n<td>Number of wildcard SANs included at no additional cost.</td>\n</tr>\n<tr>\n<td>.. min</td>\n<td>integer</td>\n<td>The minimum number of SANs allowed for this product.</td>\n</tr>\n<tr>\n<td>.. max</td>\n<td>integer</td>\n<td>The maximum number of SANs supported for this product.</td>\n</tr>\n<tr>\n<td>.. ip_allowed</td>\n<td>boolean</td>\n<td>Indicates whether IP addresses can be used as SANs.</td>\n</tr>\n<tr>\n<td>.. single_allowed</td>\n<td>boolean</td>\n<td>Indicates whether single-domain SANs (e.g., sub.example.com) are allowed.</td>\n</tr>\n<tr>\n<td>.. wildcard_allowed</td>\n<td>boolean</td>\n<td>Indicates whether wildcard SANs (e.g., *.example.com) are allowed.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>string</td>\n<td>Specifies the type of validation required for issuing the certificate.  <br />Possible values:  <br />DV (Domain Validation),  <br />OV (Organization Validation),  <br />EV (Extended Validation).</td>\n</tr>\n<tr>\n<td>provisioning</td>\n<td>object</td>\n<td>Details about provisioning methods.  <br />Only returned for products with type <strong>certificate</strong> and category <strong>CS</strong>.</td>\n</tr>\n<tr>\n<td>.. methods</td>\n<td>array</td>\n<td>Provisioning methods such as <code>ship-token</code>, <code>existing-token</code>, <code>hsm</code>, <code>keylocker</code>.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>The currency used for pricing (e.g., <code>USD, EUR, GBP</code>).</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>array of price objects</td>\n<td>Pricing details for various terms and configurations.</td>\n</tr>\n<tr>\n<td>.. term</td>\n<td>integer</td>\n<td>Duration of the certificate term in months (e.g., <code>12</code> for one year).</td>\n</tr>\n<tr>\n<td>.. base</td>\n<td>object</td>\n<td>Certificate price for the primary domain and included sans. Only returned for <strong>TLS certificates</strong></td>\n</tr>\n<tr>\n<td>.. .. single</td>\n<td>object</td>\n<td>Pricing for a single-domain TLS certificate.</td>\n</tr>\n<tr>\n<td>.. .. .. selling</td>\n<td>float</td>\n<td>The actual sale price offered.</td>\n</tr>\n<tr>\n<td>.. .. .. retail</td>\n<td>float</td>\n<td>The suggested retail price.</td>\n</tr>\n<tr>\n<td>.. .. wildcard</td>\n<td>object</td>\n<td>Pricing for a wildcard-domain TLS certificate.</td>\n</tr>\n<tr>\n<td>.. .. .. selling</td>\n<td>float</td>\n<td>The actual sale price offered.</td>\n</tr>\n<tr>\n<td>.. .. .. retail</td>\n<td>float</td>\n<td>The suggested retail price.</td>\n</tr>\n<tr>\n<td>.. san</td>\n<td>object</td>\n<td>Pricing for additional SAN domains . Not present, if product does not support additional SANs.</td>\n</tr>\n<tr>\n<td>.. .. wildcard</td>\n<td>object</td>\n<td>Pricing details for wildcard SANs.</td>\n</tr>\n<tr>\n<td>.. .. .. selling</td>\n<td>float</td>\n<td>The actual sale price offered.</td>\n</tr>\n<tr>\n<td>.. .. .. retail</td>\n<td>float</td>\n<td>The suggested retail price.</td>\n</tr>\n<tr>\n<td>.. single</td>\n<td>object</td>\n<td>Pricing details for single SANs.</td>\n</tr>\n<tr>\n<td>.. .. .. selling</td>\n<td>float</td>\n<td>The actual sale price offered.</td>\n</tr>\n<tr>\n<td>.. .. .. retail</td>\n<td>float</td>\n<td>The suggested retail price.</td>\n</tr>\n<tr>\n<td>.. selling</td>\n<td>float</td>\n<td>Only for <strong>non-TLS certificates</strong> and <strong>non-certificate</strong> products.</td>\n</tr>\n<tr>\n<td>.. retail</td>\n<td>float</td>\n<td>Only for <strong>non-TLS certificates</strong> and <strong>non-certificate</strong> products.</td>\n</tr>\n<tr>\n<td>tokens</td>\n<td>array</td>\n<td>A list of tokens available for purchase, including pricing details and optional shipping options. Will only be returned for certificates that support token purchases (e.g. <code>cs</code>)</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Token ID.</td>\n</tr>\n<tr>\n<td>.. .. label</td>\n<td>string</td>\n<td>Token label or name.</td>\n</tr>\n<tr>\n<td>.. .. description</td>\n<td>string</td>\n<td>Token description.</td>\n</tr>\n<tr>\n<td>.. .. base</td>\n<td>object</td>\n<td>Pricing details for the base token.</td>\n</tr>\n<tr>\n<td>.. ... shipping_options</td>\n<td>array</td>\n<td>Available shipping options for provisioning tokens.</td>\n</tr>\n<tr>\n<td>.. .. .. id</td>\n<td>string</td>\n<td>ID for the shipping option (e.g., <code>EXPEDITED</code>, <code>STANDARD</code>).</td>\n</tr>\n<tr>\n<td>.. .. .. label</td>\n<td>string</td>\n<td>Display name for the shipping option.</td>\n</tr>\n<tr>\n<td>.. .. .. description</td>\n<td>string</td>\n<td>Description of the shipping option.</td>\n</tr>\n<tr>\n<td>.. .. .. price</td>\n<td>float</td>\n<td>Price for the specific shipping option.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["products"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6dd4fe78-e78f-46a9-9a37-8fc96a8b77bd","name":"List products","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 27 May 2025 10:40:01 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 45,\n        \"label\": \"Sectigo PositiveSSL\",\n        \"description\": \"Positive SSL certificates are the fast, cost-effective way for online merchants to protect customer transactions with SSL security. Featuring encryption, fast online issuance, dedicated customer support, $10,000 warranty. Positive SSL certificates let you quickly create a secure online business environment at a budget that suits you.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 20,\n                        \"retail\": 69.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 35,\n                        \"retail\": 122.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 50,\n                        \"retail\": 174.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 65,\n                        \"retail\": 227.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 80,\n                        \"retail\": 279.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 46,\n        \"label\": \"Sectigo PositiveSSL Wildcard\",\n        \"description\": \"A Wildcard SSL Certificate is used to secure main domains and its multiple subdomains. In general, the certificate ensures to encrypt data of a website and its related web pages and it covers unlimited servers, all from one dashboard. For example, a single wildcard certificate for *.sample.com secures www.sample.com, mail.sample.com, etc.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 160,\n                        \"retail\": 269.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 280,\n                        \"retail\": 472.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 400,\n                        \"retail\": 674.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 520,\n                        \"retail\": 877.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 640,\n                        \"retail\": 1079.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 50,\n        \"label\": \"Sectigo InstantSSL Premium Wildcard\",\n        \"description\": \"A Wildcard SSL Certificate saves you money and time by securing your domain and unlimited sub-domains on a single certificate. Wildcard certificates work the same way as a regular SSL Certificate, allowing you to secure the connection between your website and your customer's Internet browser – with one major advantage. A single Wildcard SSL Certificate covers any and all of the sub-domains of your main domain.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 205,\n                        \"retail\": 879.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 358.75,\n                        \"retail\": 1539.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 512.5,\n                        \"retail\": 2199.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 666.25,\n                        \"retail\": 2859.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 820,\n                        \"retail\": 3519.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 49,\n        \"label\": \"Sectigo InstantSSL Premium\",\n        \"description\": \"Featuring the strongest possible levels of encryption, dedicated customer support, unlimited server licenses, dynamic site seal and free SSL certificate management tool, Pro website security platform, PCI scanning service and website vulnerability scanning*, Instant SSL is not just great value for money, it is the complete trust solution for your website.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 95,\n                        \"retail\": 249\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 166.25,\n                        \"retail\": 435.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 237.5,\n                        \"retail\": 622.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 308.75,\n                        \"retail\": 809.25\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 380,\n                        \"retail\": 996\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 48,\n        \"label\": \"Sectigo InstantSSL Pro\",\n        \"description\": \"Featuring the strongest possible levels of encryption, dedicated customer support, unlimited server licenses, dynamic site seal and free SSL certificate management tool, Pro website security platform, PCI scanning service and website vulnerability scanning*, Instant SSL is not just great value for money, it is the complete trust solution for your website.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 60,\n                        \"retail\": 199.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 105,\n                        \"retail\": 349.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 150,\n                        \"retail\": 499.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 195,\n                        \"retail\": 649.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 240,\n                        \"retail\": 799.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 55,\n        \"label\": \"Sectigo EV SSL\",\n        \"description\": \"An EV SSL certificate offers the highest available levels of trust and authentication to your website. The green address bar prominently displays your company name and provides highly visual assurance to customers that your site is secure – immediately giving them the confidence to complete their transaction.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 212,\n                        \"retail\": 279.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 371,\n                        \"retail\": 489.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 530,\n                        \"retail\": 699.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 689,\n                        \"retail\": 909.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 848,\n                        \"retail\": 1119.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 78,\n        \"label\": \"Sectigo Code Signing SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 345,\n                        \"retail\": 429\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 603.75,\n                        \"retail\": 750.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 862.5,\n                        \"retail\": 1072.5\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 54,\n        \"label\": \"Sectigo Multi-Domain SSL\",\n        \"description\": \"Comodo Multi-Domain certificates provide the same SSL security as our regular certificates but allow you to secure up to 250 domains on a single SSL certificate. For example, one Multi-Domain certificate can be used to secure: secure.domain.tld, secure.domain.tld2, www.domain.tld, any-domain.any-tld\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 144.22,\n                        \"retail\": 499.99\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 36,\n                        \"retail\": 129.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 252.38,\n                        \"retail\": 874.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 63,\n                        \"retail\": 227.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 360.55,\n                        \"retail\": 1249.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 324.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 468.72,\n                        \"retail\": 1624.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 117,\n                        \"retail\": 422.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 576.88,\n                        \"retail\": 1999.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 144,\n                        \"retail\": 519.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 57,\n        \"label\": \"Sectigo Multi-Domain EV SSL\",\n        \"description\": \"Sectigo Multi-Domain certificates provide the same SSL security as our regular certificates but allow you to secure up to 250 domains on a single SSL certificate with Green Adress Bar. For example, one Multi-Domain certificate can be used to secure: domain.tld, secure.domain.tld, any.domain.any-tld\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 320,\n                        \"retail\": 649.99\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 102,\n                        \"retail\": 189.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 560,\n                        \"retail\": 1137.48\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 178.5,\n                        \"retail\": 332.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 800,\n                        \"retail\": 1624.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 255,\n                        \"retail\": 474.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1040,\n                        \"retail\": 2112.47\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 331.5,\n                        \"retail\": 617.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1280,\n                        \"retail\": 2599.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 408,\n                        \"retail\": 759.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 53,\n        \"label\": \"Sectigo SSL UCC OV\",\n        \"description\": \"Ideal for Exchange and Office Communications servers. Get Sectigo SSL UCC if you want: Microsoft Exchange, Microsoft Office Communications Server, Multiple domains and sub-domains\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 144.22,\n                        \"retail\": 499.99\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 36,\n                        \"retail\": 129.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 252.38,\n                        \"retail\": 874.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 63,\n                        \"retail\": 227.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 360.55,\n                        \"retail\": 1249.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 324.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 468.72,\n                        \"retail\": 1624.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 117,\n                        \"retail\": 422.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 576.88,\n                        \"retail\": 1999.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 144,\n                        \"retail\": 519.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 77,\n        \"label\": \"Sectigo PositiveSSL Multi-Domain\",\n        \"description\": \"Ideal to protect multiple sub-domains and domains of small/medium size company\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 150,\n                        \"retail\": 159.99\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 50.25,\n                        \"retail\": 49.99\n                    },\n                    \"wildcard\": {\n                        \"selling\": 95,\n                        \"retail\": 95\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 262.5,\n                        \"retail\": 279.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 87.94,\n                        \"retail\": 87.48\n                    },\n                    \"wildcard\": {\n                        \"selling\": 166.25,\n                        \"retail\": 166.25\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 375,\n                        \"retail\": 399.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 125.62,\n                        \"retail\": 124.98\n                    },\n                    \"wildcard\": {\n                        \"selling\": 237.5,\n                        \"retail\": 237.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 487.5,\n                        \"retail\": 519.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 163.31,\n                        \"retail\": 162.47\n                    },\n                    \"wildcard\": {\n                        \"selling\": 308.75,\n                        \"retail\": 308.75\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 600,\n                        \"retail\": 639.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 201,\n                        \"retail\": 199.96\n                    },\n                    \"wildcard\": {\n                        \"selling\": 380,\n                        \"retail\": 380\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 249,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 47,\n        \"label\": \"Sectigo InstantSSL\",\n        \"description\": \"Featuring the strongest possible levels of encryption, dedicated customer support, unlimited server licenses, dynamic site seal and free SSL certificate management tool, Pro website security platform, PCI scanning service and website vulnerability scanning*, Instant SSL is not just great value for money, it is the complete trust solution for your website.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 41,\n                        \"retail\": 199.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 71.75,\n                        \"retail\": 349.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 102.5,\n                        \"retail\": 499.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 133.25,\n                        \"retail\": 649.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 164,\n                        \"retail\": 799.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 31,\n        \"label\": \"RapidSSL Standard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 19.98,\n                        \"retail\": 63\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 37.96,\n                        \"retail\": 119.7\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 55.94,\n                        \"retail\": 176.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 32,\n        \"label\": \"RapidSSL WildcardSSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 159.98,\n                        \"retail\": 253\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 303.96,\n                        \"retail\": 480.7\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 447.94,\n                        \"retail\": 708.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 36,\n        \"label\": \"Thawte SSL 123\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 57.98,\n                        \"retail\": 159\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 55.48,\n                        \"retail\": 127\n                    },\n                    \"wildcard\": {\n                        \"selling\": 319.48,\n                        \"retail\": 641\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 110.16,\n                        \"retail\": 302.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 105.41,\n                        \"retail\": 241.3\n                    },\n                    \"wildcard\": {\n                        \"selling\": 607.01,\n                        \"retail\": 1217.9\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 162.34,\n                        \"retail\": 445.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 155.34,\n                        \"retail\": 355.6\n                    },\n                    \"wildcard\": {\n                        \"selling\": 894.54,\n                        \"retail\": 1794.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 35,\n        \"label\": \"Thawte Web Server SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 126.98,\n                        \"retail\": 309\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 119.48,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 449.48,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 241.26,\n                        \"retail\": 587.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 227.01,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 854.01,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 355.54,\n                        \"retail\": 865.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 334.54,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1258.54,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 37,\n        \"label\": \"Thawte Web Server EV\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 224.98,\n                        \"retail\": 309\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 207.48,\n                        \"retail\": 226\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 427.46,\n                        \"retail\": 587.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 394.21,\n                        \"retail\": 429.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 629.94,\n                        \"retail\": 865.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 580.94,\n                        \"retail\": 632.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 38,\n        \"label\": \"Thawte Wildcard SSL Certificate\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 459.98,\n                        \"retail\": 980\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 873.96,\n                        \"retail\": 1862\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 1287.94,\n                        \"retail\": 2744\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 41,\n        \"label\": \"DigiCert Secure Site\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 429.94,\n                        \"retail\": 518\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 325.36,\n                        \"retail\": 392\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1945.52,\n                        \"retail\": 2344\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 816.89,\n                        \"retail\": 984.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 618.18,\n                        \"retail\": 744.8\n                    },\n                    \"wildcard\": {\n                        \"selling\": 3696.49,\n                        \"retail\": 4453.6\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1182.34,\n                        \"retail\": 1424.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 894.74,\n                        \"retail\": 1078\n                    },\n                    \"wildcard\": {\n                        \"selling\": 5350.18,\n                        \"retail\": 6446\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 44,\n        \"label\": \"DigiCert Secure Site EV\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 993.51,\n                        \"retail\": 1197\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 896.4,\n                        \"retail\": 1080\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1887.67,\n                        \"retail\": 2274.3\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 1703.16,\n                        \"retail\": 2052\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2732.15,\n                        \"retail\": 3291.75\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 2465.1,\n                        \"retail\": 2970\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 42,\n        \"label\": \"DigiCert Secure Site PRO\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1071.53,\n                        \"retail\": 1291\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 1071.53,\n                        \"retail\": 1291\n                    },\n                    \"wildcard\": {\n                        \"selling\": 4084.43,\n                        \"retail\": 4921\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2035.91,\n                        \"retail\": 2452.9\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 2035.91,\n                        \"retail\": 2452.9\n                    },\n                    \"wildcard\": {\n                        \"selling\": 7760.42,\n                        \"retail\": 9349.9\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2946.71,\n                        \"retail\": 3550.25\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 2946.71,\n                        \"retail\": 3550.25\n                    },\n                    \"wildcard\": {\n                        \"selling\": 11232.18,\n                        \"retail\": 13532.75\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 43,\n        \"label\": \"DigiCert Secure Site PRO EV\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1534.67,\n                        \"retail\": 1728\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 1534.67,\n                        \"retail\": 1728\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2915.87,\n                        \"retail\": 3283.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 2915.87,\n                        \"retail\": 3283.2\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 4220.34,\n                        \"retail\": 4752\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 4220.34,\n                        \"retail\": 4752\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 12,\n        \"label\": \"GeoTrust QuickSSL Premium SAN\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 222.9,\n                        \"retail\": 635\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 34.48,\n                        \"retail\": 119\n                    },\n                    \"wildcard\": {\n                        \"selling\": 249.48,\n                        \"retail\": 641\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 423.51,\n                        \"retail\": 1206.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 65.51,\n                        \"retail\": 226.1\n                    },\n                    \"wildcard\": {\n                        \"selling\": 474.01,\n                        \"retail\": 1217.9\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 624.12,\n                        \"retail\": 1778\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 96.54,\n                        \"retail\": 333.2\n                    },\n                    \"wildcard\": {\n                        \"selling\": 698.54,\n                        \"retail\": 1794.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 4,\n                \"wildcard\": 0\n            },\n            \"min\": 1,\n            \"max\": 246,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 27,\n        \"label\": \"GeoTrust TrueBusinessID\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 119.98,\n                        \"retail\": 309\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 43.48,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 384.48,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 227.96,\n                        \"retail\": 587.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 82.61,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 730.51,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 335.94,\n                        \"retail\": 865.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 121.74,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1076.54,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 28,\n        \"label\": \"GeoTrust TrueBusinessID Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 459.98,\n                        \"retail\": 980\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 873.96,\n                        \"retail\": 1862\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 1287.94,\n                        \"retail\": 2744\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 29,\n        \"label\": \"GeoTrust TrueBusinessID EV\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 219.9,\n                        \"retail\": 309\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 68.48,\n                        \"retail\": 226\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 417.81,\n                        \"retail\": 587.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 130.11,\n                        \"retail\": 429.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 615.72,\n                        \"retail\": 865.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 191.74,\n                        \"retail\": 632.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 30,\n        \"label\": \"GeoTrust TrueBusinessID SAN\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 339.98,\n                        \"retail\": 1129\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 43.48,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 384.48,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 645.96,\n                        \"retail\": 2145.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 82.61,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 730.51,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 951.94,\n                        \"retail\": 3161.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 121.74,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1076.54,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 4,\n                \"wildcard\": 0\n            },\n            \"min\": 1,\n            \"max\": 245,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 71,\n        \"label\": \"GeoTrust TrueBusinessID EV SAN\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 498.9,\n                        \"retail\": 1213\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 68.48,\n                        \"retail\": 226\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 947.91,\n                        \"retail\": 2304.7\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 130.11,\n                        \"retail\": 429.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1396.92,\n                        \"retail\": 3396.4\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 191.74,\n                        \"retail\": 632.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 4,\n                \"wildcard\": 0\n            },\n            \"min\": 1,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 82,\n        \"label\": \"Sectigo SSL Certificate\",\n        \"description\": \"A Sectigo SSL Certificate is a quickest and most cost-effective way for an online business to protect customer transactions. Apart from their low cost, each certificate also comes with a great value-add package, which makes them perfect for small to medium-size businesses.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 99.95\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 131.25,\n                        \"retail\": 174.91\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 187.5,\n                        \"retail\": 249.88\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 243.75,\n                        \"retail\": 324.84\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 300,\n                        \"retail\": 399.8\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 75,\n        \"label\": \"Sectigo Essential SSL\",\n        \"description\": \"Issued online in minutes, Essential SSL Certificates provide a quick, no hassle means of securing your customer transactions.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 33,\n                        \"retail\": 69.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 57.75,\n                        \"retail\": 122.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 82.5,\n                        \"retail\": 174.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 107.25,\n                        \"retail\": 227.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 132,\n                        \"retail\": 279.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 76,\n        \"label\": \"Sectigo Essential Wildcard SSL\",\n        \"description\": \"Your customers gain assurance that it is safe to do business with you because sensitive information is encrypted and remains private.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 105,\n                        \"retail\": 269.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 183.75,\n                        \"retail\": 472.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 262.5,\n                        \"retail\": 674.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 341.25,\n                        \"retail\": 877.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 420,\n                        \"retail\": 1079.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 84,\n        \"label\": \"DigiCert Secure Site Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 2050.1,\n                        \"retail\": 2470\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 325.36,\n                        \"retail\": 339\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1945.52,\n                        \"retail\": 2029\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 3895.19,\n                        \"retail\": 4693\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 618.18,\n                        \"retail\": 644.1\n                    },\n                    \"wildcard\": {\n                        \"selling\": 3696.49,\n                        \"retail\": 3855.1\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 5637.78,\n                        \"retail\": 6792.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 894.74,\n                        \"retail\": 932.25\n                    },\n                    \"wildcard\": {\n                        \"selling\": 5350.18,\n                        \"retail\": 5579.75\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 85,\n        \"label\": \"Sectigo SSL UCC DV\",\n        \"description\": \"Ideal for Exchange and Office Communications servers. Get Sectigo SSL UCC if you want: Microsoft Exchange, Microsoft Office Communications Server, Multiple domains and sub-domains\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 129,\n                        \"retail\": 279.99\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 37,\n                        \"retail\": 54.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 225.75,\n                        \"retail\": 489.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 64.75,\n                        \"retail\": 96.23\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 322.5,\n                        \"retail\": 699.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 92.5,\n                        \"retail\": 137.48\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 419.25,\n                        \"retail\": 909.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 120.25,\n                        \"retail\": 178.72\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 516,\n                        \"retail\": 1119.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 148,\n                        \"retail\": 219.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 105,\n        \"label\": \"Sectigo SSL Wildcard\",\n        \"description\": \"Use a Sectigo Wildcard SSL certificate to consolidate your domain and unlimited sub-domains onto a single SSL certificate purchase. If you have multiple sub-domains to safeguard, then a single Wildcard SSL purchase can save you thousands vs the cost of buying multiple individual certificates.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 215,\n                        \"retail\": 449.95\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 376.25,\n                        \"retail\": 787.41\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 537.5,\n                        \"retail\": 1124.88\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 698.75,\n                        \"retail\": 1462.34\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 860,\n                        \"retail\": 1799.8\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 26,\n        \"label\": \"GeoTrust QuickSSL Premium\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 84.98,\n                        \"retail\": 159\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 34.48,\n                        \"retail\": 127\n                    },\n                    \"wildcard\": {\n                        \"selling\": 249.48,\n                        \"retail\": 641\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 161.46,\n                        \"retail\": 302.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 65.51,\n                        \"retail\": 241.3\n                    },\n                    \"wildcard\": {\n                        \"selling\": 474.01,\n                        \"retail\": 1217.9\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 237.94,\n                        \"retail\": 445.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 96.54,\n                        \"retail\": 355.6\n                    },\n                    \"wildcard\": {\n                        \"selling\": 698.54,\n                        \"retail\": 1794.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 86,\n        \"label\": \"Sectigo Intel vPro AMT\",\n        \"description\": \"Comodo in collaboration with Intel® has developed the AMT SSL Certificate specifically designed for use with PCs based on Intel® Active Management Technology, a feature of Intel® Core™ vPro™ Platforms.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 149.95,\n                        \"retail\": 179.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 262.41,\n                        \"retail\": 314.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 374.88,\n                        \"retail\": 449.98\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 65,\n        \"label\": \"GoGetSSL 90-day Trial SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 3,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1.75,\n                        \"retail\": 1.75\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 63,\n        \"label\": \"Sectigo PositiveSSL Multi-Domain Wildcard (3 SAN)\",\n        \"description\": \"Protect unlimited sub-domains under multiple domains\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 364,\n                        \"retail\": 879.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 18.21,\n                        \"retail\": 55\n                    },\n                    \"wildcard\": {\n                        \"selling\": 95,\n                        \"retail\": 269.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 637,\n                        \"retail\": 1539.93\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 31.87,\n                        \"retail\": 96.25\n                    },\n                    \"wildcard\": {\n                        \"selling\": 166.25,\n                        \"retail\": 472.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 910,\n                        \"retail\": 2199.9\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 45.53,\n                        \"retail\": 137.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 237.5,\n                        \"retail\": 674.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1183,\n                        \"retail\": 2859.87\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 59.18,\n                        \"retail\": 178.75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 308.75,\n                        \"retail\": 877.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1456,\n                        \"retail\": 3519.84\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 72.84,\n                        \"retail\": 220\n                    },\n                    \"wildcard\": {\n                        \"selling\": 380,\n                        \"retail\": 1079.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 3\n            },\n            \"min\": 0,\n            \"max\": 247,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 66,\n        \"label\": \"GoGetSSL Domain SSL\",\n        \"description\": \"GoGetSSL Domain SSL Certificate\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 52.5,\n                        \"retail\": 52.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 75\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 97.5,\n                        \"retail\": 97.5\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 120,\n                        \"retail\": 120\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 67,\n        \"label\": \"GoGetSSL Wildcard SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 90,\n                        \"retail\": 90\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 157.5,\n                        \"retail\": 157.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 225,\n                        \"retail\": 225\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 292.5,\n                        \"retail\": 292.5\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 360,\n                        \"retail\": 360\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 68,\n        \"label\": \"GoGetSSL Multi-Domain SSL\",\n        \"description\": \"SSL to protect up to 250 domains and sub-domains within an unlimited number of server\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 90\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    },\n                    \"wildcard\": {\n                        \"selling\": 90,\n                        \"retail\": 49\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 157.5,\n                        \"retail\": 157.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 52.5,\n                        \"retail\": 52.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 157.5,\n                        \"retail\": 85.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 225,\n                        \"retail\": 225\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 225,\n                        \"retail\": 122.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 292.5,\n                        \"retail\": 292.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 97.5,\n                        \"retail\": 97.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 292.5,\n                        \"retail\": 159.25\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 360,\n                        \"retail\": 360\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 120,\n                        \"retail\": 120\n                    },\n                    \"wildcard\": {\n                        \"selling\": 360,\n                        \"retail\": 196\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 104,\n        \"label\": \"Ukrnames Wildcard SSL Certificate\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 65,\n                        \"retail\": 149\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 113.75,\n                        \"retail\": 260.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 162.5,\n                        \"retail\": 372.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 211.25,\n                        \"retail\": 484.25\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 107,\n        \"label\": \"Ukrnames DomainSSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 4.8,\n                        \"retail\": 49\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 8.4,\n                        \"retail\": 85.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 12,\n                        \"retail\": 122.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 15.6,\n                        \"retail\": 159.25\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 108,\n        \"label\": \"Ukrnames UCC/SAN SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 65,\n                        \"retail\": 147\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 12,\n                        \"retail\": 12\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 113.75,\n                        \"retail\": 257.25\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 21,\n                        \"retail\": 21\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 162.5,\n                        \"retail\": 367.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 211.25,\n                        \"retail\": 477.75\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 39,\n                        \"retail\": 39\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 111,\n        \"label\": \"Thawte SSL 123 Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 324.98,\n                        \"retail\": 673\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 617.46,\n                        \"retail\": 1278.7\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 909.94,\n                        \"retail\": 1884.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 112,\n        \"label\": \"GeoTrust QuickSSL Premium Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 299.98,\n                        \"retail\": 673\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 569.96,\n                        \"retail\": 1278.7\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 839.94,\n                        \"retail\": 1884.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 113,\n        \"label\": \"DigiCert Secure Site PRO Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 4084.43,\n                        \"retail\": 4921\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 7760.42,\n                        \"retail\": 9349.9\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 11232.18,\n                        \"retail\": 13532.75\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 99,\n        \"label\": \"Sectigo PositiveSSL Multi-Domain Wildcard\",\n        \"description\": \"Protect unlimited sub-domains under multiple domains\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 269,\n                        \"retail\": 609.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 20,\n                        \"retail\": 269.99\n                    },\n                    \"wildcard\": {\n                        \"selling\": 95,\n                        \"retail\": 269.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 470.75,\n                        \"retail\": 1067.45\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 35,\n                        \"retail\": 472.48\n                    },\n                    \"wildcard\": {\n                        \"selling\": 166.25,\n                        \"retail\": 472.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 672.5,\n                        \"retail\": 1524.93\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 50,\n                        \"retail\": 674.98\n                    },\n                    \"wildcard\": {\n                        \"selling\": 237.5,\n                        \"retail\": 674.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 874.25,\n                        \"retail\": 1982.4\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 65,\n                        \"retail\": 877.47\n                    },\n                    \"wildcard\": {\n                        \"selling\": 308.75,\n                        \"retail\": 877.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1076,\n                        \"retail\": 2439.88\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 80,\n                        \"retail\": 1079.96\n                    },\n                    \"wildcard\": {\n                        \"selling\": 380,\n                        \"retail\": 1079.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 100,\n        \"label\": \"Sectigo Multi-Domain Wildcard SSL\",\n        \"description\": \"Protect unlimited sub-domains under multiple domains\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 375,\n                        \"retail\": 2640\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 36,\n                        \"retail\": 199\n                    },\n                    \"wildcard\": {\n                        \"selling\": 160,\n                        \"retail\": 879.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 656.25,\n                        \"retail\": 4620\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 63,\n                        \"retail\": 348.25\n                    },\n                    \"wildcard\": {\n                        \"selling\": 280,\n                        \"retail\": 1539.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 937.5,\n                        \"retail\": 6600\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 497.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 400,\n                        \"retail\": 2199.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1218.75,\n                        \"retail\": 8580\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 117,\n                        \"retail\": 646.75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 520,\n                        \"retail\": 2859.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1500,\n                        \"retail\": 10560\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 144,\n                        \"retail\": 796\n                    },\n                    \"wildcard\": {\n                        \"selling\": 640,\n                        \"retail\": 3519.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 118,\n        \"label\": \"Sectigo PositiveSSL EV\",\n        \"description\": \"EV SSL Certificates (Extended Validation SSL Certificate) offer the highest degree of authentication and security for websites. EV SSL certificates require in-depth identity checks before issuance. Because of this extra validation, they uniquely show the name of the company that owns the website in the address bar of internet browsers.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 148.73,\n                        \"retail\": 159.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 260.28,\n                        \"retail\": 279.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 371.82,\n                        \"retail\": 399.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 483.37,\n                        \"retail\": 519.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 594.92,\n                        \"retail\": 639.96\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 119,\n        \"label\": \"Sectigo PositiveSSL EV MDC\",\n        \"description\": \"Protect multiple sub-domains and domains with Green address bar\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 296.39,\n                        \"retail\": 479.99\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 109.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 518.68,\n                        \"retail\": 839.98\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 131.25,\n                        \"retail\": 192.48\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 740.97,\n                        \"retail\": 1199.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 187.5,\n                        \"retail\": 274.97\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 963.27,\n                        \"retail\": 1559.97\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 243.75,\n                        \"retail\": 357.47\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1185.56,\n                        \"retail\": 1919.96\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 300,\n                        \"retail\": 439.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 125,\n        \"label\": \"Sectigo EnterpriseSSL\",\n        \"description\": \"These are 256 bit strong encryption certificates designed for securing intranets, extranets and web sites. Recognized by 99.9% of current Internet users, Enterprise SSL is an ideal way of securing your enterprise web server.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 322.35,\n                        \"retail\": 359.1\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 564.11,\n                        \"retail\": 628.43\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 805.88,\n                        \"retail\": 897.75\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1047.64,\n                        \"retail\": 1167.08\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1289.4,\n                        \"retail\": 1436.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 126,\n        \"label\": \"Sectigo EnterpriseSSL Pro\",\n        \"description\": \"256 bit SSL Certificate designed for securing intranets, extranets and web sites. Recognized by 99.9% of current Internet users and with a free TrustLogo, Enterprise SSL Pro is an ideal way of securing your enterprise web server and providing real-time web identity assurance to your customers.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 709,\n                        \"retail\": 895.5\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1240.75,\n                        \"retail\": 1567.12\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1772.5,\n                        \"retail\": 2238.75\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2304.25,\n                        \"retail\": 2910.38\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2836,\n                        \"retail\": 3582\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 127,\n        \"label\": \"Sectigo EnterpriseSSL Pro Wildcard\",\n        \"description\": \"Secure multiple websites with a single Enterprise SSL Pro Wildcard certificate. For organizations hosting a single domain name but with different subdomains (e.g. secure.domain.tld, www.domain.tld, accounts.domain.tld), the Enterprise SSL Pro Wildcard certificate is a cost-effective and efficient means of securing all subdomains without the need to manage multiple certificates. All the features and compatibility of Enterprise SSL Pro are included.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 1299,\n                        \"retail\": 1799.1\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 2273.25,\n                        \"retail\": 3148.42\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 3247.5,\n                        \"retail\": 4497.75\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 4221.75,\n                        \"retail\": 5847.08\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 5196,\n                        \"retail\": 7196.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 128,\n        \"label\": \"Sectigo UCC OV Wildcard SSL\",\n        \"description\": \"Ideal for Exchange and Office Communications servers. Get Sectigo SSL UCC if you want: Microsoft Exchange, Microsoft Office Communications Server, Multiple domains and sub-domains\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 375,\n                        \"retail\": 2640\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 36,\n                        \"retail\": 99\n                    },\n                    \"wildcard\": {\n                        \"selling\": 160,\n                        \"retail\": 879.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 656.25,\n                        \"retail\": 4620\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 63,\n                        \"retail\": 173.25\n                    },\n                    \"wildcard\": {\n                        \"selling\": 280,\n                        \"retail\": 1539.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 937.5,\n                        \"retail\": 6600\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 247.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 400,\n                        \"retail\": 2199.98\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1218.75,\n                        \"retail\": 8580\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 117,\n                        \"retail\": 321.75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 520,\n                        \"retail\": 2859.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1500,\n                        \"retail\": 10560\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 144,\n                        \"retail\": 396\n                    },\n                    \"wildcard\": {\n                        \"selling\": 640,\n                        \"retail\": 3519.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 129,\n        \"label\": \"Sectigo EnterpriseSSL Pro EV\",\n        \"description\": \"Real-time web identity assurance is delivered to your customers with EV SSL. EV delivers a green browser bar indicating site authentication with no user action required. Recognized by 99.9% of current Internet users, these SSL Certificates are an ideal way of securing your enterprise web server, intranets, extranets and web sites. Sectigo EV SSL certificates come with EV Enhancer which ensures that the EV 'green bar', the certificate holder's organization name and 'Identified by Sectigo' are always displayed in Windows XP systems.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1099,\n                        \"retail\": 1349.1\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1923.25,\n                        \"retail\": 2360.92\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2747.5,\n                        \"retail\": 3372.75\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 3571.75,\n                        \"retail\": 4384.58\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 4396,\n                        \"retail\": 5396.4\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 130,\n        \"label\": \"Sectigo EnterpriseSSL Pro EV MDC\",\n        \"description\": \"Real time web identity assurance is delivered to your customers with EV SSL. EV delivers a green browser bar indicating site authentication with no user action required. Recognized by 99.9% of current Internet users, these SSL Certificates are an ideal way of securing your enterprise web server, intranets, extranets and web sites. Sectigo EV SSL certificates come with EV Enhancer which ensures that the EV 'green bar', the certificate holder's organization name and 'Identified by Sectigo' are always displayed in Windows XP systems.\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2999,\n                        \"retail\": 3687.3\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 999,\n                        \"retail\": 1079\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 5248.25,\n                        \"retail\": 6452.78\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 1748.25,\n                        \"retail\": 1888.25\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 7497.5,\n                        \"retail\": 9218.25\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 2497.5,\n                        \"retail\": 2697.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 9746.75,\n                        \"retail\": 11983.72\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 3246.75,\n                        \"retail\": 3506.75\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 11996,\n                        \"retail\": 14749.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 3996,\n                        \"retail\": 4316\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 131,\n        \"label\": \"Sectigo EV Code Signing SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 453,\n                        \"retail\": 498\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 792.75,\n                        \"retail\": 871.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1132.5,\n                        \"retail\": 1245\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 132,\n        \"label\": \"GoGetSSL BusinessTrust EV\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 140,\n                        \"retail\": 140\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 245,\n                        \"retail\": 245\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 350,\n                        \"retail\": 350\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 134,\n        \"label\": \"GoGetSSL BusinessTrust\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 90\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 157.5,\n                        \"retail\": 157.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 225,\n                        \"retail\": 225\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 133,\n        \"label\": \"GoGetSSL BusinessTrust EV SAN\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 280,\n                        \"retail\": 280\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 90\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 490,\n                        \"retail\": 490\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 157.5,\n                        \"retail\": 157.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 700,\n                        \"retail\": 700\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 225,\n                        \"retail\": 225\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 135,\n        \"label\": \"GoGetSSL BusinessTrust Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 180,\n                        \"retail\": 180\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 315,\n                        \"retail\": 315\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 450,\n                        \"retail\": 450\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 136,\n        \"label\": \"GoGetSSL BusinessTrust SAN\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 180,\n                        \"retail\": 180\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 315,\n                        \"retail\": 315\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 52.5,\n                        \"retail\": 52.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 450,\n                        \"retail\": 450\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 75\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 137,\n        \"label\": \"GoGetSSL Code Signing SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 290.7,\n                        \"retail\": 290.7\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 508.72,\n                        \"retail\": 508.72\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 726.75,\n                        \"retail\": 726.75\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 138,\n        \"label\": \"GoGetSSL EV Code Signing\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 341.1,\n                        \"retail\": 341.1\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 596.93,\n                        \"retail\": 596.93\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 852.75,\n                        \"retail\": 852.75\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 120,\n        \"label\": \"Sectigo UCC DV Wildcard SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 365,\n                        \"retail\": 1500\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 37,\n                        \"retail\": 99\n                    },\n                    \"wildcard\": {\n                        \"selling\": 160,\n                        \"retail\": 499.99\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 638.75,\n                        \"retail\": 2625\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 64.75,\n                        \"retail\": 173.25\n                    },\n                    \"wildcard\": {\n                        \"selling\": 280,\n                        \"retail\": 874.98\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 912.5,\n                        \"retail\": 3750\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 92.5,\n                        \"retail\": 247.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 400,\n                        \"retail\": 1249.97\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1186.25,\n                        \"retail\": 4875\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 120.25,\n                        \"retail\": 321.75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 520,\n                        \"retail\": 1624.97\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1460,\n                        \"retail\": 6000\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 148,\n                        \"retail\": 396\n                    },\n                    \"wildcard\": {\n                        \"selling\": 640,\n                        \"retail\": 1999.96\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 139,\n        \"label\": \"GoGetSSL Multi-Domain Wildcard SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 140,\n                        \"retail\": 140\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    },\n                    \"wildcard\": {\n                        \"selling\": 50,\n                        \"retail\": 49\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 245,\n                        \"retail\": 245\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 52.5,\n                        \"retail\": 52.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 87.5,\n                        \"retail\": 85.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 350,\n                        \"retail\": 350\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 125,\n                        \"retail\": 122.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 455,\n                        \"retail\": 455\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 97.5,\n                        \"retail\": 97.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 162.5,\n                        \"retail\": 159.25\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 560,\n                        \"retail\": 560\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 120,\n                        \"retail\": 120\n                    },\n                    \"wildcard\": {\n                        \"selling\": 200,\n                        \"retail\": 196\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 25,\n        \"label\": \"GeoTrust TrueBusinessID SAN Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 602.53,\n                        \"retail\": 2061\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 43.48,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 239.48,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1144.81,\n                        \"retail\": 3915.9\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 82.61,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 455.01,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1687.08,\n                        \"retail\": 5770.8\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 121.74,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 670.54,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 1,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 144,\n        \"label\": \"GoGetSSL Public IP SAN\",\n        \"description\": \"Special Domain Validation SSL certificate to protect the Public Domain name. The CSRs common name should be without any CN field\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 90,\n                        \"retail\": 90\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    },\n                    \"wildcard\": {\n                        \"selling\": 30,\n                        \"retail\": 25\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 157.5,\n                        \"retail\": 157.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 52.5,\n                        \"retail\": 52.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 52.5,\n                        \"retail\": 43.75\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 225,\n                        \"retail\": 225\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 75,\n                        \"retail\": 62.5\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 292.5,\n                        \"retail\": 292.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 97.5,\n                        \"retail\": 97.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 97.5,\n                        \"retail\": 81.25\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 360,\n                        \"retail\": 360\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 120,\n                        \"retail\": 120\n                    },\n                    \"wildcard\": {\n                        \"selling\": 120,\n                        \"retail\": 100\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 1,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 24,\n        \"label\": \"Thawte SSL Web Server Multi-Domain Wildcard\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1011.96,\n                        \"retail\": 2061\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 119.48,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 449.48,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1922.72,\n                        \"retail\": 3915.9\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 227.01,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 854.01,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2833.49,\n                        \"retail\": 5770.8\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 334.54,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1258.54,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 2\n            },\n            \"min\": 0,\n            \"max\": 248,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 173,\n        \"label\": \"DigiCert Basic OV\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 266.09,\n                        \"retail\": 309\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 170.15,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 727.08,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 505.57,\n                        \"retail\": 587.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 323.28,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1381.45,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 745.05,\n                        \"retail\": 865.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 476.42,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 2035.82,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 174,\n        \"label\": \"DigiCert Wildcard SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": false,\n            \"wildcard_allowed\": true\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 813.4,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 1545.46,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"wildcard\": {\n                        \"selling\": 2277.52,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 175,\n        \"label\": \"DigiCert Basic EV SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 381.8,\n                        \"retail\": 309\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 187.58,\n                        \"retail\": 226\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 725.42,\n                        \"retail\": 587.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 356.4,\n                        \"retail\": 429.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1069.04,\n                        \"retail\": 865.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 525.22,\n                        \"retail\": 632.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 181,\n        \"label\": \"Sectigo Document Signing Certificate\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 276.56,\n                        \"retail\": 299\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 483.98,\n                        \"retail\": 523.25\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 691.4,\n                        \"retail\": 747.5\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"id\": 180,\n        \"label\": \"DigiCert Multi-Domain SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"OV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 766.92,\n                        \"retail\": 719\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 170.15,\n                        \"retail\": 205\n                    },\n                    \"wildcard\": {\n                        \"selling\": 727.08,\n                        \"retail\": 876\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1457.15,\n                        \"retail\": 1366.1\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 323.28,\n                        \"retail\": 389.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 1381.45,\n                        \"retail\": 1664.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2147.38,\n                        \"retail\": 2013.2\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 476.42,\n                        \"retail\": 574\n                    },\n                    \"wildcard\": {\n                        \"selling\": 2035.82,\n                        \"retail\": 2452.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    },\n    {\n        \"id\": 182,\n        \"label\": \"DigiCert EV Multi-Domain\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"EV\",\n        \"vendor\": \"DIGICERT\",\n        \"common_name\": {\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 766.92,\n                        \"retail\": 987\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 187.58,\n                        \"retail\": 226\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 1457.15,\n                        \"retail\": 1875.3\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 356.4,\n                        \"retail\": 429.4\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 2147.38,\n                        \"retail\": 2763.6\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 525.22,\n                        \"retail\": 632.8\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"min\": 1,\n            \"max\": 247,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        }\n    },\n    {\n        \"id\": 185,\n        \"label\": \"GoGetSSL Secure Domain SSL\",\n        \"description\": \"\",\n        \"description_url\": null,\n        \"type\": \"certificate\",\n        \"category\": \"TLS\",\n        \"validation\": \"DV\",\n        \"vendor\": \"SECTIGO\",\n        \"common_name\": {\n            \"ip_allowed\": false,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": false\n        },\n        \"currency\": \"USD\",\n        \"prices\": [\n            {\n                \"term\": 12,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 55,\n                        \"retail\": 55\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 30,\n                        \"retail\": 30\n                    },\n                    \"wildcard\": {\n                        \"selling\": 90,\n                        \"retail\": 90\n                    }\n                }\n            },\n            {\n                \"term\": 24,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 96.25,\n                        \"retail\": 96.25\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 52.5,\n                        \"retail\": 52.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 157.5,\n                        \"retail\": 157.5\n                    }\n                }\n            },\n            {\n                \"term\": 36,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 137.5,\n                        \"retail\": 137.5\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 75,\n                        \"retail\": 75\n                    },\n                    \"wildcard\": {\n                        \"selling\": 225,\n                        \"retail\": 225\n                    }\n                }\n            },\n            {\n                \"term\": 48,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 178.75,\n                        \"retail\": 178.75\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 97.5,\n                        \"retail\": 97.5\n                    },\n                    \"wildcard\": {\n                        \"selling\": 292.5,\n                        \"retail\": 292.5\n                    }\n                }\n            },\n            {\n                \"term\": 60,\n                \"base\": {\n                    \"single\": {\n                        \"selling\": 220,\n                        \"retail\": 220\n                    }\n                },\n                \"san\": {\n                    \"single\": {\n                        \"selling\": 120,\n                        \"retail\": 120\n                    },\n                    \"wildcard\": {\n                        \"selling\": 360,\n                        \"retail\": 360\n                    }\n                }\n            }\n        ],\n        \"san\": {\n            \"included\": {\n                \"single\": 0,\n                \"wildcard\": 0\n            },\n            \"min\": 0,\n            \"max\": 250,\n            \"ip_allowed\": true,\n            \"single_allowed\": true,\n            \"wildcard_allowed\": true\n        }\n    }\n]"}],"_postman_id":"e660ded1-1473-46fd-9cc5-0a83b449d04a"}],"id":"3e6030c5-4e0b-46ed-87ac-1b6a7637f7dd","_postman_id":"3e6030c5-4e0b-46ed-87ac-1b6a7637f7dd","description":""},{"name":"Orders","item":[{"name":"Order Updates","id":"95dc3287-4ad1-430b-95a6-8f28b35474c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/orders/updates?since={{timestamp}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None.</p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Req/Opt</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>since</td>\n<td>integer (Unix timestamp)</td>\n<td>required</td>\n<td>Returns updates for all orders with changes since this timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><p>👉 It is recommended to use the timestamp of your previous request to ensure continuous and up-to-date tracking of order status changes.</p>\n<p>⚠️ <strong>Best practice:</strong> Store the timestamp of each request and use it as the <code>since</code> value in your next request to always keep order statuses updated without missing changes.</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>This endpoint returns a list of orders that have had a <strong>status update</strong> since the provided Unix timestamp.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>The unique identifier of the order.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The current status of the order. Possible values:  <br /><code>processing</code> - order has been received by our system and is in the process of being submitted to vendor;  <br /><code>pending</code> - order is accepted by vendor and is now awaiting completion of the validation checks.;  <br /><code>active</code> - order has been successfully issued and is ready for use.;  <br /><code>cancelled</code> - order was cancelled.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","updates"],"host":["{{base_url}}"],"query":[{"key":"since","value":"{{timestamp}}"}],"variable":[]}},"response":[{"id":"16b33cdd-5330-4768-93fa-ec1fa158fc95","name":"Order Updates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/orders/updates?since=1735682400","host":["{{base_url}}"],"path":["orders","updates"],"query":[{"key":"since","value":"1735682400"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 20 Mar 2025 10:11:55 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"346199\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346195\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346194\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346193\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346188\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346054\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346052\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346050\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"346049\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"345764\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"343814\",\n        \"status\": \"active\"\n    },\n    {\n        \"id\": \"343781\",\n        \"status\": \"cancelled\"\n    },\n    {\n        \"id\": \"343780\",\n        \"status\": \"cancelled\"\n    },\n    {\n        \"id\": \"337348\",\n        \"status\": \"active\"\n    },\n    {\n        \"id\": \"336475\",\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"336302\",\n        \"status\": \"active\"\n    }\n]"}],"_postman_id":"95dc3287-4ad1-430b-95a6-8f28b35474c4"},{"name":"Cancel Order","id":"f6b2faab-fbee-48df-9b24-8c49eec10e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Test order\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/{{order_id}}/cancel","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{certificate_id}} - id of certificate</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Req/Opt</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reason</td>\n<td>required</td>\n<td>string</td>\n<td>Reason you want to cancel the certificate.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>204 No content</p>\n","urlObject":{"path":["certificates","{{order_id}}","cancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6b2faab-fbee-48df-9b24-8c49eec10e32"}],"id":"ea0bd63b-b6db-4cff-b23d-9c64c983d17b","_postman_id":"ea0bd63b-b6db-4cff-b23d-9c64c983d17b","description":""},{"name":"Certificates","item":[{"name":"Transport Layer Security","item":[{"name":"Create TLS Certificate","id":"0db429f0-9c3d-47c6-9d46-2e6e05efbd98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\":{\n        \"id\":\"4555\",\n        \"term\": 12\n    },\n    \"csr\":\"-----BEGIN CERTIFICATE REQUEST-----MIICwTCCAakCAQAwfDELMAkGA1UEBhMCQVUxDjAMBgNVBAgMBXN0YXRlMQ0wCwYDVQQHDARjaXR5MQwwCgYDVQQKDANvcmcxDDAKBgNVBAsMA2RlcDESMBAGA1UEAwwJZ2dzc2wuY29tMR4wHAYJKoZIhvcNAQkBFg9lbWFpbEBlbWFpbC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDhV95jhJy7ynSxZ37Qv3ypvfl9ixF5lZjEvWXL0dFwdu3EvV8voYk6uiaM366CUEeCV/ocgC6Xkaj0msEoQ79//h2bneTSkVoab9q/JwQ2ZFZv/MoAG3dKZVNF90GAh37jAy1piKbgI+Hv/33jL0I561pzRiiMz+rhZzDf8J0+ZEg/C2RWHIejcmEs6aarBXkut7GwLdm2qqccQDfK5JU4HW8pvBZlvRgrXT/Dduv1gvzOwij3HP5CEqzHYZX1ZOtPlkWO4wArGP/mDGDgFFgrXfDrEQI0vYNmKZbEp7qMy3uz00c0VKPP5QdX38nk/v7AVtv8SCjocj9MH9M4nis5AgMBAAGgADANBgkqhkiG9w0BAQsFAAOCAQEAIxVeTa9KnHISnb8se13Ufd5ZubjLbPymuITwN38RsqwHzu2y8e6s1WYQ7AlXuLqNQioxEiuZkS2iiAaHz59P2XEPWO+iWC6BMabzS45TzETnHv31M7rwYTrzrlIjosBEiRArmr+JQxTyH140TnzoETEuYbPhTRNpCkbXbwPTlpB2Sq8XbUj5SWUVXT4oOkOwps9mLo9gCq1HnU3D+xwGBW1y7FDJF1TS8YCqga/1vhfyy3Iuwweg3aDjsMc8iIftV8IfHmWmOnwpbUU7XP/qP8lRvH+e/0lm7i9m9s6Mvm/QHWVT1gQMRTyanzINDCenTyO0RFKG1U0SM1o6m7I1Qw==-----END CERTIFICATE REQUEST-----\",\n    \"common_name\":{\n        \"name\":\"ggssl.com\",\n        \"validation_method\":\"admin@ggssl.com\"\n    },\n    \"alternative_names\":[\n        {\n            \"name\":\"san-1.com\",\n            \"validation_method\": \"admin@san-1.com\"\n        },{\n            \"name\":\"san-2.com\",\n            \"validation_method\": \"http\"\n        }\n    ],\n\n    \"contacts\":{\n        \"organization\":{\n            \"name\": \"Test Organization\",\n            \"address_line_1\": \"Street address 123\",\n            \"address_line_2\": \"\",\n            \"city\": \"City\",\n            \"region\": \"Region/State\",\n            \"country\": \"IT\",\n            \"postal_code\": \"IT123\",\n            \"phone\": \"+0078932144\"\n\n        },\n        \"administrator\":{\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"title\": \"Title\",\n            \"email\": \"email@email.com\",\n            \"phone\": \"+0078932144\"\n\n        },\n        \"technical\":{\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"title\": \"Title\",\n            \"email\": \"email@email.com\",\n            \"phone\": \"+0078932144\"\n        }\n\n    },\n\n        \"renewal\": {\n            \"prior_certificate_id\": 123456,\n            \"remaining_days\": 30\n        }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n<td>required</td>\n<td>object</td>\n<td>Contains product details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>required</td>\n<td>integer / string</td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>.. term</td>\n<td>required</td>\n<td>integer</td>\n<td>The term in months.</td>\n</tr>\n<tr>\n<td>common_name</td>\n<td>required</td>\n<td>object</td>\n<td>Contains details for the common name.</td>\n</tr>\n<tr>\n<td>.. name</td>\n<td>required</td>\n<td>string</td>\n<td>The domain for the common name.</td>\n</tr>\n<tr>\n<td>.. validation_method</td>\n<td>required</td>\n<td>string</td>\n<td>The validation method for the common name. Possible values: dns, http, https or valid administrative dcv email address.</td>\n</tr>\n<tr>\n<td>csr</td>\n<td>required</td>\n<td>string</td>\n<td>The Certificate Signing Request (CSR).</td>\n</tr>\n<tr>\n<td>alternative_names</td>\n<td>optional</td>\n<td>array of objects</td>\n<td>Contains alternative names for the certificate.</td>\n</tr>\n<tr>\n<td>.. name</td>\n<td>required</td>\n<td>string</td>\n<td>The domain for the alternative name.</td>\n</tr>\n<tr>\n<td>.. validation_method</td>\n<td>required</td>\n<td>string</td>\n<td>The validation method for the alternative name. Possible values: dns, http, https or valid administrative dcv email address.</td>\n</tr>\n<tr>\n<td>renewal</td>\n<td>optional</td>\n<td>object</td>\n<td>Provide if order is a renewal of a previous order</td>\n</tr>\n<tr>\n<td>.. prior_certificate_id</td>\n<td>required</td>\n<td>integer</td>\n<td>The ID of the previous order that is being renewed.</td>\n</tr>\n<tr>\n<td>.. remaining_days</td>\n<td>required</td>\n<td>integer</td>\n<td>The number of remaining days from the previous order that will be carried over to the new order.</td>\n</tr>\n<tr>\n<td>dcv_scope</td>\n<td>optional</td>\n<td>string</td>\n<td>Domain validation scope for domains on the Digicert order. Default value is set to <strong>base_domain</strong>. Alternative value is  <br /><strong>fqdn</strong>.</td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>required</td>\n<td>object</td>\n<td>Contains the contacts required for the certificate</td>\n</tr>\n<tr>\n<td>.. organization</td>\n<td>conditional</td>\n<td>object</td>\n<td>Contains details of the organization contact. Required for OV/EV certificates.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>optional</td>\n<td>integer</td>\n<td>The unique identifier of an existing organization. If provided, other fields are not required.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The name of the organization.</td>\n</tr>\n<tr>\n<td>.. .. address_line_1</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The address line 1 of the organization.</td>\n</tr>\n<tr>\n<td>.. .. address_line_2</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The address line 2 of the organization.</td>\n</tr>\n<tr>\n<td>.. .. city</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The city of the organization.</td>\n</tr>\n<tr>\n<td>.. .. region</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The region of the organization.</td>\n</tr>\n<tr>\n<td>.. .. country</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The country of the organization.</td>\n</tr>\n<tr>\n<td>.. .. postal_code</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>The postal code of the organization.</td>\n</tr>\n<tr>\n<td>.. .. phone</td>\n<td>required if <code>id</code> is not provided</td>\n<td>string</td>\n<td>A valid phone number for the organization</td>\n</tr>\n<tr>\n<td>.. administrator</td>\n<td>required</td>\n<td>object</td>\n<td>Details of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. first_name</td>\n<td>required</td>\n<td>string</td>\n<td>The first name of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. last_name</td>\n<td>required</td>\n<td>string</td>\n<td>The last name of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. title</td>\n<td>required</td>\n<td>string</td>\n<td>The job title of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. address_line_1</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 1 of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. address_line_2</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 2 of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. city</td>\n<td>required</td>\n<td>string</td>\n<td>The city of the oadministrator contact.</td>\n</tr>\n<tr>\n<td>.. .. region</td>\n<td>required</td>\n<td>string</td>\n<td>The region of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. country</td>\n<td>required</td>\n<td>string</td>\n<td>The country of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. postal_code</td>\n<td>required</td>\n<td>string</td>\n<td>The postal code of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. technical</td>\n<td>required</td>\n<td>object</td>\n<td>Details of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. first_name</td>\n<td>required</td>\n<td>string</td>\n<td>The first name of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. last_name</td>\n<td>required</td>\n<td>string</td>\n<td>The last name of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. title</td>\n<td>required</td>\n<td>string</td>\n<td>The job title of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. address_line_1</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 1 of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. address_line_2</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 2 of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. city</td>\n<td>required</td>\n<td>string</td>\n<td>The city of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. region</td>\n<td>required</td>\n<td>string</td>\n<td>The region of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. country</td>\n<td>required</td>\n<td>string</td>\n<td>The country of the technical contact.</td>\n</tr>\n<tr>\n<td>.. .. postal_code</td>\n<td>required</td>\n<td>string</td>\n<td>The postal code of the technical contact.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in ISO 8601 format with timezone offset (yyyy-MM-ddTHH:mm:ss±HH:MM).</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The ISO 4217 currency code used for the order (e.g. USD, EUR, GBP).</td>\n</tr>\n<tr>\n<td>.. price</td>\n<td>float</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product - <code>certificate</code>.</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>array</td>\n<td>Category the product belongs to - <code>tls</code>.</td>\n</tr>\n<tr>\n<td>.. vendor</td>\n<td>object</td>\n<td>Details associated with Certificate vendor.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Vendor order id.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Vendor order status.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array</td>\n<td>A list of domain objects associated with the certificate.  <br />Returned only if type is certificate and category is tls.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>The domain name requiring validation (e.g., <code>www.test.com</code>).</td>\n</tr>\n<tr>\n<td>.. .. method</td>\n<td>string</td>\n<td>The validation method used. Possible values: <code>dns</code>, <code>email</code>, <code>http</code>, <code>https</code>.</td>\n</tr>\n<tr>\n<td>.. .. validation</td>\n<td>object</td>\n<td>Details required for validation, dependent on the method.</td>\n</tr>\n<tr>\n<td>.. .. .. value</td>\n<td>string</td>\n<td>Depends on the selected validation method: For <code>email</code> validation: the approver email address. For <code>dns</code> validation: the DNS record. For <code>http/https</code> validation: the file content .</td>\n</tr>\n<tr>\n<td>.. .. .. file_name</td>\n<td>string</td>\n<td>The name of the file that must be created and placed on the domain’s web server for <code>http/https</code> validation.</td>\n</tr>\n<tr>\n<td>.. organization</td>\n<td>object</td>\n<td>Returned only if new organization was created.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>ID of created organization.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","tls"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4b3ae8f9-e298-4aad-8d4c-714c777f0c87","name":"Success example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\":{\n        \"id\":\"31\",\n        \"term\": 12\n    },\n    \"csr\":\"-----BEGIN CERTIFICATE REQUEST-----MIIC1TCCAb0CAQAwgY8xCzAJBgNVBAYTAklUMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UECgwMT3JnYW5pemF0aW9uMRMwEQYDVQQLDApEZXBhcnRtZW50MRQwEgYDVQQDDAtleGFtcGxlLmNvbTEfMB0GCSqGSIb3DQEJARYQZW1haWxAZG9tYWluLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMBy7ibc6OecsUFYWvDyEFUGZqhRKSPbvvkeJvbiKAyNb+fOnEIn0zG37TumnYuBDLpoFnxz1XPGQzPFbYrqJjotZdCj5SeNBdQPmuvj4LxisM/dLONNTqttyDm3McXGJoxKopNQn4j/ew7jwAogrFZejcKeJZu7Am4lLTRnt+89cjjhwz0VcZ28uIn5PbNJtYwkROY46JOKWKM8EQwE1xqvfHI5avBxdR8wCt+vZL3mGyx1vgbFHM6pyXf5fSN/yTJjP+0M0LdZOSfa6sEXlRi2Xsh0bMHYdw6D+IHTCvMYe8UlGzUOisxTDu2T/cv7OJ6gUMMeg0+YJ+nBWy6xE4MCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQAIHLvF2XKuc+64Nziv6LuR3AjwBmzuEOJP3vJwaS0kavo2dxqetLiXBRdoEOfi7MaG3GMmFtKUh9UYCI8ZMysiP/V+wE2RcGuMl9hnMWJ7z758+eXFY/VJEA1WNJvYm71oiCtohvlG1RNDqX8eLwOL9nlPu5Y+1PUTm7DVeUDnq6WXb8AQPlmu2CHfDpHCT3+Gp1NWLO3DNLEiPVmZsD/1JLO/o+mSO6hEhMUnXTgT7wcROlwORpBfVp3HL6l7EVHX+nYLPZbyzfCTKruILVF50MPcoRj7/pm4PbCneIyuLSXwAGWY2kPlZLSbNnm99vMATOdjap3GPHKIOJf94Pcd-----END CERTIFICATE REQUEST-----\",\n    \"common_name\":{\n        \"name\":\"example.com\",\n        \"validation_method\":\"dns\"\n    },\n    \"alternative_names\":[\n        {\n            \"name\":\"san-1.com\",\n            \"validation_method\": \"dns\"\n        },{\n            \"name\":\"san-2.com\",\n            \"validation_method\": \"http\"\n        }\n    ],\n\n    \"contacts\":{\n        \"organization\":{\n            \"name\": \"Test Organization\",\n            \"address_line_1\": \"Street address 123\",\n            \"address_line_2\": \"\",\n            \"city\": \"City\",\n            \"region\": \"Region/State\",\n            \"country\": \"IT\",\n            \"postal_code\": \"IT123\",\n            \"phone\": \"+0078932144\"\n\n        },\n        \"administrator\":{\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"title\": \"Title\",\n            \"email\": \"email@email.com\",\n            \"phone\": \"+0078932144\"\n\n        },\n        \"technical\":{\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"title\": \"Title\",\n            \"email\": \"email@email.com\",\n            \"phone\": \"+0078932144\"\n        }\n\n    },\n\n        \"renewal\": {\n            \"prior_order_id\": 123456,\n            \"remaining_days\": 30\n        }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 19 Mar 2025 15:14:19 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 346199,\n        \"status\": \"Pending\",\n        \"date\": \"2025-03-19T15:14:19+00:00\",\n        \"currency\": \"eur\",\n        \"total_amount\": \"95.23\"\n    },\n    \"items\": [\n        {\n            \"id\": 346199,\n            \"type\": \"certificate\",\n            \"category\": \"tls\",\n            \"product_id\": \"31\",\n            \"vendor\": {\n                \"id\": \"2383998799\",\n                \"status\": \"Pending\"\n            },\n            \"san\": {\n                \"single\": 2,\n                \"wildcard\": 0\n            },\n            \"domains\": [\n                {\n                    \"name\": \"example.com\",\n                    \"method\": \"dns\",\n                    \"validation\": {\n                        \"value\": \"AE34B3F37256200D7939BF2DFA425D43.C0896150C17755E2E61A7112F37E5D43.g5XI5WU5Opq5wgQp56zE.sectigo.com\"\n                    },\n                    \"approved\": false\n                },\n                {\n                    \"name\": \"san-1.com\",\n                    \"method\": \"dns\",\n                    \"validation\": {\n                        \"value\": \"AE34B3F37256200D7939BF2DFA425D43.C0896150C17755E2E61A7112F37E5D43.g5XI5WU5Opq5wgQp56zE.sectigo.com\"\n                    },\n                    \"approved\": false\n                },\n                {\n                    \"name\": \"san-2.com\",\n                    \"method\": \"dns\",\n                    \"validation\": {\n                        \"value\": \"AE34B3F37256200D7939BF2DFA425D43.C0896150C17755E2E61A7112F37E5D43.g5XI5WU5Opq5wgQp56zE.sectigo.com\"\n                    },\n                    \"approved\": false\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0db429f0-9c3d-47c6-9d46-2e6e05efbd98"},{"name":"Reissue TLS Certificate","id":"c1cb41f9-2b53-47e7-ade6-2dced0d07c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"csr\":\"-----BEGIN CERTIFICATE REQUEST-----MIICwTCCAakCAQAwfDELMAkGA1UEBhMCQVUxDjAMBgNVBAgMBVN0YXRlMQ0wCwYDVQQHDARDaXR5MQwwCgYDVQQKDANPcmcxDDAKBgNVBAsMA0RlcDESMBAGA1UEAwwJZ2dzc2wuY29tMR4wHAYJKoZIhvcNAQkBFg9lbWFpbEBlbWFpbC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDI1JbxWRIdCHvCca/0NeYqIGJlzxOb/ksXQRorIEjoqNzkqxNe5OWKnzlFXvcjTWn/jSBKj0Pt1rk5xuo1IpbAuEyzxJ333sdlkGk+zhFW37mdCK+bMNzEJS/BMKbqeIRbyVtOrisHMgZzOTgx6w0lnUgwh2HX3qswCJbBK7m0ZtksAXwlHmh/5vlIIcbXAt30wv5Ml1ttrO8ynPikDsa+wao4kp7safHJzZ5eMHejQ2rkt+cKMiOyfkbzgpGP7wJZdTnMmK+MfYxLvM4IzFs5aaOivL+3coq/OWTAmHWe2OYtYn4p0HeYxL93q2GDekJT4F5NCCAErX7huGV7mC3vAgMBAAGgADANBgkqhkiG9w0BAQsFAAOCAQEAQFYz3jW5x+2hiUlCUrIBNy5Lc5+rOHKOZ+UnBmyzN/ih9IX7X+RKmhqMFmPASlEXsaP19KhFP3JDbXcrOyI7bLBP2AmG5gJA/K1pXArhz6WNHeGQcKJ640XUfgDaL+vhyca7RZDMLbhhp2EZP9S9Qga2SMAZe/uBTUjqDHiPy09by60W+SO+bNxB6L2gSyC0fbNPTRoyMBP4TdNfOQv98hWCnGJ/ODflJMHcsYZiEaZme8Do91FoUTR8WssA2hPQH1WfF4ntJiLgvnKQxWFsL/EsbM2brYNNjjN2z/jXbhIHc3O03b8x7/cEG8JQKyf2aDFEVwiXAoDwRXoEJ+J/Lw==-----END CERTIFICATE REQUEST-----\",\n    \"common_name\":{\n        \"name\":\"ggssl.com\",\n        \"validation_method\":\"dns\"\n    },\n    \"existing_alternative_names\":[\n        {\n            \"name\":\"test.com\",\n            \"validation_method\": \"DNS\"\n        },\n        {\n            \"name\":\"test-1.com\",\n            \"validation_method\": \"DNS\"\n        }\n    ],\n        \"submitted_alternative_names\":[\n        {\n            \"name\":\"test.com\",\n            \"validation_method\": \"admin@test.com\"\n        },\n        {\n            \"name\":\"new-test-1.com\",\n            \"validation_method\": \"DNS\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>common_name</td>\n<td>required</td>\n<td>object</td>\n<td>Contains details for the common name.</td>\n</tr>\n<tr>\n<td>.. domain</td>\n<td>required</td>\n<td>string</td>\n<td>The domain for the common name.</td>\n</tr>\n<tr>\n<td>.. validation_method</td>\n<td>required</td>\n<td>string</td>\n<td>The validation method for the common name.</td>\n</tr>\n<tr>\n<td>csr</td>\n<td>required</td>\n<td>string</td>\n<td>The Certificate Signing Request (CSR).</td>\n</tr>\n<tr>\n<td>existing_alternative_names</td>\n<td>optional</td>\n<td>array of objects</td>\n<td>A list of existing SANs (Subject Alternative Names) with their validation methods.</td>\n</tr>\n<tr>\n<td>.. domain</td>\n<td>required</td>\n<td>string</td>\n<td>The domain for the alternative name.</td>\n</tr>\n<tr>\n<td>.. validation_method</td>\n<td>required</td>\n<td>string</td>\n<td>The validation method for the alternative name.</td>\n</tr>\n<tr>\n<td>submitted_alternative_names</td>\n<td>optional</td>\n<td>array of objects</td>\n<td>A list of additional SANs to include in the reissued certificate.</td>\n</tr>\n<tr>\n<td>.. domain</td>\n<td>required</td>\n<td>string</td>\n<td>The domain for the alternative name.</td>\n</tr>\n<tr>\n<td>.. validation_method</td>\n<td>required</td>\n<td>string</td>\n<td>The validation method for the alternative name.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","tls","{{item_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aadd0ca7-2b5e-4ba8-b785-cedc69784d40","name":"Reissue TLS Certificate-ERROR","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"csr\":\"\",\n    \"common_name\":{\n        \"domain\":\"test.com\",\n        \"validation_method\":\"test@tst.com\"\n    },\n    \"existing_alternative_names\":[\n        {\n            \"domain\":\"test.com\",\n            \"validation_method\": \"DNS\"\n        },\n        {\n            \"domain\":\"test-1.com\",\n            \"validation_method\": \"DNS\"\n        }\n    ],\n        \"submitted_alternative_names\":[\n        {\n            \"domain\":\"test.com\",\n            \"validation_method\": \"admin@test.com\"\n        },\n        {\n            \"domain\":\"new-test-1.com\",\n            \"validation_method\": \"DNS\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/{{item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 23 Dec 2024 10:08:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"GEX-1\",\n    \"message\": \"CSR is not valid. CSR should begin with `-----BEGIN CERTIFICATE REQUEST-----...`\"\n}"}],"_postman_id":"c1cb41f9-2b53-47e7-ade6-2dced0d07c5a"},{"name":"Change DCV","id":"921d4349-0e29-4333-b084-c5fd2800a2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": {\n        \"name\": \"example.com\",\n        \"validation_method\": \"HTTP\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/{{item_id}}/validation/change","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain</td>\n<td>required</td>\n<td>object</td>\n<td>Object represents a domain (name) and the associated validation method</td>\n</tr>\n<tr>\n<td>.. name</td>\n<td>required</td>\n<td>string</td>\n<td>The domain name for which you want to change the validation method.</td>\n</tr>\n<tr>\n<td>.. validation_method</td>\n<td>required</td>\n<td>string</td>\n<td>The new validation method for the specified domain. Possible values: <code>\"HTTP\"</code>,<code>\"HTTPS\",\"DNS\"</code>, or an email address for email-based validation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\"><strong>Response:</strong></h3>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validation</td>\n<td>object</td>\n<td>Details required for validation, dependent on the method.</td>\n</tr>\n<tr>\n<td>.. value</td>\n<td>string</td>\n<td>Depends on the selected validation method: For email validation: the approver email address. For dns validation: the DNS record. For http/https validation: the file content .</td>\n</tr>\n<tr>\n<td>.. file_name</td>\n<td>string</td>\n<td>The name of the file that must be created and placed on the domain’s web server for http/https validation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","tls","{{item_id}}","validation","change"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"50f4d2dc-2d22-4af9-84b2-453b8418dd35","name":"Change DCV","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": {\n        \"name\": \"testdomain.com\",\n        \"validation_method\": \"admin@testdomain.com\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/{{item_id}}/validation/change"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Tue, 01 Apr 2025 09:23:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"VAX-1\",\n    \"message\": \"Invalid input parameters\"\n}"}],"_postman_id":"921d4349-0e29-4333-b084-c5fd2800a2d7"},{"name":"Recheck DCV","id":"66d06421-bb6f-4720-a9e2-103dbd5af0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"domain-a.com\",\n    \"domain-b.com\"\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/{{item_id}}/validation/recheck","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be JSON array that contains a list of objects. Each object represents a domain and the associated validation method</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Req/Opt</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>required</td>\n<td>array of strings</td>\n<td>An array of domain names that need to be rechecked for validation status..</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response:</strong></h4>\n<p><strong>Status Code:</strong> <code>204 No Content</code></p>\n","urlObject":{"path":["certificates","tls","{{item_id}}","validation","recheck"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66d06421-bb6f-4720-a9e2-103dbd5af0f9"},{"name":"Resend DCV email","id":"364c5926-5b34-4146-93ce-a8a88deeed36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/tls/{{item_id}}/validation/resend","description":"<p>This endpoint is used to resend domain validation emails for a specific TLS certificate, but only if the <strong>email</strong> validation method has been selected. If the validation email address needs to bt changed, you can do so by calling the <a href=\"#921d4349-0e29-4333-b084-c5fd2800a2d7\">Change DCV method</a> before resending the validation emails.</p>\n<h3 id=\"request\">Request</h3>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h3 id=\"response\"><strong>Response:</strong></h3>\n<p><strong>Status Code:</strong> <code>204 No Content</code></p>\n","urlObject":{"path":["certificates","tls","{{item_id}}","validation","resend"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"364c5926-5b34-4146-93ce-a8a88deeed36"},{"name":"Add SAN","id":"d35dd9da-0915-40a6-b166-e3dc37cd826d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"single_san\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/{{item_id}}/add-san","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>single_san</td>\n<td>optional</td>\n<td>integer</td>\n<td>The number of single SANs.</td>\n</tr>\n<tr>\n<td>wildcard_san</td>\n<td>optional</td>\n<td>integer</td>\n<td>The number of wildcard SANs .</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response:</h4>\n<p><strong>Success</strong>: <code>200 OK</code></p>\n","urlObject":{"path":["certificates","tls","{{item_id}}","add-san"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"42e3341e-523e-4b58-a5c7-9d9727674fa3","name":"ERROR_Purchase Additional SAN","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"single_san\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/{{item_id}}/add-san"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 25 Oct 2024 15:42:40 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"ErrorCode:-9051|Message:The extra wildcard san can not purchase with this product.\"}"},{"id":"dbfc273c-590d-4696-bcd2-eb3cb1220094","name":"SUCCESS_Purchase Additional SAN","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"single_san\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/{{item_id}}/add-san"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 01 Apr 2025 13:42:33 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 346746,\n        \"status\": \"active\",\n        \"date\": \"2025-04-01T11:47:25+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"16.05\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 346746,\n            \"type\": \"certificate\",\n            \"category\": \"tls\",\n            \"product_id\": \"positivemdcssl\",\n            \"vendor\": {\n                \"id\": \"2394809511\",\n                \"status\": \"active\"\n            },\n            \"san\": {\n                \"single\": 1,\n                \"wildcard\": 0\n            },\n            \"organization\": {\n                \"id\": 226967\n            },\n            \"subscription\": {\n                \"begin\": \"2025-04-01T00:00:00+00:00\",\n                \"end\": \"2026-05-01T00:00:00+00:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d35dd9da-0915-40a6-b166-e3dc37cd826d"},{"name":"Validation Email LIst","id":"11def30b-16f5-458d-a464-c9818b5a99fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domains\": [\"common-name.com\", \"san-1.com\", \"san-2.com\"],\n    \"dcv_scope\": \"fqdn\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/validation/emails","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<p>The request body should be JSON array that contains a list of objects. Each object represents a domain and the associated validation method</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domains</td>\n<td>required</td>\n<td>array</td>\n<td>List of domains (common name and/or SANs) for which DCV email addresses need to be retrieved.</td>\n</tr>\n<tr>\n<td>dcv_scope</td>\n<td>optional</td>\n<td>string</td>\n<td>Domain validation scope for email generation on the Digicert order.  <br />Allowed values: <code>base_domain,</code>  <br /><code>fqdn</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\"><strong>Response:</strong></h3>\n<p>The response will return an array of objects, each containing a domain name and a list of available DCV email addresses.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>The domain for which DCV emails are returned.</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>array</td>\n<td>List of suggested DCV email addresses for that domain.  <br />👉 If dcv_scope was provided in the request, emails will be returned only for that scope; otherwise, the full list of available DCV emails will be returned.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","tls","validation","emails"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d364445b-af5d-4b5b-b108-e4c0bc6cb4a7","name":"Success example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domains\": [\"common-name.com\", \"san-1.com\", \"san-2.com\"],\n    \"dcv_scope\": \"fqdn\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/tls/validation/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 19 Mar 2025 10:21:26 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"domain\": \"common-name.com\",\n        \"emails\": [\n            \"admin@common-name.com\",\n            \"administrator@common-name.com\",\n            \"hostmaster@common-name.com\",\n            \"webmaster@common-name.com\",\n            \"postmaster@common-name.com\"\n        ]\n    },\n    {\n        \"domain\": \"san-1.com\",\n        \"emails\": [\n            \"admin@san-1.com\",\n            \"administrator@san-1.com\",\n            \"hostmaster@san-1.com\",\n            \"webmaster@san-1.com\",\n            \"postmaster@san-1.com\"\n        ]\n    },\n    {\n        \"domain\": \"san-2.com\",\n        \"emails\": [\n            \"admin@san-2.com\",\n            \"administrator@san-2.com\",\n            \"hostmaster@san-2.com\",\n            \"webmaster@san-2.com\",\n            \"postmaster@san-2.com\"\n        ]\n    }\n]"}],"_postman_id":"11def30b-16f5-458d-a464-c9818b5a99fd"},{"name":"Certificate Files","id":"62850f75-c60f-4a2f-b65d-60435551ccb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/tls/{{item_id}}/files","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h4 id=\"path-parameters-1\">Path Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>This endpoint returns the issued certificate files for a specific TLS certificate order, along with its validity period.<br />The response includes the full certificate chain (root, intermediates, and end-entity certificate) in separate files with their respective content.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validity</td>\n<td>object</td>\n<td>The validity period of the issued certificate.</td>\n</tr>\n<tr>\n<td>validity.begin</td>\n<td>string (ISO 8601)</td>\n<td>The start date and time of certificate validity (in UTC).</td>\n</tr>\n<tr>\n<td>validity.end</td>\n<td>string (ISO 8601)</td>\n<td>The end date and time of certificate validity (in UTC).</td>\n</tr>\n<tr>\n<td>files</td>\n<td>array of objects</td>\n<td>List of certificate files with their names and content.</td>\n</tr>\n<tr>\n<td>files[].name</td>\n<td>string</td>\n<td>The file name of the certificate or intermediate CA certificate.</td>\n</tr>\n<tr>\n<td>files[].content</td>\n<td>string</td>\n<td>The PEM-formatt</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","tls","{{item_id}}","files"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"16c2b0ce-e801-4aaa-a4f9-818429d77238","name":"Get certificate files","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/tls/{{item_id}}/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 20 Mar 2025 09:46:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"validity\": {\n        \"begin\": \"2024-11-13T05:00:00+00:00\",\n        \"end\": \"2025-08-01T04:00:00+00:00\"\n    },\n    \"files\": [\n        {\n            \"name\": \"USERTrustRSAAAACA.crt\",\n            \"content\": \"-----BEGIN CERTIFICATE-----\\nMIIFgTCCBGmgAwIBAgIQOXJEOvkit1HX02wQ3TE1lTANBgkqhkiG9w0BAQwFADB7\\nMQswCQYDVQQGEwJHQjEbMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYD\\nVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UE\\nAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTE5MDMxMjAwMDAwMFoXDTI4\\nMTIzMTIzNTk1OVowgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5\\nMRQwEgYDVQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBO\\nZXR3b3JrMS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0\\naG9yaXR5MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAgBJlFzYOw9sI\\ns9CsVw127c0n00ytUINh4qogTQktZAnczomfzD2p7PbPwdzx07HWezcoEStH2jnG\\nvDoZtF+mvX2do2NCtnbyqTsrkfjib9DsFiCQCT7i6HTJGLSR1GJk23+jBvGIGGqQ\\nIjy8/hPwhxR79uQfjtTkUcYRZ0YIUcuGFFQ/vDP+fmyc/xadGL1RjjWmp2bIcmfb\\nIWax1Jt4A8BQOujM8Ny8nkz+rwWWNR9XWrf/zvk9tyy29lTdyOcSOk2uTIq3XJq0\\ntyA9yn8iNK5+O2hmAUTnAU5GU5szYPeUvlM3kHND8zLDU+/bqv50TmnHa4xgk97E\\nxwzf4TKuzJM7UXiVZ4vuPVb+DNBpDxsP8yUmazNt925H+nND5X4OpWaxKXwyhGNV\\nicQNwZNUMBkTrNN9N6frXTpsNVzbQdcS2qlJC9/YgIoJk2KOtWbPJYjNhLixP6Q5\\nD9kCnusSTJV882sFqV4Wg8y4Z+LoE53MW4LTTLPtW//e5XOsIzstAL81VXQJSdhJ\\nWBp/kjbmUZIO8yZ9HE0XvMnsQybQv0FfQKlERPSZ51eHnlAfV1SoPv10Yy+xUGUJ\\n5lhCLkMaTLTwJUdZ+gQek9QmRkpQgbLevni3/GcV4clXhB4PY9bpYrrWX1Uu6lzG\\nKAgEJTm4Diup8kyXHAc/DVL17e8vgg8CAwEAAaOB8jCB7zAfBgNVHSMEGDAWgBSg\\nEQojPpbxB+zirynvgqV/0DCktDAdBgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rID\\nZsswDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wEQYDVR0gBAowCDAG\\nBgRVHSAAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2EuY29t\\nL0FBQUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDQGCCsGAQUFBwEBBCgwJjAkBggr\\nBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMA0GCSqGSIb3DQEBDAUA\\nA4IBAQAYh1HcdCE9nIrgJ7cz0C7M7PDmy14R3iJvm3WOnnL+5Nb+qh+cli3vA0p+\\nrvSNb3I8QzvAP+u431yqqcau8vzY7qN7Q/aGNnwU4M309z/+3ri0ivCRlv79Q2R+\\n/czSAaF9ffgZGclCKxO/WIu6pKJmBHaIkU4MiRTOok3JMrO66BQavHHxW/BBC5gA\\nCiIDEOUMsfnNkjcZ7Tvx5Dq2+UUTJnWvu6rvP3t3O9LEApE9GQDTF1w52z97GA1F\\nzZOFli9d31kWTz9RvdVFGD/tSo7oBmF0Ixa1DVBzJ0RHfxBdiSprhTEUxOipakyA\\nvGp4z7h/jnZymQyd/teRCBaho1+V\\n-----END CERTIFICATE-----\\n\"\n        },\n        {\n            \"name\": \"SectigoRSADomainValidationSecureServerCA.crt\",\n            \"content\": \"-----BEGIN CERTIFICATE-----\\nMIIGEzCCA/ugAwIBAgIQfVtRJrR2uhHbdBYLvFMNpzANBgkqhkiG9w0BAQwFADCB\\niDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl\\ncnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV\\nBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgx\\nMTAyMDAwMDAwWhcNMzAxMjMxMjM1OTU5WjCBjzELMAkGA1UEBhMCR0IxGzAZBgNV\\nBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UE\\nChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQDEy5TZWN0aWdvIFJTQSBEb21haW4g\\nVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENBMIIBIjANBgkqhkiG9w0BAQEFAAOC\\nAQ8AMIIBCgKCAQEA1nMz1tc8INAA0hdFuNY+B6I/x0HuMjDJsGz99J/LEpgPLT+N\\nTQEMgg8Xf2Iu6bhIefsWg06t1zIlk7cHv7lQP6lMw0Aq6Tn/2YHKHxYyQdqAJrkj\\neocgHuP/IJo8lURvh3UGkEC0MpMWCRAIIz7S3YcPb11RFGoKacVPAXJpz9OTTG0E\\noKMbgn6xmrntxZ7FN3ifmgg0+1YuWMQJDgZkW7w33PGfKGioVrCSo1yfu4iYCBsk\\nHaswha6vsC6eep3BwEIc4gLw6uBK0u+QDrTBQBbwb4VCSmT3pDCg/r8uoydajotY\\nuK3DGReEY+1vVv2Dy2A0xHS+5p3b4eTlygxfFQIDAQABo4IBbjCCAWowHwYDVR0j\\nBBgwFoAUU3m/WqorSs9UgOHYm8Cd8rIDZsswHQYDVR0OBBYEFI2MXsRUrYrhd+mb\\n+ZsF4bgBjWHhMA4GA1UdDwEB/wQEAwIBhjASBgNVHRMBAf8ECDAGAQH/AgEAMB0G\\nA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAbBgNVHSAEFDASMAYGBFUdIAAw\\nCAYGZ4EMAQIBMFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6Ly9jcmwudXNlcnRydXN0\\nLmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDB2Bggr\\nBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0dHA6Ly9jcnQudXNlcnRydXN0LmNv\\nbS9VU0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAlBggrBgEFBQcwAYYZaHR0cDov\\nL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAMr9hvQ5Iw0/H\\nukdN+Jx4GQHcEx2Ab/zDcLRSmjEzmldS+zGea6TvVKqJjUAXaPgREHzSyrHxVYbH\\n7rM2kYb2OVG/Rr8PoLq0935JxCo2F57kaDl6r5ROVm+yezu/Coa9zcV3HAO4OLGi\\nH19+24rcRki2aArPsrW04jTkZ6k4Zgle0rj8nSg6F0AnwnJOKf0hPHzPE/uWLMUx\\nRP0T7dWbqWlod3zu4f+k+TY4CFM5ooQ0nBnzvg6s1SQ36yOoeNDT5++SR2RiOSLv\\nxvcRviKFxmZEJCaOEDKNyJOuB56DPi/Z+fVGjmO+wea03KbNIaiGCpXZLoUmGv38\\nsbZXQm2V0TP2ORQGgkE49Y9Y3IBbpNV9lXj9p5v//cWoaasm56ekBYdbqbe4oyAL\\nl6lFhd2zi+WJN44pDfwGF/Y4QA5C5BIG+3vzxhFoYt/jmPQT2BVPi7Fp2RBgvGQq\\n6jG35LWjOhSbJuMLe/0CjraZwTiXWTb2qHSihrZe68Zk6s+go/lunrotEbaGmAhY\\nLcmsJWTyXnW0OMGuf1pGg+pRyrbxmRE1a6Vqe8YAsOf4vmSyrcjC8azjUeqkk+B5\\nyOGBQMkKW+ESPMFgKuOXwIlCypTPRpgSabuY0MLTDXJLR27lk8QyKGOHQ+SwMj4K\\n00u/I5sUKUErmgQfky3xxzlIPK1aEn8=\\n-----END CERTIFICATE-----\\n\"\n        },\n        {\n            \"name\": \"AAACertificateServices.crt\",\n            \"content\": \"-----BEGIN CERTIFICATE-----\\nMIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb\\nMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\\nGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj\\nYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL\\nMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\\nBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM\\nGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP\\nADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua\\nBtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe\\n3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4\\nYgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR\\nrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm\\nez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU\\noBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF\\nMAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v\\nQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t\\nb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF\\nAAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q\\nGE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz\\nRt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2\\nG9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi\\nl2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3\\nsmPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==\\n-----END CERTIFICATE-----\\n\"\n        },\n        {\n            \"name\": \"2244197516repl_5.crt\",\n            \"content\": \"-----BEGIN CERTIFICATE-----\\nMIIGHDCCBQSgAwIBAgIQKwpAxnOoKGEnkxVbyHlKXjANBgkqhkiG9w0BAQsFADCB\\njzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\\nA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQD\\nEy5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB\\nMB4XDTI0MTExMzAwMDAwMFoXDTI1MDgwMTIzNTk1OVowFDESMBAGA1UEAxMJZ2dz\\nc2wuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1e+WUvz+vu0g\\nZGBHayMPz3QY+jt+Mcv0OlxP5+GppXdXr+1kHKxWcUdDjKabTkj+b290cBEqZGjS\\nMMYXhf7ZTF3gn3rxgB7vuGVfEe2QSsoSkkU76d6SuTRzeqD/EeUcWyh+IwsFOzFT\\n1M0Rz6kXrNNcXQTl8UVQgFqTBCRo90d514pJ487DqfWkPJ5tsrFE6LzIqZXEnB7V\\nILSdR6ZimCZDlHQ90WjhB2FRni8lN/ycUiPVvh5eT/c/3XuBO+hJ5NL2qcdfJwHk\\n6Tvsl23av4SVg0wKDdg6R0G6CDW0d6pZECat6CGuDQH12AdSCXTbJhK8vziCX84L\\nUvILFnkrDwIDAQABo4IC7DCCAugwHwYDVR0jBBgwFoAUjYxexFStiuF36Zv5mwXh\\nuAGNYeEwHQYDVR0OBBYEFCjloG5+BrkmLhVySiLVQPY/+129MA4GA1UdDwEB/wQE\\nAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD\\nAjBJBgNVHSAEQjBAMDQGCysGAQQBsjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBz\\nOi8vc2VjdGlnby5jb20vQ1BTMAgGBmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8G\\nCCsGAQUFBzAChkNodHRwOi8vY3J0LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21h\\naW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRw\\nOi8vb2NzcC5zZWN0aWdvLmNvbTCCAX8GCisGAQQB1nkCBAIEggFvBIIBawFpAHYA\\n3dzKNJXX4RYF55Uy+sef+D0cUN/bADoUEnYKLKy7yCoAAAGTJKdmbwAABAMARzBF\\nAiEAkX4Lx4KHpPmfg86IiC7Ho5pqW0GNWgDLv8ZD1ltBuKsCIAvobmQ1D1OBcM1S\\nQuXMExVXQ7foD/Wg10vaoqyoOGDaAHYAzPsPaoVxCWX+lZtTzumyfCLphVwNl422\\nqX5UwP5MDbAAAAGTJKdmegAABAMARzBFAiEAg0moNf9gHPOgsDVxobxPAjmmect7\\nz51c/y4zesElNBQCIF742oRCUNWwyWFGla2iD5Hw/x9bebjy+ny9IhHjoTOYAHcA\\nEvFONL1TckyEBhnDjz96E/jntWKHiJxtMAWE6+WGJjoAAAGTJKdmTwAABAMASDBG\\nAiEA2Fm4uw4jzr22jTva6hfhggqzcm9BnyLberoczJ3nR4ICIQCD8i3AQL1X66le\\noiQhna4+9dBm/JV0sc9UlR/Jc1QsqTAUBgNVHREEDTALgglnZ3NzbC5jb20wDQYJ\\nKoZIhvcNAQELBQADggEBAFqm4Ld/f24znCCR0V0dWg5B9podXaFklJuTESbAEFif\\n5bErjVvpA9mYDBzjYKJq6DCpVBzXbPM0eKQCtLB3feHnFrrFpD6/qsJknuJy6Zis\\nmr4ks71x14fSodvj/ZQxtXHNTgqfnqpAmE4OV7eDC5FqpWUvj0c+dY0Z1dlDOuwp\\nlLqbJU/hQOTClWoXPaSUBtv1Z2jKbDPQxVpxJ0VIlSDvqNlqeKiHcmZuDqcTuFIJ\\nYkcpO4cyIGVtNg2Lb3Km6UlJRIYxcNYKciChSVtU7gVM3H6xEpPR/97b9ufuSkeb\\nLv+uk9/HxmbENk86rur6+90Bt4Ht2C/gB0VgCDmJC3w=\\n-----END CERTIFICATE-----\\n\"\n        }\n    ]\n}"}],"_postman_id":"62850f75-c60f-4a2f-b65d-60435551ccb5"},{"name":"Get TLS details","id":"57a90bb0-014a-4ba6-8eee-2d19693f9e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/tls/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#0db429f0-9c3d-47c6-9d46-2e6e05efbd98\">Create TLS Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in <code>yyyy-MM-dd HH:mm:ss</code> format.</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The currency used for the transaction (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td>.. total_amount</td>\n<td>number</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>.. tax</td>\n<td>number</td>\n<td>The tax amount applied to the order.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td></td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product (e.g., <code>certificate</code>).</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>string</td>\n<td>Categories the product belongs to (e.g., <code>tls</code>,<code>cs</code>,<code>smime</code>,<code>ds</code>, <code>acme</code>)).</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>string</td>\n<td>Unique identifier of the product associated with the ordered item. References the specific certificate product from the product list.</td>\n</tr>\n<tr>\n<td>.. vendor</td>\n<td>object</td>\n<td>Represents the vendor associated with the current order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the order in the vendor's system.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the order in the vendor system.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array</td>\n<td>A list of domain objects associated with the certificate.  <br />Returned for TLS and ACME categories.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>The domain name requiring validation (e.g., <a href=\"http://www.test.com\">www.test.com</a>).</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>A unique identifier for the domain entry associated with current ACME certificate subscription.</td>\n</tr>\n<tr>\n<td>.. .. method</td>\n<td>string</td>\n<td>The validation method used. Possible values: dns, email, http, https. Only for TLS certificates.</td>\n</tr>\n<tr>\n<td>.. .. validation</td>\n<td>object</td>\n<td>Details required for validation, dependent on the method. Only for TLS certificates.</td>\n</tr>\n<tr>\n<td>.. .. .. value</td>\n<td>string</td>\n<td>Depends on validation method. For email - an email address is returned, for dns - a dns record, for http / https - file content.</td>\n</tr>\n<tr>\n<td>.. .. .. file_name</td>\n<td>string</td>\n<td>Validation file name. Returned only if method is http or https.</td>\n</tr>\n<tr>\n<td>.. organization</td>\n<td>object</td>\n<td>Returned if Digicert organization associated with order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>ID of created organization.</td>\n</tr>\n<tr>\n<td>.. subscription</td>\n<td>object</td>\n<td>Represents the active period of the subscription associated with the order. Returned only for issued certificates.</td>\n</tr>\n<tr>\n<td>.. .. begin</td>\n<td>string</td>\n<td>The UTC timestamp marking the start date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. end</td>\n<td>string</td>\n<td>The UTC timestamp marking the end (expiration) date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. next_renewal</td>\n<td>string</td>\n<td>Returned only for ACME orders where auto-renewal has not been cancelled.  <br />The UTC timestamp marking the next automatic renewal date of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. total_amount</td>\n<td>number</td>\n<td>Returned only for ACME orders. The total recurring subscription amount, calculated as the combined value of all active orders associated with this subscription.</td>\n</tr>\n<tr>\n<td>.. account</td>\n<td>object</td>\n<td>ACME account details associated with the order. Returned only for active ACME.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the ACME account.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_id</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key identifier used for authenticating the ACME client with the server.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_key</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key value used alongside eab_mac_id for ACME client authentication.</td>\n</tr>\n<tr>\n<td>.. .. server_url</td>\n<td>string</td>\n<td>The ACME server endpoint URL used for certificate issuance and management.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the ACME account (e.g., pending, active, cancelled).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","tls","{{item_id}}"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"b1a340d3-d676-4b1f-9baf-9b4d5f736c5b","name":"Pending TLS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/tls/{{item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 19 Mar 2025 14:09:26 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 346195,\n        \"status\": \"Pending\",\n        \"date\": \"2025-03-19T12:58:57+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"216.30\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 346195,\n            \"type\": \"certificate\",\n            \"category\": \"TLS\",\n            \"product_id\": \"digi_plus_ssl\",\n            \"vendor\": {\n                \"id\": \"1245199164\",\n                \"status\": \"pending\"\n            },\n            \"domains\": [\n                {\n                    \"name\": \"example.com\",\n                    \"method\": \"http\",\n                    \"validation\": {\n                        \"file_name\": \"fileauth.txt\",\n                        \"value\": \"_7sbopstr58cd5yd1ek5fqbjvvjhq0fx\"\n                    },\n                    \"approved\": false\n                },\n                {\n                    \"name\": \"www.example.com\",\n                    \"method\": \"http\",\n                    \"validation\": {\n                        \"file_name\": \"fileauth.txt\",\n                        \"value\": \"_7sbopstr58cd5yd1ek5fqbjvvjhq0fx\"\n                    },\n                    \"approved\": false\n                }\n            ],\n            \"organization\": {\n                \"id\": 226619\n            }\n        }\n    ]\n}"},{"id":"2a259ae6-52b7-4412-b8ec-efc938576b05","name":"Active TLS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/tls/{{item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 25 Apr 2025 06:40:33 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 337348,\n        \"status\": \"active\",\n        \"date\": \"2024-08-01T09:58:14+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"149.00\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 337348,\n            \"type\": \"certificate\",\n            \"category\": \"tls\",\n            \"product_id\": \"sectigodvucc\",\n            \"vendor\": {\n                \"id\": \"2244197516\",\n                \"status\": \"valid\"\n            },\n            \"san\": {\n                \"single\": 4,\n                \"wildcard\": 0\n            },\n            \"organization\": {\n                \"id\": 220204\n            },\n            \"subscription\": {\n                \"begin\": \"2025-04-01T00:00:00+00:00\",\n                \"end\": \"2025-08-01T23:59:59+00:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"57a90bb0-014a-4ba6-8eee-2d19693f9e35"}],"id":"85291363-e69b-42c1-a0b0-29935305df9e","_postman_id":"85291363-e69b-42c1-a0b0-29935305df9e","description":""},{"name":"Code Signing","item":[{"name":"Create CS Certificate","id":"01249b5c-93ec-4046-aec6-dea865f0438d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\":{\n        \"id\":\"comodocsc\",\n        \"term\": 12\n    },\n    \"provisioning\":{\n        \"method\": \"hsm\",\n        \"model\": \"MARVELL_GOOGLE\",\n        \"key_attestation\": \"MIICmzCCAYMCBgFvZGVtbzANBgkqhkiG9w0BAQsFADBeMQswCQYDVQQGEwJVUzELMAkGA1UECAwCQ0ExCzAJBgNVBAcMAkNBMRowGAYDVQQKDBFEdW1teSBBdHRlc3RhdGlvbiBDQTAeFw0yNTA2MTAxMjAwMDBaFw0zNTA2MDgxMjAwMDBaMF4xCzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTELMAkGA1UEBwwCQ0ExGjAYBgNVBAoMEUR1bW15IEF0dGVzdGF0aW9uIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvzVldGxHa2tVZ1pzbk5pY3N3NzY4anU4c3FqY2Roa2poZTJtN3Jqc2FodWdlc3RxbWZ1c2w3YmNhZHFneWhqc3E5eWNvcGtqYWtsZ2hzZ3FsCg3HDk5ZT1JQTE3TW1Nclh1c2Jna3A5MDRjN292bmZ6aWdscGx1b3RycXQ0c3R5a2hmbG53bXU3bGJocmE0bndrc2VtbGwza2xicnE2ZXE2eGxuZDBpZ2ZvPg==\",\n    \n        \"csr\": \"-----BEGIN CERTIFICATE REQUEST-----MIICWjCCAEMCAQAwVzELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMQswCQYDVQQHDAJTRjERMA8GA1UECgwIRXhhbXBsZUNvMQ8wDQYDVQQLDAZFbmdpbmUxEzARBgNVBAMMCmR1bW15LmNvbTEfMB0GCSqGSIb3DQEJARYQZHVtbXlAdGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9vz1Zn2e4YGy1Zd+3l1Q2qX8hn3r+p05/OzoXVy7uV0KdKXQvKXf1BZYpFz5XPnN+R4sSDROGZwYp1DXC6GuvlnBwPE7U5G6R6lQ2wuSYaMGeu3+q1qQIyAL2qgBJWdXhZcRzR6pYjO4/VWqm4KmJSVx+QI0kDfHxM1G+YcPo1x1AxlTEb2vCk1Tt7Z6sKCFzY6kvNmJYE+P6mYoENfjjcVwRsVQ2Pu086ZsiStgJ3frEuqSfF0P+xGk4/iltZJ7I4iSMt7YJAvLRqXZRXQn7gbuXt7mQO3Nn4VpWz+6ZqFQfaKx1gQDXd/mf+jPKxH2pGv3woGcjEAZu7WtQpF3PAgMBAAGgADANBgkqhkiG9w0BAQsFAAOCAQEAvjFwiTdrt1E4FMI3c+gE0nn4d2kQJ1PwbWgq2e8jjgv6ZGx4Kk8vEbKq3+KlQJaR+GJeasQO9J9A5UN+3xM+hGv9/F6Z3L1Dh7YtyRJo6QNjVbB6bI2AlD3gWU98I0mmYpk4Oj/163Gfl/tc2y6Zb6BvVVLkUEo8Nw9BxkhE7w82PpBDKIgZlHJB2+zX6QH6z5qc0BYIYhG8+P0lDPG7UeM24FsEJbzUsFAp8s1M3Z7pQ7sR8+zxzF6Fg0I5qZq1m6VtBJm4tYvgRzoV5GBMilesVQe7PbYZzavTvdyju+o3Gow6y1ZOXwoH4lHfQ1PCvMawbhF+Hh4YsC3wSw==-----END CERTIFICATE REQUEST-----\"\n    \n    },\n    \"contacts\":{\n        \"organization\":{\n            \"name\": \"Test Org\",\n            \"address_line_1\": \"Street address 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"City\",\n            \"region\": \"Region\",\n            \"country\": \"LV\",\n            \"postal_code\": \"Postal-code\"\n        },\n        \"administrator\":{\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"title\": \"Title\",\n            \"email\": \"email@email.com\",\n            \"phone\": \"+0078932144\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/cs","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n<td>required</td>\n<td>object</td>\n<td>Contains product details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>required</td>\n<td>integer / string</td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>.. term</td>\n<td>required</td>\n<td>integer</td>\n<td>The term in months.</td>\n</tr>\n<tr>\n<td>provisioning</td>\n<td>required</td>\n<td>object</td>\n<td><code>Object with provisioning details</code></td>\n</tr>\n<tr>\n<td>.. method</td>\n<td>required</td>\n<td>string</td>\n<td>Allowed values: <code>ship-token</code>,  <br /><code>existing-token</code>,  <br /><code>hsm</code>,  <br /><code>keylocker</code></td>\n</tr>\n<tr>\n<td>.. model</td>\n<td>conditional</td>\n<td>string</td>\n<td>Required if provisioning.method is <strong>existing-token and vendor is DIGICERT.</strong> Allowed values:  <br /><code>TOKEN_5110_FIPS</code>;  <br /><code>TOKEN_5110_CC</code>;  <br /><code>TOKEN_5110_PLUS_FIPS</code>;</td>\n</tr>\n<tr>\n<td>.. csr</td>\n<td>conditional</td>\n<td>string</td>\n<td>Required only if provisioning.method is hsm.</td>\n</tr>\n<tr>\n<td>.. shipping</td>\n<td>conditional</td>\n<td>object</td>\n<td>Required if provisioning.method is ship-token.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>required</td>\n<td>string</td>\n<td>Identifier for token shipping method. Provided in Products list for according product (e.g. <code>STANDARD</code> - default value, <code>INTERNATIONAL</code>, <code>EXPEDITED</code>).</td>\n</tr>\n<tr>\n<td>.. .. contact</td>\n<td>required</td>\n<td>object</td>\n<td>Contains shipping contact details.</td>\n</tr>\n<tr>\n<td>.. .. .. first_name</td>\n<td>required</td>\n<td>string</td>\n<td>Token recipient first name.</td>\n</tr>\n<tr>\n<td>.. .. .. last_name</td>\n<td>required</td>\n<td>string</td>\n<td>Token recipient last name.</td>\n</tr>\n<tr>\n<td>.. .. .. address_line_1</td>\n<td>required</td>\n<td>string</td>\n<td>Shipping address for the token.</td>\n</tr>\n<tr>\n<td>.. .. .. address_line_2</td>\n<td>optional</td>\n<td>string</td>\n<td>Secondary address field.</td>\n</tr>\n<tr>\n<td>.. .. .. city</td>\n<td>required</td>\n<td>string</td>\n<td>Shipping city.</td>\n</tr>\n<tr>\n<td>.. .. .. region</td>\n<td>required</td>\n<td>string</td>\n<td>Shipping region / state.</td>\n</tr>\n<tr>\n<td>.. .. .. country</td>\n<td>required</td>\n<td>string</td>\n<td>Shipping country . Alpha-2 code in ISO 3166 standaard.</td>\n</tr>\n<tr>\n<td>.. .. .. postal_code</td>\n<td>required</td>\n<td>string</td>\n<td>Shipping postal code.</td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>required</td>\n<td>object</td>\n<td>Contains the contacts required for the certificate</td>\n</tr>\n<tr>\n<td>.. organization</td>\n<td>required</td>\n<td>object</td>\n<td>Contains details of the organization contact.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>required</td>\n<td>string</td>\n<td>The name of the organization.</td>\n</tr>\n<tr>\n<td>.. .. address_line_1</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 1 of the organization.</td>\n</tr>\n<tr>\n<td>.. .. address_line_2</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 2 of the organization.</td>\n</tr>\n<tr>\n<td>.. .. city</td>\n<td>required</td>\n<td>string</td>\n<td>The city of the organization.</td>\n</tr>\n<tr>\n<td>.. .. region</td>\n<td>required</td>\n<td>string</td>\n<td>The region of the organization.</td>\n</tr>\n<tr>\n<td>.. .. country</td>\n<td>required</td>\n<td>string</td>\n<td>The country of the organization. Alpha-2 code in ISO 3166 standaard.</td>\n</tr>\n<tr>\n<td>.. .. postal_code</td>\n<td>required</td>\n<td>string</td>\n<td>The postal code of the organization.</td>\n</tr>\n<tr>\n<td>.. .. phone</td>\n<td>required</td>\n<td></td>\n<td>The phone number of the organization.</td>\n</tr>\n<tr>\n<td>.. administrator</td>\n<td>required</td>\n<td>object</td>\n<td>Details of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. first_name</td>\n<td>required</td>\n<td>string</td>\n<td>The first name of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. last_name</td>\n<td>required</td>\n<td>string</td>\n<td>The last name of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. title</td>\n<td>required</td>\n<td>string</td>\n<td>The job title of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. address_line_1</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 1 of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. address_line_2</td>\n<td>required</td>\n<td>string</td>\n<td>The address line 2 of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. city</td>\n<td>required</td>\n<td>string</td>\n<td>The city of the oadministrator contact.</td>\n</tr>\n<tr>\n<td>.. .. region</td>\n<td>required</td>\n<td>string</td>\n<td>The region of the administrator contact.</td>\n</tr>\n<tr>\n<td>.. .. country</td>\n<td>required</td>\n<td>string</td>\n<td>The country of the administrator contact. Alpha-2 code in ISO 3166 standaard.</td>\n</tr>\n<tr>\n<td>.. .. postal_code</td>\n<td>required</td>\n<td>string</td>\n<td>The postal code of the administrator contact.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<p>The response for the <strong>Create Certificate</strong> provides details about the order and purchased items.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>string</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in ISO 8601 format with timezone offset (yyyy-MM-ddTHH:mm:ss±HH:MM).</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The currency used for the transaction (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td>.. price</td>\n<td>number</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>.. tax</td>\n<td>number</td>\n<td>The tax amount applied to the order.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>string</td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product - <code>certificate</code>)</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>array</td>\n<td>Categories the product belongs to - <code>cs</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","cs"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a36f7655-7616-4c11-b661-f975d042b6a5","name":"Digicert code signing  with existing token provisioning","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\":{\n        \"id\":\"digi_csc\",\n        \"term\": 12\n    },\n    \"provisioning\":{\n        \"method\": \"existing-token\",\n        \"model\": \"TOKEN_5110_FIPS\"\n    },\n    \"contacts\":{\n        \"organization\":{\n            \"name\": \"Test Org\",\n            \"address_line_1\": \"Street address 1\",\n            \"address_line_2\": \"\",\n            \"city\": \"City\",\n            \"region\": \"Region\",\n            \"country\": \"LV\",\n            \"postal_code\": \"Postal-code\",\n            \"phone\": \"+4459544555\"\n        },\n        \"administrator\":{\n            \"first_name\": \"Firstname\",\n            \"last_name\": \"Lastname\",\n            \"title\": \"Title\",\n            \"email\": \"email@email.com\",\n            \"phone\": \"+0078932144\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/cs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 11 Jun 2025 11:40:48 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 351084,\n        \"status\": \"pending\",\n        \"date\": \"2025-06-11T07:40:47+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"320.36\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 351084,\n            \"type\": \"certificate\",\n            \"category\": \"cs\",\n            \"product_id\": \"digi_csc\",\n            \"vendor\": {\n                \"id\": \"1293676344\",\n                \"status\": \"pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"01249b5c-93ec-4046-aec6-dea865f0438d"},{"name":"Reissue CS Certificate","id":"b5869648-87b1-4eea-8942-d80db056f3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"provisioning\":{\n        \"method\": \"hsm\",\n        \"model\": \"MARVELL_GOOGLE\",\n        \"key_attestation\": \"MIICmzCCAYMCBgFvZGVtbzANBgkqhkiG9w0BAQsFADBeMQswCQYDVQQGEwJVUzELMAkGA1UECAwCQ0ExCzAJBgNVBAcMAkNBMRowGAYDVQQKDBFEdW1teSBBdHRlc3RhdGlvbiBDQTAeFw0yNTA2MTAxMjAwMDBaFw0zNTA2MDgxMjAwMDBaMF4xCzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTELMAkGA1UEBwwCQ0ExGjAYBgNVBAoMEUR1bW15IEF0dGVzdGF0aW9uIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvzVldGxHa2tVZ1pzbk5pY3N3NzY4anU4c3FqY2Roa2poZTJtN3Jqc2FodWdlc3RxbWZ1c2w3YmNhZHFneWhqc3E5eWNvcGtqYWtsZ2hzZ3FsCg3HDk5ZT1JQTE3TW1Nclh1c2Jna3A5MDRjN292bmZ6aWdscGx1b3RycXQ0c3R5a2hmbG53bXU3bGJocmE0bndrc2VtbGwza2xicnE2ZXE2eGxuZDBpZ2ZvPg==\",\n    \n        \"csr\": \"-----BEGIN CERTIFICATE REQUEST-----MIICWjCCAEMCAQAwVzELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMQswCQYDVQQHDAJTRjERMA8GA1UECgwIRXhhbXBsZUNvMQ8wDQYDVQQLDAZFbmdpbmUxEzARBgNVBAMMCmR1bW15LmNvbTEfMB0GCSqGSIb3DQEJARYQZHVtbXlAdGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9vz1Zn2e4YGy1Zd+3l1Q2qX8hn3r+p05/OzoXVy7uV0KdKXQvKXf1BZYpFz5XPnN+R4sSDROGZwYp1DXC6GuvlnBwPE7U5G6R6lQ2wuSYaMGeu3+q1qQIyAL2qgBJWdXhZcRzR6pYjO4/VWqm4KmJSVx+QI0kDfHxM1G+YcPo1x1AxlTEb2vCk1Tt7Z6sKCFzY6kvNmJYE+P6mYoENfjjcVwRsVQ2Pu086ZsiStgJ3frEuqSfF0P+xGk4/iltZJ7I4iSMt7YJAvLRqXZRXQn7gbuXt7mQO3Nn4VpWz+6ZqFQfaKx1gQDXd/mf+jPKxH2pGv3woGcjEAZu7WtQpF3PAgMBAAGgADANBgkqhkiG9w0BAQsFAAOCAQEAvjFwiTdrt1E4FMI3c+gE0nn4d2kQJ1PwbWgq2e8jjgv6ZGx4Kk8vEbKq3+KlQJaR+GJeasQO9J9A5UN+3xM+hGv9/F6Z3L1Dh7YtyRJo6QNjVbB6bI2AlD3gWU98I0mmYpk4Oj/163Gfl/tc2y6Zb6BvVVLkUEo8Nw9BxkhE7w82PpBDKIgZlHJB2+zX6QH6z5qc0BYIYhG8+P0lDPG7UeM24FsEJbzUsFAp8s1M3Z7pQ7sR8+zxzF6Fg0I5qZq1m6VtBJm4tYvgRzoV5GBMilesVQe7PbYZzavTvdyju+o3Gow6y1ZOXwoH4lHfQ1PCvMawbhF+Hh4YsC3wSw==-----END CERTIFICATE REQUEST-----\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/cs/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#01249b5c-93ec-4046-aec6-dea865f0438d\">Create CS Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n","urlObject":{"path":["certificates","cs","{{item_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5869648-87b1-4eea-8942-d80db056f3c4"},{"name":"Get CS details","id":"b3d113f4-ff31-43f8-aee5-ec3054656369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/cs/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#01249b5c-93ec-4046-aec6-dea865f0438d\">Create Code Signing Certificate</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details that the requested item belongs to.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in <code>yyyy-MM-dd HH:mm:ss</code> format.</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The currency used for the transaction (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td>.. total_amount</td>\n<td>number</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>.. tax</td>\n<td>number</td>\n<td>The tax amount applied to the order.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td></td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product - <code>certificate</code>.</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>string</td>\n<td>Categories the product belongs to -<code>cs</code>.</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>string</td>\n<td>Unique identifier of the product associated with the ordered item. References the specific certificate product from the product list.</td>\n</tr>\n<tr>\n<td>.. vendor</td>\n<td>object</td>\n<td>Represents the vendor associated with the current order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the order in the vendor's system.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the order in the vendor system.</td>\n</tr>\n<tr>\n<td>.. organization</td>\n<td>object</td>\n<td>Returned if Digicert organization associated with order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>ID of created organization.</td>\n</tr>\n<tr>\n<td>.. subscription</td>\n<td>object</td>\n<td>Represents the active period of the subscription associated with the order. Returned only for issued certificates.</td>\n</tr>\n<tr>\n<td>.. .. begin</td>\n<td>string</td>\n<td>The UTC timestamp marking the start date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. end</td>\n<td>string</td>\n<td>The UTC timestamp marking the end (expiration) date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. total_amount</td>\n<td>number</td>\n<td>Returned only for ACME orders. The total recurring subscription amount, calculated as the combined value of all active orders associated with this subscription.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","cs","{{item_id}}"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"f4d2ca41-1786-4f52-8c8b-0d432f490c7f","name":"Pending CS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/certificates/cs/{{item_id}}","host":["{{base_url}}"],"path":["certificates","cs","{{item_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 10 Sep 2025 16:46:14 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 350915,\n        \"status\": \"pending\",\n        \"date\": \"2025-06-06T12:34:35+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"320.36\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 350915,\n            \"type\": \"certificate\",\n            \"category\": \"cs\",\n            \"product_id\": \"digi_csc\",\n            \"vendor\": {\n                \"id\": \"1290883219\",\n                \"status\": \"pending\"\n            },\n            \"provisioning\": {\n                \"method\": \"existing_token\",\n                \"model\": \"SAFENET_5110_FIPS\"\n            },\n            \"organization\": {\n                \"id\": 228666\n            }\n        }\n    ]\n}"}],"_postman_id":"b3d113f4-ff31-43f8-aee5-ec3054656369"}],"id":"d2998d68-5202-47b1-92cb-d5092f0ca3ec","_postman_id":"d2998d68-5202-47b1-92cb-d5092f0ca3ec","description":""},{"name":"Certificate as a Service","item":[{"name":"Create CaaS","id":"9df12485-360e-4a01-974f-bb7b7f714734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"id\": 300\n    },\n    \"domains\": [\n        \"domain.com\"\n    ]\n      \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/caas","description":"<p>Creates a new ACME subscription and adds the specified domains to it. For each base domain, the corresponding <code>www</code> subdomain is added automatically at no extra cost, and for each wildcard domain, the base domain is included for free. After the order is successfully created, use the <a href=\"#9c0f8c5a-bf64-4e22-ba79-eff45acbf49f\">Get CaaS Details</a> method with returned <code>items.id</code> to retrieve the full subscription details and ACME account credentials (including <code>eab_mac_id</code>, <code>eab_mac_key</code>, and <code>server_url</code>) required for ACME client configuration.</p>\n<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n<td>required</td>\n<td>object</td>\n<td>Contains product details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>required</td>\n<td>integer</td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>domains</td>\n<td>required</td>\n<td>array of strings</td>\n<td>Domain names to be added to the ACME subscription. Each entry must be a fully qualified domain name (e.g., example.com) or a wildcard domain (e.g., *.example.com).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order (e.g., active, processing, pending).</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in ISO 8601 format with timezone offset (yyyy-MM-ddTHH:mm:ss±HH:MM).</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>Order currency. Possible values - EUR, USD, GBP.</td>\n</tr>\n<tr>\n<td>.. price</td>\n<td>number</td>\n<td>The total price of the order including taxes.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array of objects</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the purchased acme subscription certificate.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product - <code>certificate.</code></td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>string</td>\n<td>Category the product belongs to - <code>acme</code>.</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>integer</td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array of objects</td>\n<td>A list of one or more domains that were added to the ACME subscription.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Internal identifier for the domain record.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>Domain name that was added.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","caas"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8e64a729-e2d0-41f2-8e45-8ab0e28b6968","name":"Create CaaS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"id\": 300\n    },\n    \"domains\": [\n        \"domain.com\",\n        \"*.wildcard-domain.com\"\n    ]\n      \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/caas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 10 Mar 2026 12:46:44 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 123456,\n        \"status\": \"pending\",\n        \"date\": \"2026-03-10T14:46:41+00:00\",\n        \"currency\": \"EUR\",\n        \"total_amount\": 95\n    },\n    \"items\": [\n        {\n            \"id\": 111,\n            \"type\": \"certificate\",\n            \"category\": \"caas\",\n            \"product_id\": 300,\n            \"domains\": [\n                {\n                    \"id\": 123,\n                    \"name\": \"domain.com\"\n                },\n                {\n                    \"id\": 456,\n                    \"name\": \"*.wildcard-domain.com\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"9df12485-360e-4a01-974f-bb7b7f714734"},{"name":"Add Domain","id":"95418adb-155a-469e-a1b8-1a26aab6398d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"additional-domain.com\", \"additional-domain-2.com\"\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/caas/{{item_id}}/domains","description":"<p>Adds one or more domains to an existing ACME subscription. For each base domain, the corresponding <code>www</code> subdomain is added automatically at no extra cost, and for each wildcard domain, the base domain is included for free.</p>\n<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the CaaS subscription. Returned in the <code>items</code> array of the <a href=\"#9df12485-360e-4a01-974f-bb7b7f714734\">Create CaaS</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>A JSON array containing domains to add. Supports FQDNs and wildcards (e.g. <code>example.com, \\\\\\*.example.com</code>).</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in ISO 8601 format with timezone offset (yyyy-MM-ddTHH:mm:ss±HH:MM).</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>Order currency. Possible values - EUR, USD, GBP.</td>\n</tr>\n<tr>\n<td>.. price</td>\n<td>number</td>\n<td>The total price of the order including taxes.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product -<code>certificate.</code></td>\n</tr>\n<tr>\n<td>.. category</td>\n<td></td>\n<td>Category the product belongs to - <code>acme</code>.</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>integer</td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array</td>\n<td>A list of one or more domains that were added to the ACME subscription.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Internal identifier for the domain record.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>Domain name that was added.</td>\n</tr>\n<tr>\n<td>.. subscription</td>\n<td>object</td>\n<td>Represents the active period of the subscription associated with the order. Returned only for issued certificates.</td>\n</tr>\n<tr>\n<td>.. .. begin</td>\n<td>string</td>\n<td>The UTC timestamp marking the start date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. end</td>\n<td>string</td>\n<td>The UTC timestamp marking the end (expiration) date and time of the subscription, if subscription auto-renewal was cancelled.</td>\n</tr>\n<tr>\n<td>.. .. next_renewal</td>\n<td>string</td>\n<td>Returned only for ACME orders where auto-renewal has not been cancelled.  <br />The UTC timestamp marking the next automatic renewal date of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. total_amount</td>\n<td>number</td>\n<td>Returned only for ACME orders. The total recurring subscription amount, calculated as the combined value of all active orders associated with this subscription.</td>\n</tr>\n<tr>\n<td>.. account</td>\n<td>object</td>\n<td>ACME account details associated with the order. Returned only for active ACME.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the ACME account.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_id</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key identifier used for authenticating the ACME client with the server.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_key</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key value used alongside eab_mac_id for ACME client authentication.</td>\n</tr>\n<tr>\n<td>.. .. server_url</td>\n<td>string</td>\n<td>The ACME server endpoint URL used for certificate issuance and management.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the ACME account (e.g., pending, active, cancelled).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","caas","{{item_id}}","domains"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ad752479-0bc6-4551-b50e-8c17a73225e2","name":"Add Domain","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"additional-domain.com\", \"additional-domain-2.com\"\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/caas/{{item_id}}/domains"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 10 Mar 2026 13:00:21 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 1234567,\n        \"status\": \"active\",\n        \"date\": \"2026-03-10T15:00:17+00:00\",\n        \"currency\": \"EUR\",\n        \"total_amount\": 24.84\n    },\n    \"items\": [\n        {\n            \"id\": 111,\n            \"type\": \"certificate\",\n            \"category\": \"acme\",\n            \"product_id\": 300,\n            \"domains\": [\n                {\n                    \"id\": 789,\n                    \"name\": \"additional-domain.com\"\n                },\n                {\n                    \"id\": 790,\n                    \"name\": \"additional-domain-2.com\"\n                }\n            ],\n            \"subscription\": {\n                \"total_amount\": 134.84,\n                \"begin\": \"2026-03-10\",\n                \"next_renewal\": \"2027-03-10\"\n            },\n            \"account\": {\n                \"id\": \"pS6eO29-3Y6CTgrFYoDRjg\",\n                \"eab_mac_id\": \"pS6eO29-3Y6CTgrFYoDRjg\",\n                \"eab_mac_key\": \"zXLtMNDFHitx0jTY3EGlXw5s_PflMB-Hb5TecIsO3iPjlI4pZ4x9LayCMq1ogM7_hP5HUSdfQ\",\n                \"server_url\": \"https://acme.sectigo.com/v2/DV\",\n                \"status\": \"pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"95418adb-155a-469e-a1b8-1a26aab6398d"},{"name":"Remove Domain","id":"59852586-4bad-43f0-84d3-309ab4381cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/caas/{{item_id}}/domains/{{domain_id}}","description":"<h2 id=\"request\">Request</h2>\n<p>⚠️ <strong>Note:</strong> Removing a domain will automatically cancel an order associated with that domain. If the domain is removed within 30 days of its addition to the subscription, the cancelled order amount will be refunded .</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the CaaS subscription. Returned in the <code>items</code> array of the <a href=\"#9df12485-360e-4a01-974f-bb7b7f714734\">Create CaaS</a> response.</p>\n<p>{{domain_id}} - The internal identifier of the domain to remove.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None.</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"204-no-content\">204 No Content</h4>\n","urlObject":{"path":["certificates","caas","{{item_id}}","domains","{{domain_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59852586-4bad-43f0-84d3-309ab4381cdb"},{"name":"Change Domain","id":"cc326303-e188-4341-8295-fcc454fcd7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": {\n        \"name\": \"*.example.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/caas/{{item_id}}/domains/{{domain_id}}","description":"<h2 id=\"request\">Request</h2>\n<p>⚠️ <strong>Note:</strong></p>\n<ul>\n<li><p>You may only update a domain within <strong>15 days</strong> of its addition.</p>\n</li>\n<li><p>Wildcard domains can only replace other wildcard domains, and non-wildcard only replace non-wildcard.</p>\n</li>\n</ul>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the CaaS subscription. Returned in the <code>items</code> array of the <a href=\"#9df12485-360e-4a01-974f-bb7b7f714734\">Create CaaS</a> response.</p>\n<p>{{domain_id}} - The internal identifier of the domain to remove.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Req/Opt</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>yes</td>\n<td>The new domain name (FQDN or wildcard) to assign. Must match existing type (wildcard vs. non-wildcard).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<h4 id=\"204-no-content\">204 No Content</h4>\n","urlObject":{"path":["certificates","caas","{{item_id}}","domains","{{domain_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7f62b120-f915-4bb4-a658-7d38b6de95ad","name":"Change Domain","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": {\n        \"name\": \"replaced-domain.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/caas/{{item_id}}/domains/{{domain_id}}"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Tue, 10 Mar 2026 13:14:37 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cc326303-e188-4341-8295-fcc454fcd7c9"},{"name":"Disable Subscription Auto Renewal","id":"ef8e62ad-6947-46ae-a6ec-2492c32e84e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/certificates/caas/{{item_id}}/subscription","description":"<h2 id=\"request\">Request</h2>\n<p>⚠️ <strong>Note:</strong> Disabling auto-renew does <strong>not</strong> immediately terminate the subscription - you retain all active certificates date.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the CaaS subscription. Returned in the <code>items</code> array of the <a href=\"#9df12485-360e-4a01-974f-bb7b7f714734\">Create CaaS</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None.</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"204-no-content\">204 No Content</h4>\n","urlObject":{"path":["certificates","caas","{{item_id}}","subscription"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef8e62ad-6947-46ae-a6ec-2492c32e84e3"},{"name":"Get CaaS details","id":"9c0f8c5a-bf64-4e22-ba79-eff45acbf49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/caas/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the CaaS subscription. Returned in the <code>items</code> array of the <a href=\"#9df12485-360e-4a01-974f-bb7b7f714734\">Create CaaS</a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details that the requested item belongs to.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in <code>yyyy-MM-dd HH:mm:ss</code> format.</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The currency used for the transaction (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td>.. total_amount</td>\n<td>number</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>.. tax</td>\n<td>number</td>\n<td>The tax amount applied to the order.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td></td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product - <code>certificate</code>.</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>string</td>\n<td>Category the product belongs to - <code>caas</code>.</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>string</td>\n<td>Unique identifier of the product associated with the ordered item. References the specific certificate product from the product list.</td>\n</tr>\n<tr>\n<td>.. vendor</td>\n<td>object</td>\n<td>Represents the vendor associated with the current order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the order in the vendor's system.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the order in the vendor system.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array</td>\n<td>A list of domain objects associated with the subscribtion.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>The domain name.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>A unique identifier for the domain entry associated with current ACME certificate subscription.</td>\n</tr>\n<tr>\n<td>.. .. method</td>\n<td>string</td>\n<td>The validation method used. Possible values: dns, email, http, https. Only for TLS certificates.</td>\n</tr>\n<tr>\n<td>.. subscription</td>\n<td>object</td>\n<td>Represents the active period of the subscription associated with the order. Returned only for issued certificates.</td>\n</tr>\n<tr>\n<td>.. .. begin</td>\n<td>string</td>\n<td>The date marking the start of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. end</td>\n<td>string</td>\n<td>Returned only if auto-renewal has been cancelled - the date the subscription expires (no further renewal will occur).</td>\n</tr>\n<tr>\n<td>.. .. next_renewal</td>\n<td>string</td>\n<td>Returned only if auto-renewal has not been cancelled - the date of the next automatic renewal.</td>\n</tr>\n<tr>\n<td>.. .. total_amount</td>\n<td>number</td>\n<td>Returned only for ACME orders. The total recurring subscription amount, calculated as the combined value of all active orders associated with this subscription.</td>\n</tr>\n<tr>\n<td>.. account</td>\n<td>object</td>\n<td>ACME account details associated with the order. Returned only for active ACME.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the ACME account.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_id</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key identifier used for authenticating the ACME client with the server.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_key</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key value used alongside eab_mac_id for ACME client authentication.</td>\n</tr>\n<tr>\n<td>.. .. server_url</td>\n<td>string</td>\n<td>The ACME server endpoint URL used for certificate issuance and management.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the ACME account (e.g., pending, active, cancelled).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","caas","{{item_id}}"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"759f8998-5dc7-46c6-b767-cfaa1ae12c5a","name":"Active ACME","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/certificates/caas/{{item_id}}","host":["{{base_url}}"],"path":["certificates","caas","{{item_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 08 Jul 2025 08:48:17 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 3317576,\n        \"status\": \"active\",\n        \"date\": \"2025-04-23T13:55:13+00:00\",\n        \"currency\": \"USD\",\n        \"total_amount\": 8.47,\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 7,\n            \"type\": \"certificate\",\n            \"category\": \"acme\",\n            \"product_id\": 300,\n            \"domains\": [\n                {\n                    \"id\": 46,\n                    \"name\": \"domain-1.com\"\n                },\n                {\n                    \"id\": 51,\n                    \"name\": \"domain-3.com\"\n                },\n                {\n                    \"id\": 53,\n                    \"name\": \"www.domain-2.com\"\n                },\n                {\n                    \"id\": 54,\n                    \"name\": \"www.domain-3.com\"\n                },\n                {\n                    \"id\": 125,\n                    \"name\": \"acmetest.itsatest.site\"\n                },\n                {\n                    \"id\": 200,\n                    \"name\": \"new.example.com\"\n                }\n            ],\n            \"subscription\": {\n                \"begin\": \"2025-04-24\",\n                \"next_renewal\": \"2026-04-24\"\n            },\n            \"account\": {\n                \"id\": \"52AsPwqg4vkWFKLukmdESA\",\n                \"eab_mac_id\": \"52AsPwqg4vkWFKLukmdESA\",\n                \"eab_mac_key\": \"jZPAeXt5V133VrGmEMQUsfYz8EDI0dCCwL0dU40sc9nqvlYKL6\",\n                \"server_url\": \"https://acme.sectigo.com/v2/DV\",\n                \"status\": \"pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9c0f8c5a-bf64-4e22-ba79-eff45acbf49f"}],"id":"f68e0fbb-30df-4d05-97c0-e176c148fa80","_postman_id":"f68e0fbb-30df-4d05-97c0-e176c148fa80","description":""},{"name":"Autoinstall Certificates (AIS)","item":[{"name":"Create AIS","id":"cec1ca51-a133-4f6e-87e0-2797664b3d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"id\": 400\n    },\n    \"domains\":[\"domain.com\"],\n    \"contacts\": {\n        \"primary\": {\n            \"email\": \"email@email.com\"\n        },\n        \"technical\": {\n            \"email\": \"email@email.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/ais","description":"<p>Creates a new Autoinstall SSL certificate subscription.</p>\n<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>None</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>The request body should be in JSON format with following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Req/Opt</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n<td>required</td>\n<td>object</td>\n<td>Contains product details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>required</td>\n<td>integer</td>\n<td>The ID of the product.</td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>required</td>\n<td>object</td>\n<td>Contains the contacts required for the certificate</td>\n</tr>\n<tr>\n<td>..primary</td>\n<td>required</td>\n<td>object</td>\n<td>Details of the primary contact. Used for billing and subscription details.</td>\n</tr>\n<tr>\n<td>.. ..email</td>\n<td>required</td>\n<td>string</td>\n<td>Email address of primary contact</td>\n</tr>\n<tr>\n<td>..technical</td>\n<td>required</td>\n<td>object</td>\n<td>Details of the technical contact.  <br />Used for technical and certificate-related notifications.</td>\n</tr>\n<tr>\n<td>.. ..email</td>\n<td>required</td>\n<td>string</td>\n<td>Email address of technical contact</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in ISO 8601 format with timezone offset (yyyy-MM-ddTHH:mm:ss±HH:MM).</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>Order currency. Possible values - EUR, USD, GBP.</td>\n</tr>\n<tr>\n<td>.. price</td>\n<td>number</td>\n<td>The total price of the order including taxes.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array of objects</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the purchased icme subscription certificate.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product -<code>certificate.</code></td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>string</td>\n<td>Category the product belongs to - <code>ais</code>.</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>integer</td>\n<td>The ID of the product.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","ais"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f61cb511-a12a-4bb4-ae01-08a47a0de9e3","name":"Create AIS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"id\": 400\n    },\n    \"domains\": [\n        \"domain.com\"\n    ],\n    \"contacts\": {\n        \"primary\": {\n            \"email\": \"email@email.com\"\n        },\n        \"technical\": {\n            \"email\": \"email@email.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/certificates/ais"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 16 Jul 2026 09:22:15 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 3575001,\n        \"status\": \"pending\",\n        \"date\": \"2026-07-16T12:22:14+02:00\",\n        \"currency\": \"EUR\",\n        \"total_amount\": 17.12\n    },\n    \"items\": [\n        {\n            \"id\": 982,\n            \"type\": \"certificate\",\n            \"category\": \"ais\",\n            \"product_id\": 400,\n            \"domains\": [\n                {\n                    \"id\": 1394,\n                    \"name\": \"domain.com\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"cec1ca51-a133-4f6e-87e0-2797664b3d83"},{"name":"Disable Subscription Auto Renewal","id":"27690db2-2a37-4b11-91d8-cbd26ea62ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/certificates/ais/{{item_id}}/subscription","description":"<h2 id=\"request\">Request</h2>\n<p>⚠️ <strong>Note:</strong> Disabling auto-renew does <strong>not</strong> immediately terminate the subscription - you retain all active certificates date.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#cec1ca51-a133-4f6e-87e0-2797664b3d83\">Create AIS </a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None.</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"204-no-content\">204 No Content</h4>\n","urlObject":{"path":["certificates","ais","{{item_id}}","subscription"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27690db2-2a37-4b11-91d8-cbd26ea62ae3"},{"name":"Get AIS details","id":"3671155c-369f-4f7a-b4a8-fd565cadd79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/ais/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{item_id}} - ID of the certificate. Returned in the <code>items</code> array of the <a href=\"#cec1ca51-a133-4f6e-87e0-2797664b3d83\">Create AIS </a> response.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details that the requested item belongs to.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in <code>yyyy-MM-dd HH:mm:ss</code> format.</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The currency used for the transaction (<code>USD</code>,<code>EUR</code>, <code>GBP</code>).</td>\n</tr>\n<tr>\n<td>.. total_amount</td>\n<td>number</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Array containing the single item object corresponding to the requested {{item_id}}.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product - <code>certificate</code>.</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>string</td>\n<td>Category the product belongs to - <code>ais</code>.</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>integer</td>\n<td>Unique identifier of the product associated with the ordered item. References the specific certificate product from the product list.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array</td>\n<td>A list of domain objects associated with the certificate.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>A unique identifier for the domain entry associated with the current Autoinstall certificate subscription.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>The domain name secured by the certificate (e.g., domain.com).</td>\n</tr>\n<tr>\n<td>.. subscription</td>\n<td>object</td>\n<td>Represents the active period of the subscription associated with the order.</td>\n</tr>\n<tr>\n<td>.. .. begin</td>\n<td>string</td>\n<td>The date marking the start of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. next_renewal</td>\n<td>string</td>\n<td>Returned only if auto-renewal has not been cancelled - the date of the next automatic renewal.</td>\n</tr>\n<tr>\n<td>.. .. end</td>\n<td>string</td>\n<td>Returned only if auto-renewal has been cancelled - the date the subscription expires (no further renewal will occur).</td>\n</tr>\n<tr>\n<td>.. .. total_amount</td>\n<td>number</td>\n<td>The total recurring subscription amount, calculated as the sum of all domain orders added to subscription.</td>\n</tr>\n<tr>\n<td>.. autoinstall</td>\n<td>object</td>\n<td>AIS-specific installation and access details.</td>\n</tr>\n<tr>\n<td>.. .. login_sso_link</td>\n<td>string</td>\n<td>SSO link used to log in to the autoinstall platform.</td>\n</tr>\n<tr>\n<td>.. .. manage_sso_link</td>\n<td>string</td>\n<td>null</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the autoinstall certificate (e.g., <code>incomplete</code>, <code>issued</code>).</td>\n</tr>\n<tr>\n<td>.. .. installation_method</td>\n<td>string</td>\n<td>Method used for installation (e.g., <code>acme</code>).</td>\n</tr>\n<tr>\n<td>.. account</td>\n<td>object</td>\n<td>ACME account details associated with the order. Returned only if installation method is <code>acme</code>.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the ACME account.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_id</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key identifier used for authenticating the ACME client with the server.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_key</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key value used alongside eab_mac_id for ACME client authentication.</td>\n</tr>\n<tr>\n<td>.. .. server_url</td>\n<td>string</td>\n<td>The ACME server endpoint URL used for certificate issuance and management.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the ACME account (e.g., <code>pending</code>, <code>active</code>, <code>cancelled</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","ais","{{item_id}}"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"9a47be26-6a6a-4492-ad48-51ac27362a5b","name":"Active AIS with installation method ais","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/certificates/ais/{{ais_id}}","host":["{{base_url}}"],"path":["certificates","ais","{{ais_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 08 Jul 2025 08:48:17 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 3575001,\n        \"status\": \"active\",\n        \"date\": \"2026-07-16T12:22:14+02:00\",\n        \"currency\": \"EUR\",\n        \"total_amount\": 17.12\n    },\n    \"items\": [\n        {\n            \"id\": 982,\n            \"type\": \"certificate\",\n            \"category\": \"ais\",\n            \"product_id\": 400,\n            \"domains\": [\n                {\n                    \"id\": 1394,\n                    \"name\": \"domain.com\"\n                }\n            ],\n            \"subscription\": {\n                \"total_amount\": 17.12,\n                \"begin\": \"2026-07-16\",\n                \"next_renewal\": \"2027-07-16\"\n            },\n            \"autoinstall\": {\n                \"login_sso_link\": \"https://autoinstallssl.app/login/6f8459bdac954b73b3d17313135758e5\",\n                \"manage_sso_link\": \"https://autoinstallssl.app/enrollment/manage-autoinstall-ssl/6f8459bdac954b73b3d17313135758e5\",\n                \"status\": \"incomplete\",\n                \"installation_method\": \"ais\"\n            }\n        }\n    ]\n}"},{"id":"7e49d345-b065-4374-9258-0664ecd339f9","name":"Active AIS with installation method acme","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/certificates/ais/{{item_id}}","host":["{{base_url}}"],"path":["certificates","ais","{{item_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 16 Jul 2026 09:17:17 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 3561254,\n        \"status\": \"active\",\n        \"date\": \"2026-06-17T15:52:24+02:00\",\n        \"currency\": \"EUR\",\n        \"total_amount\": 16.84\n    },\n    \"items\": [\n        {\n            \"id\": 768,\n            \"type\": \"certificate\",\n            \"category\": \"ais\",\n            \"product_id\": 400,\n            \"domains\": [\n                {\n                    \"id\": 1195,\n                    \"name\": \"domain.com\"\n                }\n            ],\n            \"subscription\": {\n                \"total_amount\": null,\n                \"begin\": \"2026-06-18\",\n                \"next_renewal\": \"2027-06-18\"\n            },\n            \"autoinstall\": {\n                \"login_sso_link\": \"https://sandbox.autoinstallssl.app/login/49adc882010c4dc8a1ecbaf798b7874b\",\n                \"manage_sso_link\": null,\n                \"status\": \"issued\",\n                \"installation_method\": \"acme\"\n            },\n            \"account\": {\n                \"id\": \"1326\",\n                \"eab_mac_id\": \"OuKSju0aXMEQJNTGYb3wNRmT9fuTnZ5X0dxYM\",\n                \"eab_mac_key\": \"NWNmNTM0ZDGYxODRiMzAyNTA2ODE1Mzc5Nzg2ODdjYzJjZTY1YjY1Zjc3MjRjMjcyMA\",\n                \"server_url\": \"https://one.digicert.com/mpki/api/v1/acme/v2/directory\",\n                \"status\": \"pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3671155c-369f-4f7a-b4a8-fd565cadd79d"}],"id":"c6c50d0b-842c-4ac8-99cd-a39a0af1cd99","_postman_id":"c6c50d0b-842c-4ac8-99cd-a39a0af1cd99","description":""},{"name":"Get certificate details","id":"abf80a29-14a5-4c0c-a6d6-f7e645d4df1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/{{category}}/{{item_id}}","description":"<h2 id=\"request\">Request</h2>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<p>{{category}} - The category of the product associated with the <code>item_id</code>. Allowed values: <code>cs</code>, <code>tls</code>, <code>ds</code>, <code>smime</code>, <code>caas</code>, <code>ais</code>.</p>\n<p>{{item_id}} - ID of certificate.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<p>None</p>\n<h2 id=\"response\">Response</h2>\n<h4 id=\"body-parameters-1\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Contains order details.</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td>integer</td>\n<td>A unique identifier for the order.</td>\n</tr>\n<tr>\n<td>.. status</td>\n<td>string</td>\n<td>The status of the order.</td>\n</tr>\n<tr>\n<td>.. date</td>\n<td>string</td>\n<td>The timestamp of when the order was created, in ISO 8601 format with timezone offset (yyyy-MM-ddTHH:mm:ss±HH:MM).</td>\n</tr>\n<tr>\n<td>.. currency</td>\n<td>string</td>\n<td>The currency used for the transaction (e.g., <code>USD</code>).</td>\n</tr>\n<tr>\n<td>.. total_amount</td>\n<td>integer</td>\n<td>The total price of the order, excluding taxes.</td>\n</tr>\n<tr>\n<td>.. tax</td>\n<td>integer</td>\n<td>The tax amount applied to the order.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>array of ordered item objects</td>\n</tr>\n<tr>\n<td>.. id</td>\n<td></td>\n<td>A unique identifier for the product.</td>\n</tr>\n<tr>\n<td>.. type</td>\n<td>string</td>\n<td>The type of the product (e.g., <code>certificate</code>).</td>\n</tr>\n<tr>\n<td>.. category</td>\n<td>array</td>\n<td>Category the product belongs to (e.g., <code>cs</code>, <code>tls</code>, <code>ds</code>, <code>smime</code>, <code>caas</code>, <code>ais</code>.)).</td>\n</tr>\n<tr>\n<td>.. product_id</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>.. vendor</td>\n<td>object</td>\n<td>Represents the vendor associated with the current order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the order in the vendor's system.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the order in the vendor system.</td>\n</tr>\n<tr>\n<td>.. domains</td>\n<td>array</td>\n<td>A list of domain objects associated with the certificate.  <br />Returned only if certificate category is TLS.</td>\n</tr>\n<tr>\n<td>.. .. name</td>\n<td>string</td>\n<td>The domain name requiring validation (e.g., <a href=\"http://www.test.com\">www.test.com</a>).</td>\n</tr>\n<tr>\n<td>.. .. method</td>\n<td>string</td>\n<td>The validation method used. Possible values: dns, email, http, https.</td>\n</tr>\n<tr>\n<td>.. .. validation</td>\n<td>object</td>\n<td>Details required for validation, dependent on the method.</td>\n</tr>\n<tr>\n<td>.. .. .. value</td>\n<td>string</td>\n<td>Depends on validation method. For email - an email address is returned, for dns - a dns record, for http / https - file content.</td>\n</tr>\n<tr>\n<td>.. .. .. file_name</td>\n<td>string</td>\n<td>Validation file name. Returned only if method is http or https.</td>\n</tr>\n<tr>\n<td>.. organization</td>\n<td>object</td>\n<td>Returned if Digicert organization associated with order.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>integer</td>\n<td>ID of created organization.</td>\n</tr>\n<tr>\n<td>.. subscription</td>\n<td>object</td>\n<td>Represents the active period of the subscription associated with the order. Returned only for issued certificates.</td>\n</tr>\n<tr>\n<td>.. .. begin</td>\n<td>string</td>\n<td>The UTC timestamp marking the start date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. end</td>\n<td>string</td>\n<td>The UTC timestamp marking the end (expiration) date and time of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. next_renewal</td>\n<td>string</td>\n<td>Returned only for ACME orders where auto-renewal has not been cancelled.  <br />The UTC timestamp marking the next automatic renewal date of the subscription.</td>\n</tr>\n<tr>\n<td>.. .. total_amount</td>\n<td>number</td>\n<td>Returned only for ACME orders. The total recurring subscription amount, calculated as the combined value of all active orders associated with this subscription.</td>\n</tr>\n<tr>\n<td>.. account</td>\n<td>object</td>\n<td>ACME account details associated with the order. Returned only for active ACME.</td>\n</tr>\n<tr>\n<td>.. .. id</td>\n<td>string</td>\n<td>Unique identifier of the ACME account.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_id</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key identifier used for authenticating the ACME client with the server.</td>\n</tr>\n<tr>\n<td>.. .. eab_mac_key</td>\n<td>string</td>\n<td>External Account Binding (EAB) MAC key value used alongside eab_mac_id for ACME client authentication.</td>\n</tr>\n<tr>\n<td>.. .. server_url</td>\n<td>string</td>\n<td>The ACME server endpoint URL used for certificate issuance and management.</td>\n</tr>\n<tr>\n<td>.. .. status</td>\n<td>string</td>\n<td>Current status of the ACME account (e.g., pending, active, cancelled).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["certificates","{{category}}","{{item_id}}"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"b39959d9-542a-4be3-b70f-875a30a5ea9e","name":"TLS-pending","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/{{category}}/{{item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 19 Mar 2025 14:09:26 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 3485902,\n        \"status\": \"pending\",\n        \"date\": \"2026-02-05T15:14:19+02:00\",\n        \"currency\": \"USD\",\n        \"total_amount\": 0.01\n    },\n    \"items\": [\n        {\n            \"id\": 3334416,\n            \"type\": \"certificate\",\n            \"category\": \"tls\",\n            \"product_id\": 65,\n            \"vendor\": {\n                \"id\": \"2803915078\",\n                \"status\": null\n            },\n            \"domains\": [\n                {\n                    \"name\": \"example.com\",\n                    \"method\": \"dns\",\n                    \"validation\": {\n                        \"value\": \"_FE201D692B7ABBEB29CC0C9634BD4C01.example.com CNAME 673705B79A95651AF1C48E11475928DC.BBD03ABAC88498DD53CA188319E41104.t0794108001770299236.sectigo.com\"\n                    },\n                    \"approved\": false\n                },\n                {\n                    \"name\": \"www.example.com\",\n                    \"method\": \"dns\",\n                    \"validation\": {\n                        \"value\": \"_FE201D692B7ABBEB29CC0C9634BD4C01.example.com CNAME 673705B79A95651AF1C48E11475928DC.BBD03ABAC88498DD53CA188319E41104.t0794108001770299236.sectigo.com\"\n                    },\n                    \"approved\": false\n                }\n            ]\n        }\n    ]\n}"},{"id":"1e79a5e5-ff78-4757-99f1-405d86470955","name":"TLS-active","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url}}/certificates/{{category}}/{{item_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 25 Apr 2025 06:40:33 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 337348,\n        \"status\": \"active\",\n        \"date\": \"2024-08-01T09:58:14+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"149.00\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 337348,\n            \"type\": \"certificate\",\n            \"category\": \"tls\",\n            \"product_id\": 45,\n            \"vendor\": {\n                \"id\": \"2244197516\",\n                \"status\": \"valid\"\n            },\n            \"san\": {\n                \"single\": 4,\n                \"wildcard\": 0\n            },\n            \"subscription\": {\n                \"begin\": \"2025-04-01T00:00:00+00:00\",\n                \"end\": \"2025-08-01T23:59:59+00:00\"\n            }\n        }\n    ]\n}"},{"id":"78a52c23-a579-428e-924b-c788c3575fdb","name":"ACME-active","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/certificates/{{category}}/{{item_id}}","host":["{{base_url}}"],"path":["certificates","{{category}}","{{item_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 10 Mar 2026 12:52:15 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 123456,\n        \"status\": \"active\",\n        \"date\": \"2026-03-10T14:46:41+00:00\",\n        \"currency\": \"EUR\",\n        \"total_amount\": 95\n    },\n    \"items\": [\n        {\n            \"id\": 111,\n            \"type\": \"certificate\",\n            \"category\": \"acme\",\n            \"product_id\": 300,\n            \"domains\": [\n                {\n                    \"id\": 123,\n                    \"name\": \"domain.com\"\n                },\n                {\n                    \"id\": 456,\n                    \"name\": \"*.wildcard-domain.com\"\n                }\n            ],\n            \"subscription\": {\n                \"total_amount\": 135.16,\n                \"begin\": \"2026-03-10\",\n                \"next_renewal\": \"2027-03-10\"\n            },\n            \"account\": {\n                \"id\": \"pS6eO29-3Y6CTgrFYoDRjg\",\n                \"eab_mac_id\": \"pS6eO29-3Y6CTgrFYoDRjg\",\n                \"eab_mac_key\": \"zXLtMNDFHitx0jTY3EGlXw5s_PflMB-Hb5TecIsO3iPjlI4pZ4x9LayCMq1ogM7_hP5HUSdfQ\",\n                \"server_url\": \"https://acme.sectigo.com/v2/DV\",\n                \"status\": \"pending\"\n            }\n        }\n    ]\n}"},{"id":"5b7d1932-66a9-4679-9669-642542972e45","name":"CS-pending","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":{"raw":"{{base_url}}/certificates/{{category}}/{{item_id}}","host":["{{base_url}}"],"path":["certificates","{{category}}","{{item_id}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 10 Sep 2025 16:46:14 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Feature-Policy","value":"sync-xhr 'self';"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 350915,\n        \"status\": \"pending\",\n        \"date\": \"2025-06-06T12:34:35+00:00\",\n        \"currency\": null,\n        \"total_amount\": \"320.36\",\n        \"tax\": null\n    },\n    \"items\": [\n        {\n            \"id\": 350915,\n            \"type\": \"certificate\",\n            \"category\": \"cs\",\n            \"product_id\": 137,\n            \"vendor\": {\n                \"id\": \"1290883219\",\n                \"status\": \"pending\"\n            },\n            \"provisioning\": {\n                \"method\": \"existing_token\",\n                \"model\": \"SAFENET_5110_FIPS\"\n            }\n        }\n    ]\n}"},{"id":"8c9c80e3-7e1e-463d-984f-c8ff8f54d93a","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization_schema}} {{credentials}}","type":"text"}],"url":"{{base_url_dev}}/certificates/{{category}}/{{item_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 14 Mar 2025 14:08:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"GEX-1\",\n    \"message\": \"Category cert not supported\"\n}"}],"_postman_id":"abf80a29-14a5-4c0c-a6d6-f7e645d4df1e"}],"id":"67367b93-504e-4750-a3d3-2847d38278d4","_postman_id":"67367b93-504e-4750-a3d3-2847d38278d4","description":""},{"name":"Error handling","item":[],"id":"2d36e9e2-6c50-4241-83cd-13989d24a399","description":"<p>An unsuccessful API request will return a response in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": \"ERROR-CODE\",\n    \"message\": \"A human-readable error description.\"\n}\n\n</code></pre>\n<ul>\n<li><p><strong><code>code</code></strong>: A unique error code that identifies the specific error.</p>\n</li>\n<li><p><strong><code>message</code></strong>: A more detaileddescription of the error.</p>\n</li>\n</ul>\n<h3 id=\"possible-error-codes\"><strong>Possible Error Codes</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error code</th>\n<th>Description</th>\n<th>HTTP Response code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AUX-1</td>\n<td>Authentication failed: invalid or missing credentials.</td>\n<td>401 Unauthorized</td>\n</tr>\n<tr>\n<td>AUX-2</td>\n<td>Forbidden: you do not have permission to perform this action.</td>\n<td>403 Forbidden</td>\n</tr>\n<tr>\n<td>VAX-1</td>\n<td>Missing required fields: one or more required parameters are absent from the request.</td>\n<td>400 Bad Request</td>\n</tr>\n<tr>\n<td>VAX-2</td>\n<td>Invalid input: the request payload is malformed or contains unacceptable values.</td>\n<td>400 Bad Request</td>\n</tr>\n<tr>\n<td>GEX-1</td>\n<td>General error.</td>\n<td>400 Bad Request</td>\n</tr>\n<tr>\n<td>GEX-2</td>\n<td>Gateway not available.</td>\n<td>502 Bad Gateway</td>\n</tr>\n<tr>\n<td>GEX-3</td>\n<td>An unexpected error occurred on the server.</td>\n<td>500 Internal Server Error</td>\n</tr>\n<tr>\n<td>GEX-4</td>\n<td>Unexpected data received from gateway.</td>\n<td>502 Bad Gateway</td>\n</tr>\n<tr>\n<td>GGS-1</td>\n<td>General error.</td>\n<td></td>\n</tr>\n<tr>\n<td>GGS-2</td>\n<td>Resource not found.</td>\n<td>404 Not Found</td>\n</tr>\n<tr>\n<td>GGS-3</td>\n<td>Operation not allowed: this action cannot be performed in the current state or context.</td>\n<td>409 Conflict</td>\n</tr>\n<tr>\n<td>GGS-4</td>\n<td>Insufficient funds: your account balance is too low to complete this payment.</td>\n<td>402 Payment Required</td>\n</tr>\n<tr>\n<td>GGS-5</td>\n<td>Payment error:</td>\n<td>402 Payment Required</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2d36e9e2-6c50-4241-83cd-13989d24a399"}]}