openapi: 3.0.0
info:
  title: GOGETSSL API (v1) Documentation
  description: "\n ## GOGETSSL API Documentation\n\n\nOrder and manage SSL certificates, Seals & Scanners using our API.\n\n**Overview**: We offer a REST Request Format API with JavaScript Object Notation (JSON) response format for our partners to directly order and manage their SSL certificates. API clients can perform functions such as ordering the different products, canceling and fulfilling orders, and querying for order data, querying for account details data.\n\n**API URL (V1_URL_PREFIX)**: https://my.gogetssl.com/api/\n\n**Prerequisites**: Account at  [GOGETSSL.com](https://www.gogetssl.com/)\n \n**API Credentials**: Please generate API password at Client area -> Reseller Modules -> API settings\nLogin is the same as login for Client area\n\n**Suggestions, Bugs, Issues, New Features**:\nYou are highly welcome to send us requests for new features, suggestions, issues or any possible bugs found [Submittion form](https://github.com/gogetssl/api/issues/)"
  contact: {}
  version: '1.0'
servers:
- url: http://example.com
  variables: {}
paths:
  /auth:
    post:
      tags:
      - Auth
      summary: Auth
      description: "The “auth” method authenticate partner and returns unique “key” parameter, which must be used after for querying GoGetSSL API as \"auth_key\".  \n\n\n![:exclamation:](https://camo.githubusercontent.com/9d3f6a5e5ce359ccadad6e1356d8545d946d2cf4/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f323735372e706e67 \":exclamation:\")  KEY expires after 365 days\n\n### Request parameters\n\n-   user – Username  \n    \n-   pass – Generated API password, not the same as account password\n\n### Response\n\nIf no errors, following parameters will be returned:\n\n-   key - unique session key"
      operationId: Auth
      parameters:
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - user
              - pass
              type: object
              properties:
                user:
                  type: string
                  description: Your account username
                  example: '{{V1_API_USER}}'
                pass:
                  type: string
                  description: API password
                  example: '{{V1_API_PASS}}'
        required: false
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 16:46:58 GMT
                  example: Fri, 12 Oct 2018 16:46:58 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Wrong username/password
                    description: Check your username and password
              example:
                error: true
                message: Wrong username/password
                description: Check your username and password
      deprecated: false
  /products:
    get:
      tags:
      - Products
      summary: getAllProducts
      description: >-
        ### Overview


        The getAllProducts method returns a detailed list of all available SSL certificate products.


        ### Request parameters


        -   None


        ### Response

        If no errors, following parameters will be returned:

        -   products - an array of available products
            -   id - unique ID of the product to be used with  [addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder)  method
            -   name - product name
            -   periods - array of possible periods in months
            -   organization – is organization validation required (yes/no)
            -   wildcard - is wildcard common name supported (yes/no)
            -   unlimited_servers - is the product for unlimited servers (yes/no)
            -   is_multidomain – is product multidomain (yes/no)
            -    wildcard_san_enabled - is wildcard SANs supported (yes/no)
            -   multidomains_included – total number of included SAN items
            -   single_san_included - included Single SANs
            -   wildcard_san_included - included Wildcard SANs
            -   multidomains_maximum – max allowed SAN quantity
            -   dcv_email - is email validation supported (true/false)
            -   dcv_dns - is DNS validation supported (true/false)
            -   dcv_http - is HTTP validation supported (true/false)
            -   dcv_https - is HTTPS validation supported (true/false)
        -   success - success value (true)
      operationId: getAllProducts
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 30 Jul 2020 10:39:57 GMT
                  example: Thu, 30 Jul 2020 10:39:57 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: SAMEORIGIN
                  example: SAMEORIGIN
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: 1; mode=block
                  example: 1; mode=block
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nosniff
                  example: nosniff
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: same-origin
                  example: same-origin
            Feature-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: sync-xhr 'self';
                  example: sync-xhr 'self';
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success1'
                - example:
                    products:
                    - id: '183'
                      name: CertCentral
                      periods:
                      - 12
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: false
                      dcv_dns: false
                      dcv_http: false
                      dcv_https: false
                      recheck_caa: false
                    - id: '175'
                      name: DigiCert Basic EV SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '173'
                      name: DigiCert Basic OV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '182'
                      name: DigiCert EV Multi-Domain
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 3
                      single_san_included: '3'
                      wildcard_san_included: '0'
                      multidomains_maximum: '247'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '180'
                      name: DigiCert Multi-Domain SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '41'
                      name: DigiCert Secure Site
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '44'
                      name: DigiCert Secure Site EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '42'
                      name: DigiCert Secure Site PRO
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '43'
                      name: DigiCert Secure Site PRO EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '113'
                      name: DigiCert Secure Site PRO Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '84'
                      name: DigiCert Secure Site Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '174'
                      name: DigiCert Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '26'
                      name: GeoTrust QuickSSL Premium
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '12'
                      name: GeoTrust QuickSSL Premium SAN
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 4
                      single_san_included: '4'
                      wildcard_san_included: '0'
                      multidomains_maximum: '246'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '112'
                      name: GeoTrust QuickSSL Premium Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '27'
                      name: GeoTrust TrueBusinessID
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '29'
                      name: GeoTrust TrueBusinessID EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '71'
                      name: GeoTrust TrueBusinessID EV SAN
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 4
                      single_san_included: '4'
                      wildcard_san_included: '0'
                      multidomains_maximum: '245'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '30'
                      name: GeoTrust TrueBusinessID SAN
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 4
                      single_san_included: '4'
                      wildcard_san_included: '0'
                      multidomains_maximum: '245'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '25'
                      name: GeoTrust TrueBusinessID SAN Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '28'
                      name: GeoTrust TrueBusinessID Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '65'
                      name: GoGetSSL® 90-day Trial SSL
                      periods:
                      - 3
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '134'
                      name: GoGetSSL® BusinessTrust
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '132'
                      name: GoGetSSL® BusinessTrust EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '133'
                      name: GoGetSSL® BusinessTrust EV SAN
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '136'
                      name: GoGetSSL® BusinessTrust SAN
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '135'
                      name: GoGetSSL® BusinessTrust Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '66'
                      name: GoGetSSL® Domain SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '68'
                      name: GoGetSSL® Multi-Domain SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '139'
                      name: GoGetSSL® Multi-Domain Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '144'
                      name: GoGetSSL® Public IP SAN
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: false
                      dcv_dns: false
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '185'
                      name: GoGetSSL® Secure Domain SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '67'
                      name: GoGetSSL® Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '31'
                      name: RapidSSL Standard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '83'
                      name: RapidSSL Trial
                      periods:
                      - 1
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '32'
                      name: RapidSSL WildcardSSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '125'
                      name: Sectigo EnterpriseSSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '126'
                      name: Sectigo EnterpriseSSL Pro
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '129'
                      name: Sectigo EnterpriseSSL Pro EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '130'
                      name: Sectigo EnterpriseSSL Pro EV MDC
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '127'
                      name: Sectigo EnterpriseSSL Pro Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '75'
                      name: Sectigo Essential SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '76'
                      name: Sectigo Essential Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '55'
                      name: Sectigo EV SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '47'
                      name: Sectigo InstantSSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '49'
                      name: Sectigo InstantSSL Premium
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '48'
                      name: Sectigo InstantSSL Pro
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '57'
                      name: Sectigo Multi-Domain EV SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '54'
                      name: Sectigo Multi-Domain SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '100'
                      name: Sectigo Multi-Domain Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '45'
                      name: Sectigo PositiveSSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '118'
                      name: Sectigo PositiveSSL EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '119'
                      name: Sectigo PositiveSSL EV MDC
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '77'
                      name: Sectigo PositiveSSL Multi-Domain
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '99'
                      name: Sectigo PositiveSSL Multi-Domain Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '63'
                      name: Sectigo PositiveSSL Multi-Domain Wildcard (3 SAN)
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 3
                      single_san_included: '0'
                      wildcard_san_included: '3'
                      multidomains_maximum: '247'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '46'
                      name: Sectigo PositiveSSL Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '50'
                      name: Sectigo Premium Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '82'
                      name: Sectigo SSL Certificate
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '85'
                      name: Sectigo SSL UCC DV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '53'
                      name: Sectigo SSL UCC OV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 2
                      single_san_included: '2'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '105'
                      name: Sectigo SSL Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '70'
                      name: Sectigo Trial SSL
                      periods:
                      - 3
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '120'
                      name: Sectigo UCC DV Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '128'
                      name: Sectigo UCC OV Wildcard SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: true
                    - id: '36'
                      name: Thawte SSL 123
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '250'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '111'
                      name: Thawte SSL 123 Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: no
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '24'
                      name: Thawte SSL Web Server Multi-Domain Wildcard
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 2
                      single_san_included: '0'
                      wildcard_san_included: '2'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '37'
                      name: Thawte Web Server EV
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '35'
                      name: Thawte Web Server SSL
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: no
                      unlimited_servers: yes
                      is_multidomain: yes
                      wildcard_san_enabled: yes
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '248'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '38'
                      name: Thawte Wildcard SSL Certificate
                      periods:
                      - 12
                      - 24
                      - 36
                      - 48
                      - 60
                      - 72
                      organization: yes
                      wildcard: yes
                      unlimited_servers: yes
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                    - id: '184'
                      name: Verified Mark Certificate (VMC)
                      periods:
                      - 12
                      organization: no
                      wildcard: no
                      unlimited_servers: no
                      is_multidomain: no
                      wildcard_san_enabled: no
                      multidomains_included: 0
                      single_san_included: '0'
                      wildcard_san_included: '0'
                      multidomains_maximum: '0'
                      dcv_email: false
                      dcv_dns: false
                      dcv_http: false
                      dcv_https: false
                      recheck_caa: false
                    success: true
              example:
                products:
                - id: '183'
                  name: CertCentral
                  periods:
                  - 12
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: false
                  dcv_dns: false
                  dcv_http: false
                  dcv_https: false
                  recheck_caa: false
                - id: '175'
                  name: DigiCert Basic EV SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '173'
                  name: DigiCert Basic OV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '182'
                  name: DigiCert EV Multi-Domain
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 3
                  single_san_included: '3'
                  wildcard_san_included: '0'
                  multidomains_maximum: '247'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '180'
                  name: DigiCert Multi-Domain SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '41'
                  name: DigiCert Secure Site
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '44'
                  name: DigiCert Secure Site EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '42'
                  name: DigiCert Secure Site PRO
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '43'
                  name: DigiCert Secure Site PRO EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '113'
                  name: DigiCert Secure Site PRO Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '84'
                  name: DigiCert Secure Site Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '174'
                  name: DigiCert Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '26'
                  name: GeoTrust QuickSSL Premium
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '12'
                  name: GeoTrust QuickSSL Premium SAN
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 4
                  single_san_included: '4'
                  wildcard_san_included: '0'
                  multidomains_maximum: '246'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '112'
                  name: GeoTrust QuickSSL Premium Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '27'
                  name: GeoTrust TrueBusinessID
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '29'
                  name: GeoTrust TrueBusinessID EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '71'
                  name: GeoTrust TrueBusinessID EV SAN
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 4
                  single_san_included: '4'
                  wildcard_san_included: '0'
                  multidomains_maximum: '245'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '30'
                  name: GeoTrust TrueBusinessID SAN
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 4
                  single_san_included: '4'
                  wildcard_san_included: '0'
                  multidomains_maximum: '245'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '25'
                  name: GeoTrust TrueBusinessID SAN Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '28'
                  name: GeoTrust TrueBusinessID Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '65'
                  name: GoGetSSL® 90-day Trial SSL
                  periods:
                  - 3
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '134'
                  name: GoGetSSL® BusinessTrust
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '132'
                  name: GoGetSSL® BusinessTrust EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '133'
                  name: GoGetSSL® BusinessTrust EV SAN
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '136'
                  name: GoGetSSL® BusinessTrust SAN
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '135'
                  name: GoGetSSL® BusinessTrust Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '66'
                  name: GoGetSSL® Domain SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '68'
                  name: GoGetSSL® Multi-Domain SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '139'
                  name: GoGetSSL® Multi-Domain Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '144'
                  name: GoGetSSL® Public IP SAN
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: false
                  dcv_dns: false
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '185'
                  name: GoGetSSL® Secure Domain SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '67'
                  name: GoGetSSL® Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '31'
                  name: RapidSSL Standard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '83'
                  name: RapidSSL Trial
                  periods:
                  - 1
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '32'
                  name: RapidSSL WildcardSSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '125'
                  name: Sectigo EnterpriseSSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '126'
                  name: Sectigo EnterpriseSSL Pro
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '129'
                  name: Sectigo EnterpriseSSL Pro EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '130'
                  name: Sectigo EnterpriseSSL Pro EV MDC
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '127'
                  name: Sectigo EnterpriseSSL Pro Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '75'
                  name: Sectigo Essential SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '76'
                  name: Sectigo Essential Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '55'
                  name: Sectigo EV SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '47'
                  name: Sectigo InstantSSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '49'
                  name: Sectigo InstantSSL Premium
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '48'
                  name: Sectigo InstantSSL Pro
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '57'
                  name: Sectigo Multi-Domain EV SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '54'
                  name: Sectigo Multi-Domain SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '100'
                  name: Sectigo Multi-Domain Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '45'
                  name: Sectigo PositiveSSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '118'
                  name: Sectigo PositiveSSL EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '119'
                  name: Sectigo PositiveSSL EV MDC
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '77'
                  name: Sectigo PositiveSSL Multi-Domain
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '99'
                  name: Sectigo PositiveSSL Multi-Domain Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '63'
                  name: Sectigo PositiveSSL Multi-Domain Wildcard (3 SAN)
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 3
                  single_san_included: '0'
                  wildcard_san_included: '3'
                  multidomains_maximum: '247'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '46'
                  name: Sectigo PositiveSSL Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '50'
                  name: Sectigo Premium Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '82'
                  name: Sectigo SSL Certificate
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '85'
                  name: Sectigo SSL UCC DV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '53'
                  name: Sectigo SSL UCC OV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 2
                  single_san_included: '2'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '105'
                  name: Sectigo SSL Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '70'
                  name: Sectigo Trial SSL
                  periods:
                  - 3
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '120'
                  name: Sectigo UCC DV Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '128'
                  name: Sectigo UCC OV Wildcard SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: true
                - id: '36'
                  name: Thawte SSL 123
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '250'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '111'
                  name: Thawte SSL 123 Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: no
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '24'
                  name: Thawte SSL Web Server Multi-Domain Wildcard
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 2
                  single_san_included: '0'
                  wildcard_san_included: '2'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '37'
                  name: Thawte Web Server EV
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '35'
                  name: Thawte Web Server SSL
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: no
                  unlimited_servers: yes
                  is_multidomain: yes
                  wildcard_san_enabled: yes
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '248'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '38'
                  name: Thawte Wildcard SSL Certificate
                  periods:
                  - 12
                  - 24
                  - 36
                  - 48
                  - 60
                  - 72
                  organization: yes
                  wildcard: yes
                  unlimited_servers: yes
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                - id: '184'
                  name: Verified Mark Certificate (VMC)
                  periods:
                  - 12
                  organization: no
                  wildcard: no
                  unlimited_servers: no
                  is_multidomain: no
                  wildcard_san_enabled: no
                  multidomains_included: 0
                  single_san_included: '0'
                  wildcard_san_included: '0'
                  multidomains_maximum: '0'
                  dcv_email: false
                  dcv_dns: false
                  dcv_http: false
                  dcv_https: false
                  recheck_caa: false
                success: true
        '403':
          description: Forbidden
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Wed, 24 Nov 2021 13:02:09 GMT
                  example: Wed, 24 Nov 2021 13:02:09 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Auth key required for this method
                    description: You must request auth key before accessing this method
              example:
                error: true
                message: Auth key required for this method
                description: You must request auth key before accessing this method
      deprecated: false
  /products/all_prices:
    get:
      tags:
      - Products
      summary: getAllProductPrices
      description: >-
        ### Overview

        The getAllProductPrices returns list of available product prices.


        ### Request parameters

        -   None


        ### Response

        If no errors, following parameters will be returned:

        -   product_prices - an array of product prices for a specific period
            -   price - base price for this period
            -   period - possible term of product
            -   id - unique ID of the product
      operationId: getAllProductPrices
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 11 Oct 2018 15:00:38 GMT
                  example: Thu, 11 Oct 2018 15:00:38 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                $ref: '#/components/schemas/Success2'
        '403':
          description: Forbidden
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 11 Oct 2018 15:10:02 GMT
                  example: Thu, 11 Oct 2018 15:10:02 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Auth key required for this method
                    description: You must request auth key before accessing this method
              example:
                error: true
                message: Auth key required for this method
                description: You must request auth key before accessing this method
      deprecated: false
  /products/details/{product_id}:
    get:
      tags:
      - Products
      summary: getProductDetails
      description: "### Overview\n\nThe getProductDetails method returns a detailed information about requested product.\n\n### Url parameters\n\n - product_id  ID of the required product\n\n### Request parameters\n\n-   None\n\n### Response\nIf no errors, following parameters will be returned:\n- product_name\n- product_type - type of certificate validation (DV/EV/OV)\n- product_id\n- product_brand\n- product_description\n- product_agreement\n- product_organization - is organization validation required (yes/no)\n- product_wildcard - is wildcard common name supported (yes/no)\n- product_unlimited_servers\n- product_is_multidomain - are multiple domains supported (yes/no)\n- product_multidomains_included - count of SANs included\n- product_single_san_included - count of Single SANs included\n- product_wildcard_san_included - count of Wildcard SANs included\n- product_multidomains_maximum - max. allowed SAN count\n- product_san_wildcard - is Wildcard SANs supported (yes/no)\n- product_dcv_email - is email validation supported (true/false)\n- product_dcv_dns - is DNS validation supported (true/false)\n- product_dcv_http - is HTTP validation supported (true/false)\n- product_dcv_https - is HTTPS validation supported (true/false)\n- recheck_caa\n- refund_days\n- terms  - the maximum term for product im months\n- terms_min - the minimum term for product in months\n- site_seal\n- change_main_domain\n- ssl_warranty\n- estimate\n- ip_allowed\n- free_reissues\n- product_prices - the array of product prices\n  - period - product validity period in months (12,24,36,48,60)\n  - price -- product partner price in default account currency\n  - id\n- product_san_prices - the array for Single SAN prices ((only for product_is_multidomain products)\n  - period \n  - price \n  - id\n- product_wildcard_san_prices - the array for Wildcard SAN prices (only for product_san_wildcard products)\n  - period\n  - price\n  - id\n-   success - success value (true)"
      operationId: getProductDetails
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: product_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Success3'
      deprecated: false
  /products/price/{product_id}:
    get:
      tags:
      - Products
      summary: getProductPrice
      description: >-
        ### Overview


        The getProductPrice method returns list of prices of required product for periods.


        ### Request parameters


        -   None


        ### Url parameters

         - product_id  ID of the required product

        ### Response

        If no errors, following parameters will be returned:

        - product_price
            -   price - base price for this period
            -   period - possible term of product
            -   id - unique ID of the product
      operationId: getProductPrice
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: product_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers: {}
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Success4'
        '404':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Valid product ID is required
                    description: Please provide valid product ID
              example:
                error: true
                message: Valid product ID is required
                description: Please provide valid product ID
      deprecated: false
  /products/agreement/{product_id}:
    get:
      tags:
      - Products
      summary: getProductAgreement
      description: >-
        ### Overview


        The getProductAgreement method returns Agreement of requested product


        ### Request parameters


        -   None


        ### Url parameters

         - product_id  ID of the required product

        ### Response

        If no errors, following parameters will be returned:

        - product_id

        - product_agreement

        - success -  success value (true)
      operationId: getProductAgreement
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: product_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 07:18:23 GMT
                  example: Tue, 23 Jul 2019 07:18:23 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success5'
                - example:
                    product_id: '66'
                    product_agreement: "Sectigo CERTIFICATE SUBSCRIBER AGREEMENT\r\n\r\nIMPORTANT - PLEASE READ THIS CERTIFICATE SUBSCRIBER AGREEMENT CAREFULLY BEFORE APPLYING FOR, ACCEPTING, OR USING A Sectigo CERTIFICATE.  BY USING, APPLYING FOR, OR ACCEPTING A Sectigo CERTIFICATE OR BY CLICKING ON \"I AGREE\", YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, THAT YOU UNDERSTAND IT, AND THAT YOU AGREE TO ITS TERMS.  IF YOU DO NOT ACCEPT THIS AGREEMENT, DO NOT APPLY FOR, ACCEPT, OR USE A Sectigo CERTIFICATE AND DO NOT CLICK \"I AGREE\".\r\n\r\nThis agreement is between you (\"Subscriber\") and Sectigo CA Limited (\"Sectigo\"), a United Kingdom company.  The agreement governs your application for and use of an SSL Certificate issued from Sectigo.  You and Sectigo agree as follows:\r\n\r\n1. Subscription Service.\r\n\r\n\r\n1.1. Issuance.  Upon Sectigo's acceptance of Subscriber's application for a Certificate, Sectigo shall attempt to validate the application information in accordance with the Sectigo CPS and, for EV Certificates, the EV Guidelines.  If Sectigo chooses to accept the application and can validate Subscriber to Sectigo's satisfaction, Sectigo shall issue the ordered Certificate(s) to Subscriber.  Sectigo may refuse an application for any reason.\r\n1.2. Multiple Certificates.  This agreement applies to multiple future Certificate request and any resulting Certificates, regardless of when the Certificate is requested or issued.    \r\n1.3. License.  After issuance, Sectigo grants Subscriber a revocable, non-exclusive, non-transferable license to use the issued Certificates on the server hosting the domain name(s) listed in the Certificate.  Sectigo also grants Subscriber a non-exclusive, non-transferable, and revocable license to use Sectigo's EV AUTO-Enhancer and EV Enhancer technology in connection with Sectigo EV Certificates.  All rights not expressly granted herein to Subscriber are reserved to Sectigo. \r\n1.4. TrustLogos.  Sectigo grants Subscriber a license to display purchased TrustLogos on domain(s) secured by a Sectigo Certificate.  When revoking a Certificate, Sectigo may also revoke any TrustLogos issued to the same site.  Subscriber shall not modify a TrustLogo in any manner.  Subscriber shall not display or use a TrustLogo 1) to represent that Sectigo guarantees any non-Sectigo products or services, 2) on a site that is misleading, defamatory, libelous, disparaging, obscene or otherwise objectionable to Sectigo, or 3) in a way that harms Sectigo's rights to its trademarks or harms Sectigo's business reputation.\r\n1.5. Fee.  Subscriber shall pay all applicable fees for the Certificate before it issues.  Certificate fees are provided to Subscriber during the application process.  All payments are non-refundable, except that the Certificate's seller will refund a payment if, before twenty (20) business days after the Certificate's issuance, the Subscriber has 1) not used the Certificate and 2) made a written request to Sectigo for the Certificate's revocation.\r\n1.6. Subscriber Obligations. Subscriber shall:\r\n	(i)	use the Certificates only for the purposes listed in the Sectigo CPS; \r\n	(ii) only install an issued Certificate on the servers accessible at the domain name(s) listed in the Certificate and only use an issued Certificate for authorized business of the Subscriber;  \r\n	(iii) be responsible for any computer hardware,  telecommunications hardware, and software necessary to use the Certificate;  \r\n	(iv) obtain and maintain any authorization or license necessary to use the Certificate; \r\n	(v) bind every Relying Party to Sectigo's Relying Party Agreement; \r\n	(vi) keep Confidential Information confidential and uncompromised, and immediately inform Sectigo and request revocation of any affected Certificates if Subscriber reasonably believes that Confidential Information is likely to be disclosed or compromised;  \r\n	(vii) ensure that all information provided to Sectigo is complete and accurate and does not include any information that would be unlawful, contrary to public interest, or otherwise likely to damage the business or reputation of Sectigo if used in any way;\r\n	(viii) immediately cease using a Certificate and associated Private Key 1) if the Private Key is compromised or 2) after the Certificate is expired or revoked, \r\n	(ix) immediately notify Sectigo of 1) any a breach of this agreement or 2) any information provided  to Sectigo changes, ceases to be accurate, or becomes inconsistent with the warranties made by Subscriber herein, and \r\n	(x) comply with all applicable local and international laws when receiving or using a Certificate, including all export laws.  Subscriber shall not export or re-export, either directly or indirectly, any Certificate to a country or entity under United Kingdom or United States restrictions.  SUBSCRIBER ASSUMES ALL LIABILITY FOR ITS VIOLATION OF EXPORT LAWS.\r\n1.7. Restrictions.  Subscriber shall not:\r\n	(i) impersonate or misrepresent Subscriber's affiliation with any entity,\r\n	(ii) modify, license, create a derivative work of, or transfer any Certificate (except as required to use the Certificate) or Private Key;\r\n	(iii) install or use an issued Certificate until after Subscriber has reviewed and verified the Certificate data's accuracy;\r\n	(iv) upload or distribute any files or software that may damage the operation of another's computer,\r\n	(v) use the Services to 1) engage in conduct that is offensive, abusive, contrary to public morality, indecent, defamatory, obscene, or menacing, 2) breach the confidence of a third party, 3) cause Sectigo or a third party distress, annoyance, denial of any service, disruption or inconvenience, 4) send or receive unsolicited bulk correspondence or 5) create a Private Key that is substantially similar to a Sectigo or third party's Private Key,\r\n	(vi) make representations regarding the Service to any third party except as agreed to in writing by Sectigo.\r\n\r\n2. Warranties and Representations.  Subscriber warrants that: \r\n\r\n	(i)	for EV Certificates, the subject named in the Certificate has exclusive control of the domain name(s) listed in the Certificate; \r\n	(ii) it has full power and authority to enter into this agreement and perform its obligations hereunder; \r\n	(iii) for EV Certificates, the individual accepting the Agreement is expressly authorized by Subscriber to sign the agreement for Subscriber.\r\n\r\n3. Revocation.  Sectigo may revoke a Certificate if Sectigo believes that: \r\n\r\n	(i) Subscriber requested revocation of the Certificate;\r\n	(ii) Subscriber did not authorize the Certificate and has not retroactively granted authorization;\r\n	(iii) Subscriber breached this Agreement;\r\n	(iv) Confidential Information related to the Certificate has been disclosed or compromised; \r\n	(v) the Certificate has been 1) misused, 2) used contrary to law, rule, or regulation or 3) used, directly or indirectly, for illegal or fraudulent purposes;\r\n	(vi) information in the Certificate is inaccurate or misleading,\r\n	(vii) for EV Certificates, Subscriber loses exclusive control over a domain name listed in the Certificate;\r\n	(viii) the Certificate was not issued or used in accordance with Sectigo's CPS, industry standards, or, for EV Certificates, the EV Guidelines;\r\n	(ix) Sectigo 1) ceased operations or 2) is no longer allowed to issue the Certificate, and no other certificate authority has agreed to provide revocation support for the Certificate;\r\n	(x) Subscriber is added as a denied party or prohibited person to a blacklist, or is operating from a prohibited destination under the laws of Sectigo's jurisdiction of operation;\r\n	(xi) the Certificate was issued to publishers of malicious software;\r\n	(xii) the CPS authorizes revocation of the Certificate; or\r\n	(xiii) the Certificate, if not revoked, will compromise the trust status of Sectigo.\r\nAfter revoking the Certificate, Sectigo may, in its sole discretion, reissue the Certificate to Subscriber or terminate the agreement.\r\n\r\n4. Intellectual Property Rights. \r\n\r\n4.1. Sectigo IP Rights. Sectigo retains, and Subscriber shall not obtain or claim, all title, interest, and ownership rights in:\r\n	(i) the Services, including issued Certificates,\r\n 	(ii) all copies or derivative works of the Services, regardless of who produced, requested, or suggested the copy or derivative work, \r\n	(iii) all documentation and materials provided by Sectigo, and\r\n	(iv) all of Sectigo's copyrights, patent rights, trade secret rights and other proprietary rights. \r\n4.2. Trademarks.  Subscriber shall not use a Sectigo trademark without Sectigo's written consent. Sectigo consents to use of trademarks in connection with provided TrustLogos. \r\n4.3. Other Rights.  EV AUTO-Enhancer™ for Windows uses Microsoft Detours Professional 2.1. Detours is Copyright 1995-2004, Microsoft Corporation. Portions of the Detours package may be covered by patents owned by Microsoft corporation. \r\nMicrosoft, MS-DOS, Windows, Windows NT, Windows 2000, Windows XP, and DirectX are registered trademarks or trademarks of Microsoft Corporation in the U.S. and other countries. \r\n\r\n5. Indemnification.\r\n\r\n5.1. Indemnification.  Subscriber shall indemnify Sectigo and its affiliates and their respective directors, officers, employees, and agents (each an \"Indemnified Person\") against all liabilities, losses, expenses, or costs (including reasonable attorney's fees) (collectively \"Losses\") that, directly or indirectly, are based on Subscriber's breach of this agreement, information provided by Subscriber, or Subscriber's or its customers' infringement on the rights of a third party. \r\n5.2. Indemnification Procedure.  Sectigo shall notify Subscriber promptly of any demand for indemnification.  However, Sectigo's failure to notify will not relieve Subscriber from its indemnification obligations except to the extent that the failure to provide timely notice materially prejudices Subscriber.  Subscriber may assume the defense of any action, suit, or proceeding giving rise to an indemnification obligation unless assuming the defense would result in potential conflicting interests as determined by the Indemnified Person in good faith.  Subscriber may not settle any claim, action, suit or proceeding related to this agreement unless the settlement also includes an unconditional release of all Indemnified Persons from liability. \r\n5.3. Additional Liability. The indemnification obligations of Subscriber are not Sectigo's sole remedy for Subscriber's breach and are in addition to any other remedies Sectigo may have against Subscriber under this agreement.  Subscriber's indemnification obligations survive the termination of this agreement. \r\n\r\n6. Term and Termination.\r\n\r\n6.1. Term.  Unless otherwise terminated as allowed herein, this agreement is effective upon Subscriber's acceptance and lasts for as long as a Certificate issued under the agreement is valid.   \r\n6.2. Termination.  Either party may terminate the agreement with 20 business days notice for convenience.  Sectigo may terminate this agreement immediately without notice if\r\n	(i) Subscriber materially breaches this agreement,\r\n	(ii) if Sectigo revokes a Certificate as allowed herein, \r\n	(iii) if Sectigo rejects Subscriber's Certificate application, \r\n	(iv) Sectigo cannot satisfactorily validate Subscriber in accordance with section 1.1, or \r\n	(v) if industry standards change in a way that affects the validity of the Certificates ordered by Subscriber. \r\n6.3. Events Upon Termination.  After termination, Sectigo may revoke any other Certificate's issued to Subscriber without further notice.  Subscriber shall pay any amounts still owed for the Certificates.  Sectigo is not obligated to refund any payment made by Subscriber upon termination of this Agreement.\r\n\r\n7. Disclaimers and Limitation of Liability.\r\n\r\n7.1. Relying Party Warranties.  Subscriber acknowledges that the Relying Party Warranty is only for the benefit of Relying Parties.  Subscriber does not have rights under the warranty, including any right to enforce the terms of the warranty or make a claim under the warranty. \r\n7.2. Exclusion of Warranties.   THE SERVICES ARE PROVIDED \"AS IS\" AND \"AS AVAILABLE\".   Sectigo EXPRESSLY DISCLAIMS ALL IMPLIED AND EXPRESS WARRANTIES IN THE SERVICES.  THIS DISCLAIMER INCLUDES ALL WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT AND IS EFFECTIVE TO THE MAXIMUM EXTENT ALLOWED BY LAW.  Sectigo DOES NOT GUARANTEE THAT 1) THE SERVICES WILL MEET SUBSCRIBER'S REQUIREMENTS OR EXPECTATIONS OR 2) THAT ACCESS TO THE SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE.   \r\n7.3. Limitation on Liability.  SUBJECT TO SECTION  7.4, THE TOTAL LIABILITY OF Sectigo AND ITS AFFILIATES, AND EACH OF THEIR OFFICERS, DIRECTORS, PARTNERS, EMPLOYEES, AND CONTRACTORS, RESULTING FROM OR CONNECTED TO THIS AGREEMENT IS LIMITED TO THE AMOUNT PAID BY SUBSCRIBER FOR THE SERVICES GIVING RISE TO THE LIABILITY.  SUBSCRIBER WAIVES ALL LIABILITY FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES.  THIS WAIVER INCLUDES ALL DAMAGES FOR LOST PROFITS, REVENUE, USE, OR DATA AND APPLIES EVEN IF Sectigo IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.  These limitations apply to the maximum extent permitted by law regardless of 1) the reason for or nature of the liability, including tort claims, 2) the number of any claims, 3) the extent or nature of the damages, and 4) whether any other provisions of this agreement have been breached or proven ineffective.\r\n7.4. Exception.  Nothing in this agreement excludes or limits the liability of either party for death or personal injury resulting from the negligence of that party or for any statements made fraudulently by either party. \r\n\r\n8. Remedy.\r\n\r\n8.1. Injunctive Relief.  Subscriber acknowledges that its breach of this agreement will result in irreparable harm to Sectigo that cannot adequately be redressed by compensatory damages.  Accordingly, in addition to any other legal remedies which may be available, Sectigo may seek and obtain an injunctive order against a breach or threatened breach of the agreement by Subscriber. \r\n8.2. Limitation on Actions. Except for actions and claims related to a party's indemnification and confidentiality obligations, all claims and actions arising from this agreement must be brought within one (1) year from the date when the cause of action occurred.  \r\n8.3. Remedy.  Subscriber's sole remedy for a defect in the Services is to have Sectigo use reasonable efforts to correct the defect.  Sectigo is not obligated to correct a defect if (i) the Service was misused, damaged, or modified, (ii) Subscriber did not immediately report the defect to Sectigo, or (iii) Subscriber breached any provision of this agreement. \r\n\r\n9. Confidentiality.  Except as allowed herein, a party (\"Receiving Party\") shall not use or disclose any Confidential Information provided by the other party (the \"Disclosing Party\") other than for the purpose of performing its obligations under this agreement.  The Receiving Party shall take reasonable measures to prevent unauthorized disclosure and shall ensure that any person receiving Confidential Information complies with the restrictions in this section.  The Receiving Party may disclose Confidential Information if the information: \r\n\r\n	(i)is already possessed by the Receiving Party before receipt from the Disclosing Party;\r\n	(ii)is or becomes public domain without fault of the Receiving Party; \r\n	(iii)is received by the Receiving Party from a third party who is not under an obligation of confidentiality or a restriction on the use and disclosure of the information,\r\n	(iv)is disclosed in response to the requirements of a law, governmental order, regulation, or legal process and the Receiving Party first gives prior notice to the Disclosing Party of the requirement to disclose the information, or\r\n	(v)is disclosed under operation of law to the public without a duty of confidentiality.\r\nA party asserting one of the exceptions to Confidential Information above shall prove the assertion using verifiable documentary evidence.  The restrictions contained in this section apply for the duration of the agreement plus five years after its termination.\r\n\r\n10. Privacy. \r\n\r\n	(i) Sectigo shall follow the privacy policy posted on its website when receiving and using information from the Subscriber.  Sectigo may amend the privacy policy at any time by posting the amended privacy policy on its website.  Subject to Section 10(ii), Sectigo shall use reasonable efforts in protecting Subscriber's information.  Subscriber acknowledges that risks remain that are beyond Sectigo's reasonable control and waives all liability of Sectigo for these risks.   \r\n	(ii) Subscriber consents to 1) Sectigo disclosing Subscriber's information publicly by embedding the information in issued Certificates and 2) Sectigo disclosing and transferring Subscriber's information to third parties located outside of the European Union as necessary to validate and issue Certificates. \r\n	(iii) Subscriber may opt-out of having information used for purposes not directly related to the Services by emailing a clear notice to optout@Sectigo.com.  By clicking \"I AGREE\", Subscriber affirmatively consents to receiving Sectigo's and its affiliates marketing material.\r\n\r\n11. Miscellaneous. \r\n\r\n11.1. Force Majeure and Internet Frailties.  Other than for payment obligations by Subscriber, neither party will be liable for a delay or failure to perform an obligation to the extent that the delay or failure is caused by an occurrence beyond the party's reasonable control. Each party acknowledges that the operation of the Internet is beyond the other party's reasonable control, and neither party will be liable for a delay or failure caused by an interruption or failure of telecommunication or digital transmission links, Internet slow-downs or failures, or other such transmission failure.  \r\n11.2. Notices.  You shall send all notices to Sectigo by first class mail in English writing, with return receipt requested, to Sectigo CA Limited, 26 Office Village, 3rd Floor, Exchange Quay, Trafford Road, Salford, Manchester M5 3EQ, United Kingdom.  Sectigo shall send all notices to Subscriber's contact information listed on its Certificate application.  Sectigo may send notices by mail, email, or facsimile. \r\n11.3. Entire Agreement.  This agreement and all documents referred to herein constitutes the entire agreement between the parties, superseding all other agreements that may exist with respect to the subject matter.  Section headings are for reference and convenience only and are not part of the interpretation of this agreement.   \r\n11.4. Amendments.  Sectigo may amend this agreement, the CPS, the Relying Party Agreement, the Relying Party Warranty, its website, and any documents listed in its Repository at any time by posting either the amendment or the amended document in the Repository.  Subscriber shall periodically review the Repository to be aware of any changes.  Subscriber may terminate the agreement if Subscriber does not agree to the amendment.  Subscriber's continued use of the Services after an amendment is posted constitutes Subscriber's acceptance of the amendment.\r\n11.5. Waiver.  A party's failure to enforce a provision of this agreement will not waive the party's right to enforce the same provision later or right to enforce any other provision of this agreement.  To be effective, all waivers must be both in writing and signed by the party benefiting form the waived provision.  \r\n11.6. Assignment.  Subscriber may not assign any of its rights or obligations under this agreement without the prior written consent of Sectigo.  Any transfer without consent is void.  Sectigo may assign its rights and obligations without Subscriber's consent.\r\n11.7. Governing Law and Venue.  The laws of England and Wales govern the interpretation, construction, and enforcement of this agreement and all proceedings arising out of it, including tort claims, without regard to any conflicts of law principles.  All proceedings or legal action arising from this agreement must be commenced in the courts of England and Wales.  Both parties agree to the exclusive venue and jurisdiction of these courts.\r\n11.8. Severability. Any provision determined invalid or unenforceable by rule of law will be reformed to the minimum extent necessary to make the provision valid and enforceable.  If reformation is not possible, the provision is deemed omitted and the balance of the agreement remains valid and enforceable.\r\n11.9. Survival. All provisions of the agreement related to confidentiality, proprietary rights, indemnification, and limitations of liability survive the termination of the agreement.\r\n11.10. Rights of Third Parties.  The Certificate Beneficiaries are express third party beneficiaries of Subscriber's obligations and warranties in this agreement.\r\n \r\n12. Definitions.\r\n\r\n12.1. \"Certificate\" means a digitally signed electronic data file issued by Sectigo to a person or entity seeking to conduct business over a communications network which contains the identity of the person authorized to use the Digital Signature, a copy of their Public Key, a serial number, a time period during which the data file may be used, and a Digital Signature issued by Sectigo. \r\n12.2. \"CPS\" refers to the documents explaining Sectigo's polices and procedures when operating its PKI infrastructure. \r\n12.3. \"Confidential Information\" means all material, data, systems, technical operations, and other information concerning Sectigo's business operations that is not known to the general public, including all information about the Certificate issuance services (such as all Private Keys, personal identification numbers and passwords). \r\n12.4. \"Certificate Beneficiaries\" means the Subscriber, the Subject named in the Certificate, any third parties with whom Sectigo has entered into a contract for inclusion of its root certificate, and all Relying Parties that actually rely on such Certificate during the period when it is valid. \r\n12.5. \"Digital Signature\" means an encrypted electronic data file which is attached to or logically associated with other electronic data and which identifies and is uniquely linked to the signatory of the electronic data, is created using the signatory's Private Key and is linked in a way so as to make any subsequent changes to the electronic data detectable.\r\n12.6. \"EV AUTO-Enhancer\" means Sectigo's patent-pending process and software to enable EV functionality on web browsing computers using a modified Apache configuration file or the Sectigo developed IIS plug-in.   \r\n12.7. \"EV Certificate\" means a Certificate signed to Sectigo's EV root certificate that is designed for use with an SSL v3 or TLS v 1.0 enabled web browse and that complies with the EV Guidelines.  \r\n12.8. \"EV Enhancer\" means the process and software used by Sectigo to enable EV functionality on web browsing computers by pointing the web browser on the web browsing computer to a beacon website designed to download and install a new EV root certificate.  \r\n12.9. \"EV Guidelines\" refers to the official, adopted guidelines governing EV Certificates as established by the CA/Browser Forum that are available online at http://www.cabforum.org. \r\n12.10. \"Private Key\" means a confidential encrypted electronic data file designed to interface with a Public Key using the same encryption algorithm and which may be used to create Digital Signatures, and decrypt files or messages which have been encrypted with a Public Key.  \r\n12.11. \"Public Key\" means a publicly available encrypted electronic data file designed to interface with a Private Key using the same encryption algorithm and which may be used to verify Digital Signatures and encrypt files or messages. \r\n12.13. \"Relying Party\" means an entity that acts in reliance on a Certificate or a Digital Signature.\r\n12.14. \"Relying Party Agreement\" refers to an agreement located on the Sectigo Repository that governs a Relying Party's use of the Certificate when transacting business with the Subscriber's website.\r\n12.15. \"Relying Party Warranty\" refers to a warranty offered by Sectigo to a Relying Party under the terms and conditions found in the Sectigo Relying Party Agreement in connection with the Relying Party's use of a Certificate.\r\n12.16. \"Repository\" means a publicly available collection of information and databases relating to Sectigo's Certificate practices and which is available at http://www.Sectigo.com/repository.\r\n12.17. \"Services\" means the Certificates ordered hereunder along with any related TrustLogo, software, and documentation.12.18. \"TrustLogo\" means a logo provided by Sectigo for use on a Subscriber's site in connection with an issued Certificate.\r\nACCEPTANCE\r\n\r\nBY CLICKING \"I AGREE\", YOU ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND THIS AGREEMENT AND THAT YOU AGREE TO COMPLY WITH ITS TERMS.  DO NOT CLICK \"I AGREE\" IF YOU DO NOT ACCEPT THIS AGREEMENT."
                    success: true
              example:
                product_id: '66'
                product_agreement: "Sectigo CERTIFICATE SUBSCRIBER AGREEMENT\r\n\r\nIMPORTANT - PLEASE READ THIS CERTIFICATE SUBSCRIBER AGREEMENT CAREFULLY BEFORE APPLYING FOR, ACCEPTING, OR USING A Sectigo CERTIFICATE.  BY USING, APPLYING FOR, OR ACCEPTING A Sectigo CERTIFICATE OR BY CLICKING ON \"I AGREE\", YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, THAT YOU UNDERSTAND IT, AND THAT YOU AGREE TO ITS TERMS.  IF YOU DO NOT ACCEPT THIS AGREEMENT, DO NOT APPLY FOR, ACCEPT, OR USE A Sectigo CERTIFICATE AND DO NOT CLICK \"I AGREE\".\r\n\r\nThis agreement is between you (\"Subscriber\") and Sectigo CA Limited (\"Sectigo\"), a United Kingdom company.  The agreement governs your application for and use of an SSL Certificate issued from Sectigo.  You and Sectigo agree as follows:\r\n\r\n1. Subscription Service.\r\n\r\n\r\n1.1. Issuance.  Upon Sectigo's acceptance of Subscriber's application for a Certificate, Sectigo shall attempt to validate the application information in accordance with the Sectigo CPS and, for EV Certificates, the EV Guidelines.  If Sectigo chooses to accept the application and can validate Subscriber to Sectigo's satisfaction, Sectigo shall issue the ordered Certificate(s) to Subscriber.  Sectigo may refuse an application for any reason.\r\n1.2. Multiple Certificates.  This agreement applies to multiple future Certificate request and any resulting Certificates, regardless of when the Certificate is requested or issued.    \r\n1.3. License.  After issuance, Sectigo grants Subscriber a revocable, non-exclusive, non-transferable license to use the issued Certificates on the server hosting the domain name(s) listed in the Certificate.  Sectigo also grants Subscriber a non-exclusive, non-transferable, and revocable license to use Sectigo's EV AUTO-Enhancer and EV Enhancer technology in connection with Sectigo EV Certificates.  All rights not expressly granted herein to Subscriber are reserved to Sectigo. \r\n1.4. TrustLogos.  Sectigo grants Subscriber a license to display purchased TrustLogos on domain(s) secured by a Sectigo Certificate.  When revoking a Certificate, Sectigo may also revoke any TrustLogos issued to the same site.  Subscriber shall not modify a TrustLogo in any manner.  Subscriber shall not display or use a TrustLogo 1) to represent that Sectigo guarantees any non-Sectigo products or services, 2) on a site that is misleading, defamatory, libelous, disparaging, obscene or otherwise objectionable to Sectigo, or 3) in a way that harms Sectigo's rights to its trademarks or harms Sectigo's business reputation.\r\n1.5. Fee.  Subscriber shall pay all applicable fees for the Certificate before it issues.  Certificate fees are provided to Subscriber during the application process.  All payments are non-refundable, except that the Certificate's seller will refund a payment if, before twenty (20) business days after the Certificate's issuance, the Subscriber has 1) not used the Certificate and 2) made a written request to Sectigo for the Certificate's revocation.\r\n1.6. Subscriber Obligations. Subscriber shall:\r\n	(i)	use the Certificates only for the purposes listed in the Sectigo CPS; \r\n	(ii) only install an issued Certificate on the servers accessible at the domain name(s) listed in the Certificate and only use an issued Certificate for authorized business of the Subscriber;  \r\n	(iii) be responsible for any computer hardware,  telecommunications hardware, and software necessary to use the Certificate;  \r\n	(iv) obtain and maintain any authorization or license necessary to use the Certificate; \r\n	(v) bind every Relying Party to Sectigo's Relying Party Agreement; \r\n	(vi) keep Confidential Information confidential and uncompromised, and immediately inform Sectigo and request revocation of any affected Certificates if Subscriber reasonably believes that Confidential Information is likely to be disclosed or compromised;  \r\n	(vii) ensure that all information provided to Sectigo is complete and accurate and does not include any information that would be unlawful, contrary to public interest, or otherwise likely to damage the business or reputation of Sectigo if used in any way;\r\n	(viii) immediately cease using a Certificate and associated Private Key 1) if the Private Key is compromised or 2) after the Certificate is expired or revoked, \r\n	(ix) immediately notify Sectigo of 1) any a breach of this agreement or 2) any information provided  to Sectigo changes, ceases to be accurate, or becomes inconsistent with the warranties made by Subscriber herein, and \r\n	(x) comply with all applicable local and international laws when receiving or using a Certificate, including all export laws.  Subscriber shall not export or re-export, either directly or indirectly, any Certificate to a country or entity under United Kingdom or United States restrictions.  SUBSCRIBER ASSUMES ALL LIABILITY FOR ITS VIOLATION OF EXPORT LAWS.\r\n1.7. Restrictions.  Subscriber shall not:\r\n	(i) impersonate or misrepresent Subscriber's affiliation with any entity,\r\n	(ii) modify, license, create a derivative work of, or transfer any Certificate (except as required to use the Certificate) or Private Key;\r\n	(iii) install or use an issued Certificate until after Subscriber has reviewed and verified the Certificate data's accuracy;\r\n	(iv) upload or distribute any files or software that may damage the operation of another's computer,\r\n	(v) use the Services to 1) engage in conduct that is offensive, abusive, contrary to public morality, indecent, defamatory, obscene, or menacing, 2) breach the confidence of a third party, 3) cause Sectigo or a third party distress, annoyance, denial of any service, disruption or inconvenience, 4) send or receive unsolicited bulk correspondence or 5) create a Private Key that is substantially similar to a Sectigo or third party's Private Key,\r\n	(vi) make representations regarding the Service to any third party except as agreed to in writing by Sectigo.\r\n\r\n2. Warranties and Representations.  Subscriber warrants that: \r\n\r\n	(i)	for EV Certificates, the subject named in the Certificate has exclusive control of the domain name(s) listed in the Certificate; \r\n	(ii) it has full power and authority to enter into this agreement and perform its obligations hereunder; \r\n	(iii) for EV Certificates, the individual accepting the Agreement is expressly authorized by Subscriber to sign the agreement for Subscriber.\r\n\r\n3. Revocation.  Sectigo may revoke a Certificate if Sectigo believes that: \r\n\r\n	(i) Subscriber requested revocation of the Certificate;\r\n	(ii) Subscriber did not authorize the Certificate and has not retroactively granted authorization;\r\n	(iii) Subscriber breached this Agreement;\r\n	(iv) Confidential Information related to the Certificate has been disclosed or compromised; \r\n	(v) the Certificate has been 1) misused, 2) used contrary to law, rule, or regulation or 3) used, directly or indirectly, for illegal or fraudulent purposes;\r\n	(vi) information in the Certificate is inaccurate or misleading,\r\n	(vii) for EV Certificates, Subscriber loses exclusive control over a domain name listed in the Certificate;\r\n	(viii) the Certificate was not issued or used in accordance with Sectigo's CPS, industry standards, or, for EV Certificates, the EV Guidelines;\r\n	(ix) Sectigo 1) ceased operations or 2) is no longer allowed to issue the Certificate, and no other certificate authority has agreed to provide revocation support for the Certificate;\r\n	(x) Subscriber is added as a denied party or prohibited person to a blacklist, or is operating from a prohibited destination under the laws of Sectigo's jurisdiction of operation;\r\n	(xi) the Certificate was issued to publishers of malicious software;\r\n	(xii) the CPS authorizes revocation of the Certificate; or\r\n	(xiii) the Certificate, if not revoked, will compromise the trust status of Sectigo.\r\nAfter revoking the Certificate, Sectigo may, in its sole discretion, reissue the Certificate to Subscriber or terminate the agreement.\r\n\r\n4. Intellectual Property Rights. \r\n\r\n4.1. Sectigo IP Rights. Sectigo retains, and Subscriber shall not obtain or claim, all title, interest, and ownership rights in:\r\n	(i) the Services, including issued Certificates,\r\n 	(ii) all copies or derivative works of the Services, regardless of who produced, requested, or suggested the copy or derivative work, \r\n	(iii) all documentation and materials provided by Sectigo, and\r\n	(iv) all of Sectigo's copyrights, patent rights, trade secret rights and other proprietary rights. \r\n4.2. Trademarks.  Subscriber shall not use a Sectigo trademark without Sectigo's written consent. Sectigo consents to use of trademarks in connection with provided TrustLogos. \r\n4.3. Other Rights.  EV AUTO-Enhancer™ for Windows uses Microsoft Detours Professional 2.1. Detours is Copyright 1995-2004, Microsoft Corporation. Portions of the Detours package may be covered by patents owned by Microsoft corporation. \r\nMicrosoft, MS-DOS, Windows, Windows NT, Windows 2000, Windows XP, and DirectX are registered trademarks or trademarks of Microsoft Corporation in the U.S. and other countries. \r\n\r\n5. Indemnification.\r\n\r\n5.1. Indemnification.  Subscriber shall indemnify Sectigo and its affiliates and their respective directors, officers, employees, and agents (each an \"Indemnified Person\") against all liabilities, losses, expenses, or costs (including reasonable attorney's fees) (collectively \"Losses\") that, directly or indirectly, are based on Subscriber's breach of this agreement, information provided by Subscriber, or Subscriber's or its customers' infringement on the rights of a third party. \r\n5.2. Indemnification Procedure.  Sectigo shall notify Subscriber promptly of any demand for indemnification.  However, Sectigo's failure to notify will not relieve Subscriber from its indemnification obligations except to the extent that the failure to provide timely notice materially prejudices Subscriber.  Subscriber may assume the defense of any action, suit, or proceeding giving rise to an indemnification obligation unless assuming the defense would result in potential conflicting interests as determined by the Indemnified Person in good faith.  Subscriber may not settle any claim, action, suit or proceeding related to this agreement unless the settlement also includes an unconditional release of all Indemnified Persons from liability. \r\n5.3. Additional Liability. The indemnification obligations of Subscriber are not Sectigo's sole remedy for Subscriber's breach and are in addition to any other remedies Sectigo may have against Subscriber under this agreement.  Subscriber's indemnification obligations survive the termination of this agreement. \r\n\r\n6. Term and Termination.\r\n\r\n6.1. Term.  Unless otherwise terminated as allowed herein, this agreement is effective upon Subscriber's acceptance and lasts for as long as a Certificate issued under the agreement is valid.   \r\n6.2. Termination.  Either party may terminate the agreement with 20 business days notice for convenience.  Sectigo may terminate this agreement immediately without notice if\r\n	(i) Subscriber materially breaches this agreement,\r\n	(ii) if Sectigo revokes a Certificate as allowed herein, \r\n	(iii) if Sectigo rejects Subscriber's Certificate application, \r\n	(iv) Sectigo cannot satisfactorily validate Subscriber in accordance with section 1.1, or \r\n	(v) if industry standards change in a way that affects the validity of the Certificates ordered by Subscriber. \r\n6.3. Events Upon Termination.  After termination, Sectigo may revoke any other Certificate's issued to Subscriber without further notice.  Subscriber shall pay any amounts still owed for the Certificates.  Sectigo is not obligated to refund any payment made by Subscriber upon termination of this Agreement.\r\n\r\n7. Disclaimers and Limitation of Liability.\r\n\r\n7.1. Relying Party Warranties.  Subscriber acknowledges that the Relying Party Warranty is only for the benefit of Relying Parties.  Subscriber does not have rights under the warranty, including any right to enforce the terms of the warranty or make a claim under the warranty. \r\n7.2. Exclusion of Warranties.   THE SERVICES ARE PROVIDED \"AS IS\" AND \"AS AVAILABLE\".   Sectigo EXPRESSLY DISCLAIMS ALL IMPLIED AND EXPRESS WARRANTIES IN THE SERVICES.  THIS DISCLAIMER INCLUDES ALL WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT AND IS EFFECTIVE TO THE MAXIMUM EXTENT ALLOWED BY LAW.  Sectigo DOES NOT GUARANTEE THAT 1) THE SERVICES WILL MEET SUBSCRIBER'S REQUIREMENTS OR EXPECTATIONS OR 2) THAT ACCESS TO THE SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE.   \r\n7.3. Limitation on Liability.  SUBJECT TO SECTION  7.4, THE TOTAL LIABILITY OF Sectigo AND ITS AFFILIATES, AND EACH OF THEIR OFFICERS, DIRECTORS, PARTNERS, EMPLOYEES, AND CONTRACTORS, RESULTING FROM OR CONNECTED TO THIS AGREEMENT IS LIMITED TO THE AMOUNT PAID BY SUBSCRIBER FOR THE SERVICES GIVING RISE TO THE LIABILITY.  SUBSCRIBER WAIVES ALL LIABILITY FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES.  THIS WAIVER INCLUDES ALL DAMAGES FOR LOST PROFITS, REVENUE, USE, OR DATA AND APPLIES EVEN IF Sectigo IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.  These limitations apply to the maximum extent permitted by law regardless of 1) the reason for or nature of the liability, including tort claims, 2) the number of any claims, 3) the extent or nature of the damages, and 4) whether any other provisions of this agreement have been breached or proven ineffective.\r\n7.4. Exception.  Nothing in this agreement excludes or limits the liability of either party for death or personal injury resulting from the negligence of that party or for any statements made fraudulently by either party. \r\n\r\n8. Remedy.\r\n\r\n8.1. Injunctive Relief.  Subscriber acknowledges that its breach of this agreement will result in irreparable harm to Sectigo that cannot adequately be redressed by compensatory damages.  Accordingly, in addition to any other legal remedies which may be available, Sectigo may seek and obtain an injunctive order against a breach or threatened breach of the agreement by Subscriber. \r\n8.2. Limitation on Actions. Except for actions and claims related to a party's indemnification and confidentiality obligations, all claims and actions arising from this agreement must be brought within one (1) year from the date when the cause of action occurred.  \r\n8.3. Remedy.  Subscriber's sole remedy for a defect in the Services is to have Sectigo use reasonable efforts to correct the defect.  Sectigo is not obligated to correct a defect if (i) the Service was misused, damaged, or modified, (ii) Subscriber did not immediately report the defect to Sectigo, or (iii) Subscriber breached any provision of this agreement. \r\n\r\n9. Confidentiality.  Except as allowed herein, a party (\"Receiving Party\") shall not use or disclose any Confidential Information provided by the other party (the \"Disclosing Party\") other than for the purpose of performing its obligations under this agreement.  The Receiving Party shall take reasonable measures to prevent unauthorized disclosure and shall ensure that any person receiving Confidential Information complies with the restrictions in this section.  The Receiving Party may disclose Confidential Information if the information: \r\n\r\n	(i)is already possessed by the Receiving Party before receipt from the Disclosing Party;\r\n	(ii)is or becomes public domain without fault of the Receiving Party; \r\n	(iii)is received by the Receiving Party from a third party who is not under an obligation of confidentiality or a restriction on the use and disclosure of the information,\r\n	(iv)is disclosed in response to the requirements of a law, governmental order, regulation, or legal process and the Receiving Party first gives prior notice to the Disclosing Party of the requirement to disclose the information, or\r\n	(v)is disclosed under operation of law to the public without a duty of confidentiality.\r\nA party asserting one of the exceptions to Confidential Information above shall prove the assertion using verifiable documentary evidence.  The restrictions contained in this section apply for the duration of the agreement plus five years after its termination.\r\n\r\n10. Privacy. \r\n\r\n	(i) Sectigo shall follow the privacy policy posted on its website when receiving and using information from the Subscriber.  Sectigo may amend the privacy policy at any time by posting the amended privacy policy on its website.  Subject to Section 10(ii), Sectigo shall use reasonable efforts in protecting Subscriber's information.  Subscriber acknowledges that risks remain that are beyond Sectigo's reasonable control and waives all liability of Sectigo for these risks.   \r\n	(ii) Subscriber consents to 1) Sectigo disclosing Subscriber's information publicly by embedding the information in issued Certificates and 2) Sectigo disclosing and transferring Subscriber's information to third parties located outside of the European Union as necessary to validate and issue Certificates. \r\n	(iii) Subscriber may opt-out of having information used for purposes not directly related to the Services by emailing a clear notice to optout@Sectigo.com.  By clicking \"I AGREE\", Subscriber affirmatively consents to receiving Sectigo's and its affiliates marketing material.\r\n\r\n11. Miscellaneous. \r\n\r\n11.1. Force Majeure and Internet Frailties.  Other than for payment obligations by Subscriber, neither party will be liable for a delay or failure to perform an obligation to the extent that the delay or failure is caused by an occurrence beyond the party's reasonable control. Each party acknowledges that the operation of the Internet is beyond the other party's reasonable control, and neither party will be liable for a delay or failure caused by an interruption or failure of telecommunication or digital transmission links, Internet slow-downs or failures, or other such transmission failure.  \r\n11.2. Notices.  You shall send all notices to Sectigo by first class mail in English writing, with return receipt requested, to Sectigo CA Limited, 26 Office Village, 3rd Floor, Exchange Quay, Trafford Road, Salford, Manchester M5 3EQ, United Kingdom.  Sectigo shall send all notices to Subscriber's contact information listed on its Certificate application.  Sectigo may send notices by mail, email, or facsimile. \r\n11.3. Entire Agreement.  This agreement and all documents referred to herein constitutes the entire agreement between the parties, superseding all other agreements that may exist with respect to the subject matter.  Section headings are for reference and convenience only and are not part of the interpretation of this agreement.   \r\n11.4. Amendments.  Sectigo may amend this agreement, the CPS, the Relying Party Agreement, the Relying Party Warranty, its website, and any documents listed in its Repository at any time by posting either the amendment or the amended document in the Repository.  Subscriber shall periodically review the Repository to be aware of any changes.  Subscriber may terminate the agreement if Subscriber does not agree to the amendment.  Subscriber's continued use of the Services after an amendment is posted constitutes Subscriber's acceptance of the amendment.\r\n11.5. Waiver.  A party's failure to enforce a provision of this agreement will not waive the party's right to enforce the same provision later or right to enforce any other provision of this agreement.  To be effective, all waivers must be both in writing and signed by the party benefiting form the waived provision.  \r\n11.6. Assignment.  Subscriber may not assign any of its rights or obligations under this agreement without the prior written consent of Sectigo.  Any transfer without consent is void.  Sectigo may assign its rights and obligations without Subscriber's consent.\r\n11.7. Governing Law and Venue.  The laws of England and Wales govern the interpretation, construction, and enforcement of this agreement and all proceedings arising out of it, including tort claims, without regard to any conflicts of law principles.  All proceedings or legal action arising from this agreement must be commenced in the courts of England and Wales.  Both parties agree to the exclusive venue and jurisdiction of these courts.\r\n11.8. Severability. Any provision determined invalid or unenforceable by rule of law will be reformed to the minimum extent necessary to make the provision valid and enforceable.  If reformation is not possible, the provision is deemed omitted and the balance of the agreement remains valid and enforceable.\r\n11.9. Survival. All provisions of the agreement related to confidentiality, proprietary rights, indemnification, and limitations of liability survive the termination of the agreement.\r\n11.10. Rights of Third Parties.  The Certificate Beneficiaries are express third party beneficiaries of Subscriber's obligations and warranties in this agreement.\r\n \r\n12. Definitions.\r\n\r\n12.1. \"Certificate\" means a digitally signed electronic data file issued by Sectigo to a person or entity seeking to conduct business over a communications network which contains the identity of the person authorized to use the Digital Signature, a copy of their Public Key, a serial number, a time period during which the data file may be used, and a Digital Signature issued by Sectigo. \r\n12.2. \"CPS\" refers to the documents explaining Sectigo's polices and procedures when operating its PKI infrastructure. \r\n12.3. \"Confidential Information\" means all material, data, systems, technical operations, and other information concerning Sectigo's business operations that is not known to the general public, including all information about the Certificate issuance services (such as all Private Keys, personal identification numbers and passwords). \r\n12.4. \"Certificate Beneficiaries\" means the Subscriber, the Subject named in the Certificate, any third parties with whom Sectigo has entered into a contract for inclusion of its root certificate, and all Relying Parties that actually rely on such Certificate during the period when it is valid. \r\n12.5. \"Digital Signature\" means an encrypted electronic data file which is attached to or logically associated with other electronic data and which identifies and is uniquely linked to the signatory of the electronic data, is created using the signatory's Private Key and is linked in a way so as to make any subsequent changes to the electronic data detectable.\r\n12.6. \"EV AUTO-Enhancer\" means Sectigo's patent-pending process and software to enable EV functionality on web browsing computers using a modified Apache configuration file or the Sectigo developed IIS plug-in.   \r\n12.7. \"EV Certificate\" means a Certificate signed to Sectigo's EV root certificate that is designed for use with an SSL v3 or TLS v 1.0 enabled web browse and that complies with the EV Guidelines.  \r\n12.8. \"EV Enhancer\" means the process and software used by Sectigo to enable EV functionality on web browsing computers by pointing the web browser on the web browsing computer to a beacon website designed to download and install a new EV root certificate.  \r\n12.9. \"EV Guidelines\" refers to the official, adopted guidelines governing EV Certificates as established by the CA/Browser Forum that are available online at http://www.cabforum.org. \r\n12.10. \"Private Key\" means a confidential encrypted electronic data file designed to interface with a Public Key using the same encryption algorithm and which may be used to create Digital Signatures, and decrypt files or messages which have been encrypted with a Public Key.  \r\n12.11. \"Public Key\" means a publicly available encrypted electronic data file designed to interface with a Private Key using the same encryption algorithm and which may be used to verify Digital Signatures and encrypt files or messages. \r\n12.13. \"Relying Party\" means an entity that acts in reliance on a Certificate or a Digital Signature.\r\n12.14. \"Relying Party Agreement\" refers to an agreement located on the Sectigo Repository that governs a Relying Party's use of the Certificate when transacting business with the Subscriber's website.\r\n12.15. \"Relying Party Warranty\" refers to a warranty offered by Sectigo to a Relying Party under the terms and conditions found in the Sectigo Relying Party Agreement in connection with the Relying Party's use of a Certificate.\r\n12.16. \"Repository\" means a publicly available collection of information and databases relating to Sectigo's Certificate practices and which is available at http://www.Sectigo.com/repository.\r\n12.17. \"Services\" means the Certificates ordered hereunder along with any related TrustLogo, software, and documentation.12.18. \"TrustLogo\" means a logo provided by Sectigo for use on a Subscriber's site in connection with an issued Certificate.\r\nACCEPTANCE\r\n\r\nBY CLICKING \"I AGREE\", YOU ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND THIS AGREEMENT AND THAT YOU AGREE TO COMPLY WITH ITS TERMS.  DO NOT CLICK \"I AGREE\" IF YOU DO NOT ACCEPT THIS AGREEMENT."
                success: true
      deprecated: false
  /products/ssl:
    get:
      tags:
      - Products
      summary: getSslProducts
      description: "## Overview\n\nThe getSslProducts method returns a detailed list of all available SSL certificate products.\n\n### Request parameters\n\n-   None\n\n### Response\nIf no errors, following parameters will be returned:\n- products\n    -   id - unique ID of the product to be used with [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750) method\n    -   brand - product brand\n    -   product - product name\n    -   max_period - the maximal period of product in months\n    -   san_enabled - is product supporting Single SANs (1/0)\n    -   wildcard_san_enabled - is product supporting Wildcard SANs\n    -   product_type - type of product validation (domain / business / extended)\n    -   unlimited_licencing -  is the product for unlimited servers (1/0)\n    -   wildcard_enabled -  is wildcard common name supported (1/0)\n    -   claim_ev_enabled\n    -   trust_logo \n    -   org_required - is organization validation required (1/0)\n    -   dcv_email -  is email validation supported (true/false)\n    -   dcv_dns -  is DNS validation supported (true/false)\n    -   dcv_http - is HTTP validation supported (true/false)\n    -   dcv_https -  is HTTPS validation supported (true/false)\n    -   recheck_caa\n    -   san_max - the maximum amount of SAN items (only for SAN enabled products)\n    -   prices - product prices in default account currency\n        -   12  \n        -   ...  - base price for each period \n        -   60 \n        -   vendor - vendor prices for each period\n        -   san - Single SAN prices for each period (only for san_enabled products)\n        -   wildcard_san - Wildcard SAN prices for each period (only for wildcard_san_enabled products)\n- success - success value (true)"
      operationId: getSslProducts
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 21:26:11 GMT
                  example: Fri, 12 Oct 2018 21:26:11 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                $ref: '#/components/schemas/Success6'
      deprecated: false
  /products/ssl/{product_id}:
    get:
      tags:
      - Products
      summary: getSslProduct
      description: "### Overview\n\nThe getProductDetails method returns a detailed information about requested product.\n\n### Url parameters\n\n - product_id  ID of the required product\n\n### Request parameters\n\n-   None\n\n### Response\n\n- product\n    -   id - unique ID of the product to be used with [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750) method\n    -   brand - product brand\n    -   product - product name\n    -   max_period - the maximal period of product in months\n    -   san_enabled - is product supporting Single SANs (1/0)\n    -   wildcard_san_enabled - is product supporting Wildcard SANs\n    -   product_type - type of product validation (domain / business / extended)\n    -   unlimited_licencing -  is the product for unlimited servers (1/0)\n    -   wildcard_enabled -  is wildcard common name supported (1/0)\n    -   claim_ev_enabled\n    -   trust_logo \n    -   org_required - is organization validation required (1/0)\n    -   dcv_email -  is email validation supported (true/false)\n    -   dcv_dns -  is DNS validation supported (true/false)\n    -   dcv_http - is HTTP validation supported (true/false)\n    -   dcv_https -  is HTTPS validation supported (true/false)\n    -   recheck_caa\n    -   san_max - the maximum amount of SAN items (only for SAN enabled products)\n    -   prices - product prices in default account currency\n        -   12  \n        -   ...  - base price for each period \n        -   60 \n        -   vendor - vendor prices for each period\n        -   san - Single SAN prices for each period (only for san_enabled products)\n        -   wildcard_san - Wildcard SAN prices for each period (only for wildcard_san_enabled products)\n- success - success value (true)"
      operationId: getSslProduct
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: product_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 21:32:22 GMT
                  example: Fri, 12 Oct 2018 21:32:22 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success7'
                - example:
                    product:
                      id: '31'
                      brand: rapidssl
                      product: RapidSSL Standard
                      max_period: '24'
                      san_enabled: 0
                      product_type: domain_validation
                      unlimited_licencing: 1
                      wildcard_enabled: 0
                      claim_ev_enabled: '0'
                      trust_logo: 0
                      org_required: 0
                      dcv_email: true
                      dcv_dns: true
                      dcv_http: true
                      dcv_https: true
                      recheck_caa: false
                      prices:
                        '12': 8.7
                        '24': 15.2
                        vendor:
                          '12': 59
                          '24': 99
                    success: true
              example:
                product:
                  id: '31'
                  brand: rapidssl
                  product: RapidSSL Standard
                  max_period: '24'
                  san_enabled: 0
                  product_type: domain_validation
                  unlimited_licencing: 1
                  wildcard_enabled: 0
                  claim_ev_enabled: '0'
                  trust_logo: 0
                  org_required: 0
                  dcv_email: true
                  dcv_dns: true
                  dcv_http: true
                  dcv_https: true
                  recheck_caa: false
                  prices:
                    '12': 8.7
                    '24': 15.2
                    vendor:
                      '12': 59
                      '24': 99
                success: true
      deprecated: false
  /tools/csr/decode:
    post:
      tags:
      - CSR
      summary: decodeCSR
      description: >-
        ### Overview


        The decodeCSR method validates submitted CSR code. Returns parsed data in the array.

        This method does not require authorization.


        ### Request parameters


        -   csr - CSR code, length till 4000 symbols


        ### Response

        If no errors, following parameters will be returned:

        -   csrResult - array of decoded CSR data
            -   CN - FQDN csr is generated for
            -   C - country ISO format
            -   OU - department
            -   O - organization
            -   L - locality
            -   S - state
            -   version
            -   Email - email address
            -   dnsName(s) – additional SAN items
            -   Key Size – encryption key length
            -   md5 – md5 hash
            -   sha1 – sha1 hash
        -   success - success value (true)
      operationId: decodeCSR
      parameters:
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - csr
              type: object
              properties:
                csr:
                  type: string
                  example: >-
                    -----BEGIN CERTIFICATE REQUEST-----

                    MIICrTCCAZUCAQAwaDELMAkGA1UEBhMCVVMxFjAUBgNVBAMMDW15LWRvbWFpbi50

                    bGQxDTALBgNVBAcMBENpdHkxFTATBgNVBAoMDE15IE9SRy4gTkFNRTEOMAwGA1UE

                    CAwFU3RhdGUxCzAJBgNVBAsMAml0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB

                    CgKCAQEAps9RK/0YfymWguacQVnFhG0izOKThJ2kSRPqptgrpJCo0FBDFkKh1+0S

                    jFBma307AU62DlONo9Rg7BWmDhxCGfFoUZwMvD/E8AJDSFCfVaM5V6UEgFjvHv2r

                    +5vhd46z076efm4WMATInd6hD8b/wWpu1MaRPpN7Aropy2EPsZr0WfnSx1zOAeTg

                    uqiHxv30AoOhZMG6OOcAPH+s736Ej41mQTncA3a0ETkXouk4p+XEDtmx1Pb//Ctq

                    EgfKAe+s0bn4uP9snPecdQWjXRy7pY2Z+oWHRxx72vRuhkyc02nRDxSo0022nZl6

                    YGodgeVGUReUryu6RIZ9tibnEerAIQIDAQABoAAwDQYJKoZIhvcNAQELBQADggEB

                    AG9L/xIBIue3/yyJvcQF9IU+ew8WPAFjOA6fRTHdn79J5zEXHcfd1kGxonWyg7AH

                    9KTTxLRMnlhFwBsIsJq3tqEjoTMwIECnRuoEcXU/DyE5khAVIsO6hZ7JjSretjkv

                    0POki1VAloXffmBDGFpRtJy1gPW+y9JHzirkycEsN+IK2Kb5fYy/zva2bPHRMHcz

                    /aehGLSZWIqOhi5uXLIMpsvCn73vBam2I1U4ikcZAH6rdG9+42WYAAsne14Z39ZX

                    2KwqaBUylHqCyaPgDPUGJfqO/ZX1XD5Uw6RFHc+ji0qsQZ7OlLfr/edLQa6e/hfG

                    8wBMrfOuq4BrS9fMiuT6mA8=

                    -----END CERTIFICATE REQUEST-----
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 08:06:20 GMT
                  example: Tue, 23 Jul 2019 08:06:20 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error7'
                - example:
                    csrResult:
                      errorMessage: CSR is not valid. CSR should begin with `-----BEGIN CERTIFICATE REQUEST-----...`
                    success: false
              example:
                csrResult:
                  errorMessage: CSR is not valid. CSR should begin with `-----BEGIN CERTIFICATE REQUEST-----...`
                success: false
      deprecated: false
  /tools/csr/generate:
    post:
      tags:
      - CSR
      summary: generateCSR
      description: "### Overview\n\nThe generateCSR method generates valid CSR code from the submitted values (2048bits). Returns CSR code and CSR private key.  \nThis method does not require authorization.\n\n### Request parameters\n\n*   csr_commonname - FQDN csr is generated for, can also be IP\n*   csr_organization - organization name\n*   csr_department - organization department\n*   csr_city - city\n*   csr_state - state\n*   csr_country - country in ISO format\n*   csr_email - email address\n    \n\n### Response\n\nIf no errors, following parameters will be returned:\n\n*   csr_code - CSR code, needed for SSL generation\n*   csr_key - CSR private key, needed for SSL installation\n*   csr_commonname - FQDN csr is generated for\n*   csr_email\n*   csr_organization\n*   csr_date – CSR creation date\n*   success - success value (true)"
      operationId: generateCSR
      parameters:
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - csr_commonname
              - csr_organization
              - csr_department
              - csr_city
              - csr_state
              - csr_country
              - csr_email
              type: object
              properties:
                csr_commonname:
                  type: string
                  description: FQDN csr is generated for, can also be IP
                  example: my-domain.tld
                csr_organization:
                  type: string
                  description: organization name
                  example: My Org. Name
                csr_department:
                  type: string
                  example: IT
                csr_city:
                  type: string
                  example: City
                csr_state:
                  type: string
                  example: Sate
                csr_country:
                  type: string
                  description: valid ISO-3166 country code
                  example: LV
                csr_email:
                  type: string
                  example: admin@my-domain.tld
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 08:32:06 GMT
                  example: Tue, 23 Jul 2019 08:32:06 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success9'
                - example:
                    csr_code: >-
                      -----BEGIN CERTIFICATE REQUEST-----

                      MIICyzCCAbMCAQAwgYUxCzAJBgNVBAYTAkxWMRAwDgYDVQQIDAdMYXRnYWxlMRMw

                      EQYDVQQHDApEYXVnYXZwaWxzMREwDwYDVQQKDAhPT08gdGVzdDELMAkGA1UECwwC

                      SVQxETAPBgNVBAMMCHRlc3QuY29tMRwwGgYJKoZIhvcNAQkBFg1pbmZvQHRlc3Qu

                      Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0O5g2LTcHSTWI8Km

                      qNO/4bxldmUYW+RdyqvkWNb/Dr0H5plitoTYqlIeSyJFv7LGhnM9ragr+SGh6wYC

                      ntxOf2VUuxcsZklmXb9iErIGr8nGfmPTNXSYDyBk+et5GeSxhEPUpWzsMviqxg/9

                      jAg9ncatvaJRiaq1FGv3qyypyX6YnUlamqFy1DuHVykRueTNJWLfslqGiOuvN4/K

                      9xJiHMyE9l8rb8saWrw/FubYHMlJ/8XpqUaTIfezbHjkBFTNj8Ieo5OZDB+1QzkE

                      9M2SwMembOW0mDBiiUC8tUwKdh9w6L8iB7adfLINpEDupiz2ExkdYA4XPrEj0hom

                      I6NXWwIDAQABoAAwDQYJKoZIhvcNAQELBQADggEBAItC8n1XVxryLH0Qoh9BTGAV

                      E9I2+peVDdRM/xxRyEw3ykmYQ1iYz0ezIchfjFUl03AiILrE8cJofqfxBxgYU2E5

                      H9TyKIxSeo+9LWviqGti/vgV7IdM4DYs03/KTYlWJGX0Sy1xWuvgJcqrLRfvviba

                      HtT8g1eVs8YR9dgbjgA7po7RYrux2uf6fIUCk2vrFQZBCaDkm7cbqZtjNNnuId2c

                      yiz1eqC4TM7SLkP7ap9N1Muw0+k/9Wzkd5ee+KEpfImMhNmQrpy6b0miEBWJrTyu

                      XgtF9dFOSSdETwi/TwbOxLS5VFu/Bg/O7fyMoptSfAV6ud5g/gMU/eW4Lx1eFTg=

                      -----END CERTIFICATE REQUEST-----
                    csr_key: >-
                      -----BEGIN PRIVATE KEY-----

                      MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDQ7mDYtNwdJNYj

                      wqao07/hvGV2ZRhb5F3Kq+RY1v8OvQfmmWK2hNiqUh5LIkW/ssaGcz2tqCv5IaHr

                      BgKe3E5/ZVS7FyxmSWZdv2ISsgavycZ+Y9M1dJgPIGT563kZ5LGEQ9SlbOwy+KrG

                      D/2MCD2dxq29olGJqrUUa/erLKnJfpidSVqaoXLUO4dXKRG55M0lYt+yWoaI6683

                      j8r3EmIczIT2XytvyxpavD8W5tgcyUn/xempRpMh97NseOQEVM2Pwh6jk5kMH7VD

                      OQT0zZLAx6Zs5bSYMGKJQLy1TAp2H3DovyIHtp18sg2kQO6mLPYTGR1gDhc+sSPS

                      GiYjo1dbAgMBAAECggEBAKX11KQO9hGIYzlAs1XD7dWH6yiioTjNK9uDsv0Gus+g

                      RBhemtTUra6NUFbqQHFHtv6xp7q7rUJV/uJLgeVipk/309hRTglqIJAzJ9ol473b

                      D3ryHKGHngnV95+19holWQTxRIarAOx0LmLp7MNBAIDFgtjxiMdL/E7efHtSHQRZ

                      xZf+E+Gds4MZcJdM6TnxGfarWHXuw5tEWSaIZtWBIvYK5JAhLBY3x9tNPd+IEvgU

                      b2apYxtnfe1FCARD2rs0sxSWGV9yGUUnXXtGHO3Z8YPekxTw7P/6Yq7cz9cyeFpL

                      b1KVN7SNikJO8DngqaKkoCN0i2frK25CnnNI1R0rreECgYEA7kbXL5gYqITp1tyz

                      yKG80E7WZ+KvPOyJnT8cpUaAM+7GDFe3hsFKsVBng2TEvkhjfUaIamGWErhuDx4C

                      aMoX8ic0G8ZTB5jaFB8bGHPqx9+qI1vVHWcgvhjT8Aw+P2E49EQI+EaGYpkbzLB9

                      emoDiM+qUdM8Q0G+DPCzJs8KfxMCgYEA4HjAsVcg+W+khdbVKAOyiU4oY7OpjIoF

                      YaGT69HplVhWQtN7Hkv0JoAA6XcIqiaBM/zVZJVdY0RRDb49hVo+hI6zGZDsiGfU

                      nrz3rH8K3TkPoT5OflfxTrCcpOgQ/e+EkdaQPz7iwRnF3Pu+y2hcH5MsUJul9N6y

                      QJoPulOop5kCgYEA7J9Y7qDCTAfCGGeP+jvzv4GrFftdPsk/V/LmxZKfmfMSpgst

                      7BpjzHYmdatKXhSRCEVVDx/d4rVYRpbsmZen9AfOjY6DwdWfK8BALiZfDyIkWXzG

                      xK43K9CIF6hw4Ivx/VDa/4M5zQxzOPBDi59f5ysi3qNBAyF0VHFr16xfphUCgYAv

                      wMCNeZGkPuHrLxbNmmvC1gO1oiTxpvMaH/uN8WwVv2MqeD765QGdpyGKiS4otGRM

                      IP9slHH3ijMMD2qbEeW24Xysda48HoqW8nBmG+i9w0PV86FTM3Y8XUoVsuDahLfZ

                      JqItMj2fAtKa/ltKfnsKpI6K33Hgs/eL0rqB0wZQEQKBgEOLZJSkOIFFGqaxvAAZ

                      aR5mnCYO/CGzupH42KNgyYNinvGV5l16QaaCpNIZcxV3x/HBmcx2Gr+4SIpr4N9j

                      J/oC4WwOoV0nLCYd7ZnznhDBdYvh60oeni7SGhVVgHyUN8+rn1/QxidCHHuZ3nyu

                      MqEVYn1vanD47bJoe8pbgj2L

                      -----END PRIVATE KEY-----
                    success: true
              example:
                csr_code: >-
                  -----BEGIN CERTIFICATE REQUEST-----

                  MIICyzCCAbMCAQAwgYUxCzAJBgNVBAYTAkxWMRAwDgYDVQQIDAdMYXRnYWxlMRMw

                  EQYDVQQHDApEYXVnYXZwaWxzMREwDwYDVQQKDAhPT08gdGVzdDELMAkGA1UECwwC

                  SVQxETAPBgNVBAMMCHRlc3QuY29tMRwwGgYJKoZIhvcNAQkBFg1pbmZvQHRlc3Qu

                  Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0O5g2LTcHSTWI8Km

                  qNO/4bxldmUYW+RdyqvkWNb/Dr0H5plitoTYqlIeSyJFv7LGhnM9ragr+SGh6wYC

                  ntxOf2VUuxcsZklmXb9iErIGr8nGfmPTNXSYDyBk+et5GeSxhEPUpWzsMviqxg/9

                  jAg9ncatvaJRiaq1FGv3qyypyX6YnUlamqFy1DuHVykRueTNJWLfslqGiOuvN4/K

                  9xJiHMyE9l8rb8saWrw/FubYHMlJ/8XpqUaTIfezbHjkBFTNj8Ieo5OZDB+1QzkE

                  9M2SwMembOW0mDBiiUC8tUwKdh9w6L8iB7adfLINpEDupiz2ExkdYA4XPrEj0hom

                  I6NXWwIDAQABoAAwDQYJKoZIhvcNAQELBQADggEBAItC8n1XVxryLH0Qoh9BTGAV

                  E9I2+peVDdRM/xxRyEw3ykmYQ1iYz0ezIchfjFUl03AiILrE8cJofqfxBxgYU2E5

                  H9TyKIxSeo+9LWviqGti/vgV7IdM4DYs03/KTYlWJGX0Sy1xWuvgJcqrLRfvviba

                  HtT8g1eVs8YR9dgbjgA7po7RYrux2uf6fIUCk2vrFQZBCaDkm7cbqZtjNNnuId2c

                  yiz1eqC4TM7SLkP7ap9N1Muw0+k/9Wzkd5ee+KEpfImMhNmQrpy6b0miEBWJrTyu

                  XgtF9dFOSSdETwi/TwbOxLS5VFu/Bg/O7fyMoptSfAV6ud5g/gMU/eW4Lx1eFTg=

                  -----END CERTIFICATE REQUEST-----
                csr_key: >-
                  -----BEGIN PRIVATE KEY-----

                  MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDQ7mDYtNwdJNYj

                  wqao07/hvGV2ZRhb5F3Kq+RY1v8OvQfmmWK2hNiqUh5LIkW/ssaGcz2tqCv5IaHr

                  BgKe3E5/ZVS7FyxmSWZdv2ISsgavycZ+Y9M1dJgPIGT563kZ5LGEQ9SlbOwy+KrG

                  D/2MCD2dxq29olGJqrUUa/erLKnJfpidSVqaoXLUO4dXKRG55M0lYt+yWoaI6683

                  j8r3EmIczIT2XytvyxpavD8W5tgcyUn/xempRpMh97NseOQEVM2Pwh6jk5kMH7VD

                  OQT0zZLAx6Zs5bSYMGKJQLy1TAp2H3DovyIHtp18sg2kQO6mLPYTGR1gDhc+sSPS

                  GiYjo1dbAgMBAAECggEBAKX11KQO9hGIYzlAs1XD7dWH6yiioTjNK9uDsv0Gus+g

                  RBhemtTUra6NUFbqQHFHtv6xp7q7rUJV/uJLgeVipk/309hRTglqIJAzJ9ol473b

                  D3ryHKGHngnV95+19holWQTxRIarAOx0LmLp7MNBAIDFgtjxiMdL/E7efHtSHQRZ

                  xZf+E+Gds4MZcJdM6TnxGfarWHXuw5tEWSaIZtWBIvYK5JAhLBY3x9tNPd+IEvgU

                  b2apYxtnfe1FCARD2rs0sxSWGV9yGUUnXXtGHO3Z8YPekxTw7P/6Yq7cz9cyeFpL

                  b1KVN7SNikJO8DngqaKkoCN0i2frK25CnnNI1R0rreECgYEA7kbXL5gYqITp1tyz

                  yKG80E7WZ+KvPOyJnT8cpUaAM+7GDFe3hsFKsVBng2TEvkhjfUaIamGWErhuDx4C

                  aMoX8ic0G8ZTB5jaFB8bGHPqx9+qI1vVHWcgvhjT8Aw+P2E49EQI+EaGYpkbzLB9

                  emoDiM+qUdM8Q0G+DPCzJs8KfxMCgYEA4HjAsVcg+W+khdbVKAOyiU4oY7OpjIoF

                  YaGT69HplVhWQtN7Hkv0JoAA6XcIqiaBM/zVZJVdY0RRDb49hVo+hI6zGZDsiGfU

                  nrz3rH8K3TkPoT5OflfxTrCcpOgQ/e+EkdaQPz7iwRnF3Pu+y2hcH5MsUJul9N6y

                  QJoPulOop5kCgYEA7J9Y7qDCTAfCGGeP+jvzv4GrFftdPsk/V/LmxZKfmfMSpgst

                  7BpjzHYmdatKXhSRCEVVDx/d4rVYRpbsmZen9AfOjY6DwdWfK8BALiZfDyIkWXzG

                  xK43K9CIF6hw4Ivx/VDa/4M5zQxzOPBDi59f5ysi3qNBAyF0VHFr16xfphUCgYAv

                  wMCNeZGkPuHrLxbNmmvC1gO1oiTxpvMaH/uN8WwVv2MqeD765QGdpyGKiS4otGRM

                  IP9slHH3ijMMD2qbEeW24Xysda48HoqW8nBmG+i9w0PV86FTM3Y8XUoVsuDahLfZ

                  JqItMj2fAtKa/ltKfnsKpI6K33Hgs/eL0rqB0wZQEQKBgEOLZJSkOIFFGqaxvAAZ

                  aR5mnCYO/CGzupH42KNgyYNinvGV5l16QaaCpNIZcxV3x/HBmcx2Gr+4SIpr4N9j

                  J/oC4WwOoV0nLCYd7ZnznhDBdYvh60oeni7SGhVVgHyUN8+rn1/QxidCHHuZ3nyu

                  MqEVYn1vanD47bJoe8pbgj2L

                  -----END PRIVATE KEY-----
                success: true
      deprecated: false
  /tools/csr/validate:
    post:
      tags:
      - CSR
      summary: validateCSR
      description: >-
        ### Overview


        Data validation in CSR. This method does not require authorization.


        ### Request parameters


        -   csr - CSR code, length till 4000 symbols


        ### Response

        If no errors, following parameters will be returned:

        -   csrResult - array of decoded CSR data
            -   CN - FQDN csr is generated for
            -   C - country ISO format
            -   OU - department
            -   O - organization
            -   L - locality
            -   S - state
            -   version
            -   Email - email address
            -   dnsName(s) – additional SAN items
            -   Key Size – encryption key length
            -   md5 – md5 hash
            -   sha1 – sha1 hash
        -   success - success value (true)
      operationId: validateCSR
      parameters:
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - csr
              type: object
              properties:
                csr:
                  type: string
                  example: >-
                    -----BEGIN CERTIFICATE REQUEST-----

                    MIICrTCCAZUCAQAwaDELMAkGA1UEBhMCVVMxFjAUBgNVBAMMDW15LWRvbWFpbi50

                    bGQxDTALBgNVBAcMBENpdHkxFTATBgNVBAoMDE15IE9SRy4gTkFNRTEOMAwGA1UE

                    CAwFU3RhdGUxCzAJBgNVBAsMAml0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB

                    CgKCAQEAps9RK/0YfymWguacQVnFhG0izOKThJ2kSRPqptgrpJCo0FBDFkKh1+0S

                    jFBma307AU62DlONo9Rg7BWmDhxCGfFoUZwMvD/E8AJDSFCfVaM5V6UEgFjvHv2r

                    +5vhd46z076efm4WMATInd6hD8b/wWpu1MaRPpN7Aropy2EPsZr0WfnSx1zOAeTg

                    uqiHxv30AoOhZMG6OOcAPH+s736Ej41mQTncA3a0ETkXouk4p+XEDtmx1Pb//Ctq

                    EgfKAe+s0bn4uP9snPecdQWjXRy7pY2Z+oWHRxx72vRuhkyc02nRDxSo0022nZl6

                    YGodgeVGUReUryu6RIZ9tibnEerAIQIDAQABoAAwDQYJKoZIhvcNAQELBQADggEB

                    AG9L/xIBIue3/yyJvcQF9IU+ew8WPAFjOA6fRTHdn79J5zEXHcfd1kGxonWyg7AH

                    9KTTxLRMnlhFwBsIsJq3tqEjoTMwIECnRuoEcXU/DyE5khAVIsO6hZ7JjSretjkv

                    0POki1VAloXffmBDGFpRtJy1gPW+y9JHzirkycEsN+IK2Kb5fYy/zva2bPHRMHcz

                    /aehGLSZWIqOhi5uXLIMpsvCn73vBam2I1U4ikcZAH6rdG9+42WYAAsne14Z39ZX

                    2KwqaBUylHqCyaPgDPUGJfqO/ZX1XD5Uw6RFHc+ji0qsQZ7OlLfr/edLQa6e/hfG

                    8wBMrfOuq4BrS9fMiuT6mA8=

                    -----END CERTIFICATE REQUEST-----
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: CSR is invalid
                    description: Sorry, domains zone `.ir` is not supported
              example:
                error: true
                message: CSR is invalid
                description: Sorry, domains zone `.ir` is not supported
      deprecated: false
  /tools/domain/alternative:
    post:
      tags:
      - DCV
      summary: getDomainAlternative
      description: >-
        ### Overview


        This API method provides validation information for alternative DCV methods. This endpoint can only be used for ssl certificates of the GoGetSSL and Sectigo brands. Current method does not provide  [Unique Value](https://github.com/gogetssl/api/wiki/Comodo-Unique-Value)


        ### Request parameters


        -   csr – CSR code for which the validation information must be provided.


        ### Response


        If no errors, following parameters will be returned:

         **HTTP:**
        {
          "http": {
            "link": "http:\/\/domain.tld\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt",
            "filename": "37D0C93EE263FF9EEEA799215A9C3225.txt",
            "content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM"
          }
        }


        **HTTPS:**

        {
          "https": {
            "link": "http:\/\/domain.tld\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt",
            "filename": "37D0C93EE263FF9EEEA799215A9C3225.txt",
            "content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM"
          }
        }


        **DNS:**

        {
          "dns": {
            "record": "_37D0C93EE263FF9EEEA799215A9C3225.domain.tld CNAME
        d30c576bf9eb30a75211cb799848ee5c.abfce3d8ee13212a57c9b7e42ef9baa2.comodoca.com"
          }
        }


        [](https://github.com/gogetssl/api/wiki/_Footer/_edit "Edit footer")
      operationId: getDomainAlternative
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - csr
              type: object
              properties:
                csr:
                  type: string
                  example: >-
                    -----BEGIN CERTIFICATE REQUEST-----

                    MIICrTCCAZUCAQAwaDELMAkGA1UEBhMCVVMxFjAUBgNVBAMMDW15LWRvbWFpbi50

                    bGQxDTALBgNVBAcMBENpdHkxFTATBgNVBAoMDE15IE9SRy4gTkFNRTEOMAwGA1UE

                    CAwFU3RhdGUxCzAJBgNVBAsMAml0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB

                    CgKCAQEAps9RK/0YfymWguacQVnFhG0izOKThJ2kSRPqptgrpJCo0FBDFkKh1+0S

                    jFBma307AU62DlONo9Rg7BWmDhxCGfFoUZwMvD/E8AJDSFCfVaM5V6UEgFjvHv2r

                    +5vhd46z076efm4WMATInd6hD8b/wWpu1MaRPpN7Aropy2EPsZr0WfnSx1zOAeTg

                    uqiHxv30AoOhZMG6OOcAPH+s736Ej41mQTncA3a0ETkXouk4p+XEDtmx1Pb//Ctq

                    EgfKAe+s0bn4uP9snPecdQWjXRy7pY2Z+oWHRxx72vRuhkyc02nRDxSo0022nZl6

                    YGodgeVGUReUryu6RIZ9tibnEerAIQIDAQABoAAwDQYJKoZIhvcNAQELBQADggEB

                    AG9L/xIBIue3/yyJvcQF9IU+ew8WPAFjOA6fRTHdn79J5zEXHcfd1kGxonWyg7AH

                    9KTTxLRMnlhFwBsIsJq3tqEjoTMwIECnRuoEcXU/DyE5khAVIsO6hZ7JjSretjkv

                    0POki1VAloXffmBDGFpRtJy1gPW+y9JHzirkycEsN+IK2Kb5fYy/zva2bPHRMHcz

                    /aehGLSZWIqOhi5uXLIMpsvCn73vBam2I1U4ikcZAH6rdG9+42WYAAsne14Z39ZX

                    2KwqaBUylHqCyaPgDPUGJfqO/ZX1XD5Uw6RFHc+ji0qsQZ7OlLfr/edLQa6e/hfG

                    8wBMrfOuq4BrS9fMiuT6mA8=

                    -----END CERTIFICATE REQUEST-----
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 09:02:24 GMT
                  example: Tue, 23 Jul 2019 09:02:24 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Succcess'
                - example:
                    validation:
                      http:
                        http:
                          link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                          filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                          content: >-
                            22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                            COMODOCA.COM
                      https:
                        https:
                          link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                          filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                          content: >-
                            22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                            COMODOCA.COM
                      dns:
                        dns:
                          record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
                    success: true
              example:
                validation:
                  http:
                    http:
                      link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                      filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                      content: >-
                        22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                        COMODOCA.COM
                  https:
                    https:
                      link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                      filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                      content: >-
                        22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                        COMODOCA.COM
                  dns:
                    dns:
                      record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
                success: true
      deprecated: false
  /tools/domain/emails:
    post:
      tags:
      - DCV
      summary: getDomainEmails
      description: "### Overview\n\nThe getDomainEmails method returns an array of valid approver email addresses for specified “domain” parameter from Comodo API.\n\n### Request parameters\n\n-   domain - valid FQDN\n\n### Response\n\nIf no errors, following parameters will be returned::\n-   ComodoApprovalEmails - array of valid email addresses from Comodo API\n-   GeotrustApprovalEmails - array of valid email addresses from Comodo AP \n\nWHOIS emails not always available due to multiple issues"
      operationId: getDomainEmails
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - domain
              type: object
              properties:
                domain:
                  type: string
                  example: example.tld
        required: false
      responses:
        default:
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success11'
                - example:
                    ComodoApprovalEmails:
                    - admin@example.tld
                    - administrator@example.tld
                    - hostmaster@example.tld
                    - postmaster@example.tld
                    - webmaster@example.tld
                    GeotrustApprovalEmails:
                    - admin@example.tld
                    - administrator@example.tld
                    - hostmaster@example.tld
                    - postmaster@example.tld
                    - webmaster@example.tld
                    success: true
              example:
                ComodoApprovalEmails:
                - admin@example.tld
                - administrator@example.tld
                - hostmaster@example.tld
                - postmaster@example.tld
                - webmaster@example.tld
                GeotrustApprovalEmails:
                - admin@example.tld
                - administrator@example.tld
                - hostmaster@example.tld
                - postmaster@example.tld
                - webmaster@example.tld
                success: true
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: '107'
                    description: Error fetching email list. Not possible to fetch approval emails for domain `example`.
              example:
                error: true
                message: '107'
                description: Error fetching email list. Not possible to fetch approval emails for domain `example`.
      deprecated: false
  /tools/domain/emails/geotrust:
    post:
      tags:
      - DCV
      summary: getDomainEmailsForGeotrust
      description: >-
        ### Overview


        The getDomainEmailsForGeotrust method returns an array of valid approver email addresses for specified “domain”.


        ### Request parameters


        -   domain - valid FQDN


        ### Response

        If no errors, following parameters will be returned:

        -   getDomainEmailsForGeotrust - array of valid email addresses
      operationId: getDomainEmailsForGeotrust
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - domain
              type: object
              properties:
                domain:
                  type: string
                  example: my-domain-name.tld
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 08:56:06 GMT
                  example: Tue, 23 Jul 2019 08:56:06 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Mon, 22 Nov 2021 11:20:04 GMT
                  example: Mon, 22 Nov 2021 11:20:04 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: SAMEORIGIN
                  example: SAMEORIGIN
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: 1; mode=block
                  example: 1; mode=block
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nosniff
                  example: nosniff
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: same-origin
                  example: same-origin
            Feature-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: sync-xhr 'self';
                  example: sync-xhr 'self';
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success12'
                - example:
                    GeotrustApprovalEmails:
                    - admin@my-domain-name.tld
                    - administrator@my-domain-name.tld
                    - hostmaster@my-domain-name.tld
                    - webmaster@my-domain-name.tld
                    - postmaster@my-domain-name.tld
                    success: true
              example:
                GeotrustApprovalEmails:
                - admin@my-domain-name.tld
                - administrator@my-domain-name.tld
                - hostmaster@my-domain-name.tld
                - webmaster@my-domain-name.tld
                - postmaster@my-domain-name.tld
                success: true
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: '109'
                    description: Domain is not valid. Please provice a correct domain.
              example:
                error: true
                message: '109'
                description: Domain is not valid. Please provice a correct domain.
      deprecated: false
  /tools/domain_get_from_whois:
    post:
      tags:
      - DCV
      summary: domainGetFromWhois
      description: "### Overview\n\nThe domainGetFromWhois method returns an array of valid approver email addresses for specified “domain” parameter from Comodo API.\n\n### Request parameters\n\n-   domain - valid FQDN\n\n### Response\nIf no errors, following parameters will be returned:\n-   ComodoApprovalEmails - array of valid email addresses from Comodo API\n-   GeotrustApprovalEmails - array of valid email addresses from Comodo AP \n\nWHOIS emails not always available due to multiple issues"
      operationId: domainGetFromWhois
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - domain
              type: object
              properties:
                domain:
                  type: string
                  example: domain-name.tld
        required: false
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Mon, 22 Nov 2021 11:53:10 GMT
                  example: Mon, 22 Nov 2021 11:53:10 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: SAMEORIGIN
                  example: SAMEORIGIN
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: 1; mode=block
                  example: 1; mode=block
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nosniff
                  example: nosniff
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: same-origin
                  example: same-origin
            Feature-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: sync-xhr 'self';
                  example: sync-xhr 'self';
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: '107'
                    description: Error fetching email list. Not possible to fetch approval emails for domain `domain-name`.
              example:
                error: true
                message: '107'
                description: Error fetching email list. Not possible to fetch approval emails for domain `domain-name`.
      deprecated: false
  /tools/webservers/{supplier_id}:
    get:
      tags:
      - Webservers
      summary: getWebServers
      description: >-
        ### Overview


        The getWebservers method returns the list of available web server types for different vendors. Web Server type required to use methods  [“addSSLOrder”](#e4c071bd-56f3-4046-be83-f7e3bb7b7750)  and  [“reissueSSLOrder”](#09180357-0a48-45eb-93be-d11fa4629afe)


        ### Url parameters


        -   supplier_id - integer value;
            -   for Comodo/GGSSL: 1;
            -   for Geotrust/Symantec/Thawte/RapidSSL: 2

        ### Request parameters


        -   None


        ### Response

        If no errors, following parameters will be returned:

        -   webservers - array of available webservers
            -   id - ID of webserver
            -   software - Webserver or software name
        -   success - success value (true)
      operationId: getWebServers
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: supplier_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 09:05:39 GMT
                  example: Tue, 23 Jul 2019 09:05:39 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success14'
                - example:
                    webservers:
                    - id: '1'
                      software: AOL
                    - id: '3'
                      software: Apache-SSL (Ben-SSL, not Stronghold)
                    - id: '4'
                      software: C2Net Stronghold
                    - id: '33'
                      software: Cisco 3000 Series VPN Concentrator
                    - id: '34'
                      software: Citrix
                    - id: '5'
                      software: Cobalt Raq
                    - id: '6'
                      software: Covalent Server Software
                    - id: '29'
                      software: Ensim
                    - id: '32'
                      software: H-Sphere
                    - id: '7'
                      software: IBM HTTP Server
                    - id: '8'
                      software: IBM Internet Connection Server
                    - id: '9'
                      software: iPlanet
                    - id: '10'
                      software: Java Web Server (Javasoft / Sun)
                    - id: '11'
                      software: Lotus Domino
                    - id: '12'
                      software: Lotus Domino Go!
                    - id: '13'
                      software: Microsoft IIS 1.x to 4.x
                    - id: '14'
                      software: Microsoft IIS 5.x to 6.x
                    - id: '35'
                      software: Microsoft IIS 7.x and later
                    - id: '15'
                      software: Netscape Enterprise Server
                    - id: '16'
                      software: Netscape FastTrack
                    - id: '36'
                      software: Nginx
                    - id: '17'
                      software: Novell Web Server
                    - id: '18'
                      software: Oracle
                    - id: '-1'
                      software: OTHER
                    - id: '30'
                      software: Plesk
                    - id: '19'
                      software: Quid Pro Quo
                    - id: '20'
                      software: R3 SSL Server
                    - id: '21'
                      software: Raven SSL
                    - id: '22'
                      software: RedHat Linux
                    - id: '23'
                      software: SAP Web Application Server
                    - id: '24'
                      software: Tomcat
                    - id: '25'
                      software: Website Professional
                    - id: '26'
                      software: WebStar 4.x and later
                    - id: '27'
                      software: WebTen (from Tenon)
                    - id: '31'
                      software: WHM/cPanel
                    - id: '28'
                      software: Zeus Web Server
                    success: true
              example:
                webservers:
                - id: '1'
                  software: AOL
                - id: '3'
                  software: Apache-SSL (Ben-SSL, not Stronghold)
                - id: '4'
                  software: C2Net Stronghold
                - id: '33'
                  software: Cisco 3000 Series VPN Concentrator
                - id: '34'
                  software: Citrix
                - id: '5'
                  software: Cobalt Raq
                - id: '6'
                  software: Covalent Server Software
                - id: '29'
                  software: Ensim
                - id: '32'
                  software: H-Sphere
                - id: '7'
                  software: IBM HTTP Server
                - id: '8'
                  software: IBM Internet Connection Server
                - id: '9'
                  software: iPlanet
                - id: '10'
                  software: Java Web Server (Javasoft / Sun)
                - id: '11'
                  software: Lotus Domino
                - id: '12'
                  software: Lotus Domino Go!
                - id: '13'
                  software: Microsoft IIS 1.x to 4.x
                - id: '14'
                  software: Microsoft IIS 5.x to 6.x
                - id: '35'
                  software: Microsoft IIS 7.x and later
                - id: '15'
                  software: Netscape Enterprise Server
                - id: '16'
                  software: Netscape FastTrack
                - id: '36'
                  software: Nginx
                - id: '17'
                  software: Novell Web Server
                - id: '18'
                  software: Oracle
                - id: '-1'
                  software: OTHER
                - id: '30'
                  software: Plesk
                - id: '19'
                  software: Quid Pro Quo
                - id: '20'
                  software: R3 SSL Server
                - id: '21'
                  software: Raven SSL
                - id: '22'
                  software: RedHat Linux
                - id: '23'
                  software: SAP Web Application Server
                - id: '24'
                  software: Tomcat
                - id: '25'
                  software: Website Professional
                - id: '26'
                  software: WebStar 4.x and later
                - id: '27'
                  software: WebTen (from Tenon)
                - id: '31'
                  software: WHM/cPanel
                - id: '28'
                  software: Zeus Web Server
                success: true
        '404':
          description: Not Found
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Mon, 22 Nov 2021 12:26:20 GMT
                  example: Mon, 22 Nov 2021 12:26:20 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Valid type ID is required
                    description: Please provide valid type ID
              example:
                error: true
                message: Valid type ID is required
                description: Please provide valid type ID
      deprecated: false
  /account:
    get:
      tags:
      - Account
      summary: getAccountDetails
      description: "### Overview\n\nThe getAccountDetails method returns basic information for partner account.\n\n### Request parameters\n\n-   None\n\n### Response\nIf no errors, following parameters will be returned:\n-   first_name \n-   last_name \n-   company_name \n-   company_vat\n-   company_phone\n-   phone\n-   fax\n-   address\n-   city\n-   state\n-   postal_code\n-   country\n-   email\n-   reseller_plan\n-   currency\n-   success - success value (true)"
      operationId: getAccountDetails
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 20:53:58 GMT
                  example: Fri, 12 Oct 2018 20:53:58 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success15'
                - example:
                    first_name: John
                    last_name: Smith
                    company_name: Company Name
                    company_vat: '0000000000'
                    company_phone: '+3711111111'
                    phone: ''
                    fax: ''
                    address: Street
                    city: City
                    state: State
                    postal_code: postal code
                    country: LV
                    email: admin@domain.tld
                    reseller_plan: null
                    currency: EUR
                    success: true
              example:
                first_name: John
                last_name: Smith
                company_name: Company Name
                company_vat: '0000000000'
                company_phone: '+3711111111'
                phone: ''
                fax: ''
                address: Street
                city: City
                state: State
                postal_code: postal code
                country: LV
                email: admin@domain.tld
                reseller_plan: null
                currency: EUR
                success: true
        '403':
          description: Forbidden
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 20:58:54 GMT
                  example: Fri, 12 Oct 2018 20:58:54 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Auth key required for this method
                    description: You must request auth key before accessing this method
              example:
                error: true
                message: Auth key required for this method
                description: You must request auth key before accessing this method
      deprecated: false
  /account/balance:
    get:
      tags:
      - Account
      summary: getAccountBalance
      description: >-
        ### Overview


        The getAccountBalance method returns available funds for partner account.


        ### Request parameters


        -   None


        ### Response

        If no errors, following parameters will be returned:

        -   balance - account available credit

        -   currency - currency of available credit

        -   success - success value (true)
      operationId: getAccountBalance
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 21:00:22 GMT
                  example: Fri, 12 Oct 2018 21:00:22 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success16'
                - example:
                    balance: '1000.00'
                    currency: EUR
                    success: true
              example:
                balance: '1000.00'
                currency: EUR
                success: true
      deprecated: false
  /orders/lei/create:
    post:
      tags:
      - LEI
      summary: createNewLEI
      description: >-
        ### Overview

        Placing an order for LEI products



        ### Request parameters



        - productId - Required. Product ID, can be taken from getAllProducts method.

        - legalName - Required.String. Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. ABC Limited

        - registrationAuthorityEntityId - Required. String. Company Number for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. 68678678 - Tip - don't forget to ensure any leading '0's are added - this is common in the UK.

        - legalJurisdiction - Required. String. Format of ISO 3166-2. A supported legal jurisdiction is required. e.g. DK or US-CA for California the United States

        - firstName - Required. String. The First Name(s) of the Signing Authority with the responsibility/authority to request and approve the creation of an LEI e.g. Peter

        - lastName - Required. String. The Last Name of the Signing Authority e.g. Anderson

        - isLevel2DataAvailable - Required. 1 or 0. A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required.

        - legalPostal	- Required. String.

        - legalfirstAddressLine - Required. String

        - legalCountry - Required. String. ISO code format.

        - legalCity - Required. String.

        - multiYearSupport - Required. Enum - 1,2,3,4,5.

        - transfer - Required field. 1 or 0


        ### Optional parameters



        - isLevel2DataConsolidate	- Optional. 1 or 0.

        - isLevel2DataUltimate - Optional. 1 or 0.

        - incorporationDate - Optional.Date format yyyy-mm-dd.

        - legalState - Optional. String.

        - hqCity - Optional. String.

        - hqState - Optional. String.

        - hqCountry - Optional. String.

        - hqfirstAddressLine - Optional. String.

        - hqPostal - Optional. String.


        ### Response


        - product_id - product id

        - order_number  - unique order UIID

        - order_id - unique order ID

        - lie_id - unique lei ID

        - order_amount -  order amount

        - currency - order currency

        - tax - order tax if applicable

        - tax_rate  - order tax rate if applicable

        - success - success code (true)

        - invoice_num - unique invoice UIID (Optional)

        - invoice_id - unique invoice ID (Optional)
      operationId: createNewLEI
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: test
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: integer
          format: int32
          example: 1
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - productId
              - legalName
              - lastName
              - isLevel2DataAvailable
              - incorporationDate
              - legalState
              - legalPostal
              - legalfirstAddressLine
              - legalCountry
              - legalCity
              - multiYearSupport
              type: object
              properties:
                productId:
                  type: integer
                  description: required. numeric
                  format: int32
                  example: 162
                legalName:
                  type: string
                  description: required. string
                  example: Company name
                lastName:
                  type: string
                  description: required. string
                  example: Jons
                isLevel2DataAvailable:
                  type: integer
                  description: required. 1 or 0
                  format: int32
                  example: 1
                incorporationDate:
                  type: string
                  description: optional. date format yyyy-mm-dd
                  example: 2020-02-13
                legalState:
                  type: string
                  description: optional. string
                  example: State
                legalPostal:
                  type: string
                  description: required. string
                  example: lv-1010
                legalfirstAddressLine:
                  type: string
                  description: required. string
                  example: Brivibas 13
                legalCountry:
                  type: string
                  description: required. string. ISO code format
                  example: lv
                legalCity:
                  type: string
                  description: required. string
                  example: Riga
                multiYearSupport:
                  type: integer
                  description: required. enum - 1,2,3,4,5
                  format: int32
                  example: 1
        required: false
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 13 Feb 2020 13:04:58 GMT
                  example: Thu, 13 Feb 2020 13:04:58 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success17'
                - example:
                    product_id: '163'
                    order_number: L1316726
                    order_id: '1316726'
                    invoice_num: GGS-0220845193
                    invoice_id: '908041'
                    lei_id: '137'
                    order_amount: 201.67
                    currency: EUR
                    tax: '37.71'
                    tax_rate: 23%
                    success: true
              example:
                product_id: '163'
                order_number: L1316726
                order_id: '1316726'
                invoice_num: GGS-0220845193
                invoice_id: '908041'
                lei_id: '137'
                order_amount: 201.67
                currency: EUR
                tax: '37.71'
                tax_rate: 23%
                success: true
      deprecated: false
  /lei/jurisdictions:
    get:
      tags:
      - LEI
      summary: getLEIJurisdictions
      description: >-
        ### Overview

        This API call is used to query supported jurisdictions and confidence levels.

         - Group A  is fully automated including signing authority verification resulting in rapid, efficient LEI issuance
         - Group B is verification time 1 hour - 36 hours
         - Group C is a manually processed jurisdiction requiring manual verification of data on the business registry


        ### Response

        If no errors, following parameters will be returned:

        * success - success value (true)

        * jurisdictions - Required. Array. List supported countries and states. Fields - code, group, notes.
      operationId: getLEIJurisdictions
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success18'
                - example:
                    jurisdictions:
                    - code: AD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AE
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: AF
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: AG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AI
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AL
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AO
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AQ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AR
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: AS
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: AT
                      group: A
                      notes: 5 minutes
                    - code: AU
                      group: A
                      notes: 5 minutes
                    - code: AW
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: AZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BA
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BB
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BE
                      group: A
                      notes: 5 minutes
                    - code: BF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BG
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BH
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BI
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BJ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BL
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BM
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BO
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BQ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BS
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BT
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BV
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: BY
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: BZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CA
                      group: A
                      notes: 5 minutes
                    - code: CA-AB
                      group: A
                      notes: 5 minutes
                    - code: CA-BC
                      group: A
                      notes: 5 minutes
                    - code: CA-MB
                      group: A
                      notes: 5 minutes
                    - code: CA-NB
                      group: A
                      notes: 5 minutes
                    - code: CA-NL
                      group: A
                      notes: 5 minutes
                    - code: CA-NS
                      group: A
                      notes: 5 minutes
                    - code: CA-NT
                      group: A
                      notes: 5 minutes
                    - code: CA-NU
                      group: A
                      notes: 5 minutes
                    - code: CA-ON
                      group: A
                      notes: 5 minutes
                    - code: CA-PE
                      group: A
                      notes: 5 minutes
                    - code: CA-QC
                      group: A
                      notes: 5 minutes
                    - code: CA-SK
                      group: A
                      notes: 5 minutes
                    - code: CA-YT
                      group: A
                      notes: 5 minutes
                    - code: CC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CH
                      group: B
                      notes: 1 hour - 36 hours
                    - code: CI
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CK
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: CL
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CN
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: CO
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: CR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CU
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CV
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CW
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: CX
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: CY
                      group: B
                      notes: 1 hour - 36 hours
                    - code: CZ
                      group: B
                      notes: 1 hour - 36 hours
                    - code: DE
                      group: A
                      notes: 5 minutes
                    - code: DJ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: DK
                      group: A
                      notes: 5 minutes
                    - code: DM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: DO
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: DZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: EC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: EE
                      group: B
                      notes: 1 hour - 36 hours
                    - code: EG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: EH
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ER
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ES
                      group: B
                      notes: 1 hour - 36 hours
                    - code: ET
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: FI
                      group: A
                      notes: 5 minutes
                    - code: FJ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: FK
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: FM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: FO
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: FR
                      group: B
                      notes: 1 hour - 36 hours
                    - code: GA
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GB
                      group: A
                      notes: 5 minutes
                    - code: GD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GG
                      group: B
                      notes: 1 hour - 36 hours
                    - code: GH
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GI
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: GL
                      group: A
                      notes: 5 minutes
                    - code: GM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GP
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GQ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GR
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: GS
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GT
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GU
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: GY
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: HK
                      group: B
                      notes: 1 hour - 36 hours
                    - code: HM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: HN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: HR
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: HT
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: HU
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: ID
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: IE
                      group: B
                      notes: 1 hour - 36 hours
                    - code: IL
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: IM
                      group: B
                      notes: 1 hour - 36 hours
                    - code: IN
                      group: B
                      notes: 1 hour - 36 hours
                    - code: IO
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: IQ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: IR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: IS
                      group: B
                      notes: 1 hour - 36 hours
                    - code: IT
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: JE
                      group: B
                      notes: 1 hour - 36 hours
                    - code: JM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: JO
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: JP
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: KE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KH
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KI
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KP
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KR
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: KW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: KY
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: KZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: LA
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: LB
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: LC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: LI
                      group: B
                      notes: 1 hour - 36 hours
                    - code: LK
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: LR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: LS
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: LT
                      group: A
                      notes: 5 minutes
                    - code: LU
                      group: A
                      notes: 5 minutes
                    - code: LV
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: LY
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MA
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MC
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: MD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ME
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MH
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: MK
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ML
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MO
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MP
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MQ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MS
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MT
                      group: B
                      notes: 1 hour - 36 hours
                    - code: MU
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: MV
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: MX
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: MY
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: MZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NA
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NI
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NL
                      group: B
                      notes: 1 hour - 36 hours
                    - code: NO
                      group: B
                      notes: 1 hour - 36 hours
                    - code: NP
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NU
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: NZ
                      group: B
                      notes: 1 hour - 36 hours
                    - code: OM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PA
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: PE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PG
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: PH
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PK
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PL
                      group: A
                      notes: 5 minutes
                    - code: PM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PS
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PT
                      group: B
                      notes: 1 hour - 36 hours
                    - code: PW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: PY
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: QA
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: RE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: RO
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: RS
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: RU
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: RW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SA
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SB
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: SC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SE
                      group: A
                      notes: 5 minutes
                    - code: SG
                      group: A
                      notes: 5 minutes
                    - code: SH
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SI
                      group: B
                      notes: 1 hour - 36 hours
                    - code: SJ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SK
                      group: B
                      notes: 1 hour - 36 hours
                    - code: SL
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SO
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SR
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SS
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ST
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SV
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SX
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SY
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: SZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TD
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TH
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: TJ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TK
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TL
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TO
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: TR
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: TT
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TV
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TW
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: TZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: UA
                      group: C
                      notes: 4 hours to 48 hours
                    - code: UG
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: UM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: US
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-AK
                      group: A
                      notes: 5 minutes
                    - code: US-AL
                      group: A
                      notes: 5 minutes
                    - code: US-AR
                      group: A
                      notes: 5 minutes
                    - code: US-AZ
                      group: A
                      notes: 5 minutes
                    - code: US-CA
                      group: A
                      notes: 5 minutes
                    - code: US-CO
                      group: A
                      notes: 5 minutes
                    - code: US-CT
                      group: A
                      notes: 5 minutes
                    - code: US-DC
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-DE
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-FL
                      group: A
                      notes: 5 minutes
                    - code: US-GA
                      group: A
                      notes: 5 minutes
                    - code: US-HI
                      group: A
                      notes: 5 minutes
                    - code: US-IA
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-ID
                      group: A
                      notes: 5 minutes
                    - code: US-IL
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: US-IN
                      group: A
                      notes: 5 minutes
                    - code: US-KS
                      group: A
                      notes: 5 minutes
                    - code: US-KY
                      group: A
                      notes: 5 minutes
                    - code: US-LA
                      group: A
                      notes: 5 minutes
                    - code: US-MA
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-MD
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: US-ME
                      group: A
                      notes: 5 minutes
                    - code: US-MI
                      group: A
                      notes: 5 minutes
                    - code: US-MN
                      group: A
                      notes: 5 minutes
                    - code: US-MO
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-MS
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-MT
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-NC
                      group: A
                      notes: 5 minutes
                    - code: US-ND
                      group: A
                      notes: 5 minutes
                    - code: US-NE
                      group: A
                      notes: 5 minutes
                    - code: US-NH
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: US-NJ
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-NM
                      group: A
                      notes: 5 minutes
                    - code: US-NV
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-NY
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-OH
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-OK
                      group: A
                      notes: 5 minutes
                    - code: US-OR
                      group: A
                      notes: 5 minutes
                    - code: US-PA
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-RI
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-SC
                      group: B
                      notes: 1 hour - 36 hours
                    - code: US-SD
                      group: A
                      notes: 5 minutes
                    - code: US-TN
                      group: A
                      notes: 5 minutes
                    - code: US-TX
                      group: A
                      notes: 5 minutes
                    - code: US-UT
                      group: A
                      notes: 5 minutes
                    - code: US-VA
                      group: A
                      notes: 5 minutes
                    - code: US-VT
                      group: A
                      notes: 5 minutes
                    - code: US-WA
                      group: A
                      notes: 5 minutes
                    - code: US-WI
                      group: A
                      notes: 5 minutes
                    - code: US-WV
                      group: A
                      notes: 5 minutes
                    - code: US-WY
                      group: A
                      notes: 5 minutes
                    - code: UY
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: UZ
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: VA
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: VC
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: VE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: VG
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: VI
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: VN
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: VU
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: WF
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: WS
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: XK
                      group: C
                      notes: 4 hours to 72+ hours
                    - code: YE
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: YT
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ZA
                      group: B
                      notes: 1 hour - 36 hours
                    - code: ZM
                      group: C
                      notes: 36 hours to 72+ hours
                    - code: ZW
                      group: C
                      notes: 36 hours to 72+ hours
                    success: true
              example:
                jurisdictions:
                - code: AD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AE
                  group: C
                  notes: 4 hours to 72+ hours
                - code: AF
                  group: C
                  notes: 4 hours to 72+ hours
                - code: AG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AI
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AL
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AO
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AQ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AR
                  group: C
                  notes: 4 hours to 72+ hours
                - code: AS
                  group: C
                  notes: 36 hours to 72+ hours
                - code: AT
                  group: A
                  notes: 5 minutes
                - code: AU
                  group: A
                  notes: 5 minutes
                - code: AW
                  group: C
                  notes: 4 hours to 72+ hours
                - code: AZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BA
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BB
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BE
                  group: A
                  notes: 5 minutes
                - code: BF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BG
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BH
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BI
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BJ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BL
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BM
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BO
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BQ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BS
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BT
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BV
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: BY
                  group: C
                  notes: 4 hours to 72+ hours
                - code: BZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CA
                  group: A
                  notes: 5 minutes
                - code: CA-AB
                  group: A
                  notes: 5 minutes
                - code: CA-BC
                  group: A
                  notes: 5 minutes
                - code: CA-MB
                  group: A
                  notes: 5 minutes
                - code: CA-NB
                  group: A
                  notes: 5 minutes
                - code: CA-NL
                  group: A
                  notes: 5 minutes
                - code: CA-NS
                  group: A
                  notes: 5 minutes
                - code: CA-NT
                  group: A
                  notes: 5 minutes
                - code: CA-NU
                  group: A
                  notes: 5 minutes
                - code: CA-ON
                  group: A
                  notes: 5 minutes
                - code: CA-PE
                  group: A
                  notes: 5 minutes
                - code: CA-QC
                  group: A
                  notes: 5 minutes
                - code: CA-SK
                  group: A
                  notes: 5 minutes
                - code: CA-YT
                  group: A
                  notes: 5 minutes
                - code: CC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CH
                  group: B
                  notes: 1 hour - 36 hours
                - code: CI
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CK
                  group: C
                  notes: 4 hours to 72+ hours
                - code: CL
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CN
                  group: C
                  notes: 4 hours to 72+ hours
                - code: CO
                  group: C
                  notes: 4 hours to 72+ hours
                - code: CR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CU
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CV
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CW
                  group: C
                  notes: 4 hours to 72+ hours
                - code: CX
                  group: C
                  notes: 36 hours to 72+ hours
                - code: CY
                  group: B
                  notes: 1 hour - 36 hours
                - code: CZ
                  group: B
                  notes: 1 hour - 36 hours
                - code: DE
                  group: A
                  notes: 5 minutes
                - code: DJ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: DK
                  group: A
                  notes: 5 minutes
                - code: DM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: DO
                  group: C
                  notes: 36 hours to 72+ hours
                - code: DZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: EC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: EE
                  group: B
                  notes: 1 hour - 36 hours
                - code: EG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: EH
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ER
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ES
                  group: B
                  notes: 1 hour - 36 hours
                - code: ET
                  group: C
                  notes: 36 hours to 72+ hours
                - code: FI
                  group: A
                  notes: 5 minutes
                - code: FJ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: FK
                  group: C
                  notes: 36 hours to 72+ hours
                - code: FM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: FO
                  group: C
                  notes: 36 hours to 72+ hours
                - code: FR
                  group: B
                  notes: 1 hour - 36 hours
                - code: GA
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GB
                  group: A
                  notes: 5 minutes
                - code: GD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GG
                  group: B
                  notes: 1 hour - 36 hours
                - code: GH
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GI
                  group: C
                  notes: 4 hours to 72+ hours
                - code: GL
                  group: A
                  notes: 5 minutes
                - code: GM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GP
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GQ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GR
                  group: C
                  notes: 4 hours to 72+ hours
                - code: GS
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GT
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GU
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: GY
                  group: C
                  notes: 36 hours to 72+ hours
                - code: HK
                  group: B
                  notes: 1 hour - 36 hours
                - code: HM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: HN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: HR
                  group: C
                  notes: 4 hours to 72+ hours
                - code: HT
                  group: C
                  notes: 36 hours to 72+ hours
                - code: HU
                  group: C
                  notes: 4 hours to 72+ hours
                - code: ID
                  group: C
                  notes: 36 hours to 72+ hours
                - code: IE
                  group: B
                  notes: 1 hour - 36 hours
                - code: IL
                  group: C
                  notes: 4 hours to 72+ hours
                - code: IM
                  group: B
                  notes: 1 hour - 36 hours
                - code: IN
                  group: B
                  notes: 1 hour - 36 hours
                - code: IO
                  group: C
                  notes: 36 hours to 72+ hours
                - code: IQ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: IR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: IS
                  group: B
                  notes: 1 hour - 36 hours
                - code: IT
                  group: C
                  notes: 4 hours to 72+ hours
                - code: JE
                  group: B
                  notes: 1 hour - 36 hours
                - code: JM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: JO
                  group: C
                  notes: 4 hours to 72+ hours
                - code: JP
                  group: C
                  notes: 4 hours to 72+ hours
                - code: KE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KH
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KI
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KP
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KR
                  group: C
                  notes: 4 hours to 72+ hours
                - code: KW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: KY
                  group: C
                  notes: 4 hours to 72+ hours
                - code: KZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: LA
                  group: C
                  notes: 36 hours to 72+ hours
                - code: LB
                  group: C
                  notes: 4 hours to 72+ hours
                - code: LC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: LI
                  group: B
                  notes: 1 hour - 36 hours
                - code: LK
                  group: C
                  notes: 36 hours to 72+ hours
                - code: LR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: LS
                  group: C
                  notes: 4 hours to 72+ hours
                - code: LT
                  group: A
                  notes: 5 minutes
                - code: LU
                  group: A
                  notes: 5 minutes
                - code: LV
                  group: C
                  notes: 4 hours to 72+ hours
                - code: LY
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MA
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MC
                  group: C
                  notes: 4 hours to 72+ hours
                - code: MD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ME
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MH
                  group: C
                  notes: 4 hours to 72+ hours
                - code: MK
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ML
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MO
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MP
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MQ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MS
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MT
                  group: B
                  notes: 1 hour - 36 hours
                - code: MU
                  group: C
                  notes: 4 hours to 72+ hours
                - code: MV
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: MX
                  group: C
                  notes: 4 hours to 72+ hours
                - code: MY
                  group: C
                  notes: 4 hours to 72+ hours
                - code: MZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NA
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NI
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NL
                  group: B
                  notes: 1 hour - 36 hours
                - code: NO
                  group: B
                  notes: 1 hour - 36 hours
                - code: NP
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NU
                  group: C
                  notes: 36 hours to 72+ hours
                - code: NZ
                  group: B
                  notes: 1 hour - 36 hours
                - code: OM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PA
                  group: C
                  notes: 4 hours to 72+ hours
                - code: PE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PG
                  group: C
                  notes: 4 hours to 72+ hours
                - code: PH
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PK
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PL
                  group: A
                  notes: 5 minutes
                - code: PM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PS
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PT
                  group: B
                  notes: 1 hour - 36 hours
                - code: PW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: PY
                  group: C
                  notes: 36 hours to 72+ hours
                - code: QA
                  group: C
                  notes: 4 hours to 72+ hours
                - code: RE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: RO
                  group: C
                  notes: 4 hours to 72+ hours
                - code: RS
                  group: C
                  notes: 4 hours to 72+ hours
                - code: RU
                  group: C
                  notes: 4 hours to 72+ hours
                - code: RW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SA
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SB
                  group: C
                  notes: 4 hours to 72+ hours
                - code: SC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SE
                  group: A
                  notes: 5 minutes
                - code: SG
                  group: A
                  notes: 5 minutes
                - code: SH
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SI
                  group: B
                  notes: 1 hour - 36 hours
                - code: SJ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SK
                  group: B
                  notes: 1 hour - 36 hours
                - code: SL
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SO
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SR
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SS
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ST
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SV
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SX
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SY
                  group: C
                  notes: 36 hours to 72+ hours
                - code: SZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TD
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TH
                  group: C
                  notes: 4 hours to 72+ hours
                - code: TJ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TK
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TL
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TO
                  group: C
                  notes: 4 hours to 72+ hours
                - code: TR
                  group: C
                  notes: 4 hours to 72+ hours
                - code: TT
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TV
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TW
                  group: C
                  notes: 36 hours to 72+ hours
                - code: TZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: UA
                  group: C
                  notes: 4 hours to 48 hours
                - code: UG
                  group: C
                  notes: 36 hours to 72+ hours
                - code: UM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: US
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-AK
                  group: A
                  notes: 5 minutes
                - code: US-AL
                  group: A
                  notes: 5 minutes
                - code: US-AR
                  group: A
                  notes: 5 minutes
                - code: US-AZ
                  group: A
                  notes: 5 minutes
                - code: US-CA
                  group: A
                  notes: 5 minutes
                - code: US-CO
                  group: A
                  notes: 5 minutes
                - code: US-CT
                  group: A
                  notes: 5 minutes
                - code: US-DC
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-DE
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-FL
                  group: A
                  notes: 5 minutes
                - code: US-GA
                  group: A
                  notes: 5 minutes
                - code: US-HI
                  group: A
                  notes: 5 minutes
                - code: US-IA
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-ID
                  group: A
                  notes: 5 minutes
                - code: US-IL
                  group: C
                  notes: 4 hours to 72+ hours
                - code: US-IN
                  group: A
                  notes: 5 minutes
                - code: US-KS
                  group: A
                  notes: 5 minutes
                - code: US-KY
                  group: A
                  notes: 5 minutes
                - code: US-LA
                  group: A
                  notes: 5 minutes
                - code: US-MA
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-MD
                  group: C
                  notes: 4 hours to 72+ hours
                - code: US-ME
                  group: A
                  notes: 5 minutes
                - code: US-MI
                  group: A
                  notes: 5 minutes
                - code: US-MN
                  group: A
                  notes: 5 minutes
                - code: US-MO
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-MS
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-MT
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-NC
                  group: A
                  notes: 5 minutes
                - code: US-ND
                  group: A
                  notes: 5 minutes
                - code: US-NE
                  group: A
                  notes: 5 minutes
                - code: US-NH
                  group: C
                  notes: 4 hours to 72+ hours
                - code: US-NJ
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-NM
                  group: A
                  notes: 5 minutes
                - code: US-NV
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-NY
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-OH
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-OK
                  group: A
                  notes: 5 minutes
                - code: US-OR
                  group: A
                  notes: 5 minutes
                - code: US-PA
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-RI
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-SC
                  group: B
                  notes: 1 hour - 36 hours
                - code: US-SD
                  group: A
                  notes: 5 minutes
                - code: US-TN
                  group: A
                  notes: 5 minutes
                - code: US-TX
                  group: A
                  notes: 5 minutes
                - code: US-UT
                  group: A
                  notes: 5 minutes
                - code: US-VA
                  group: A
                  notes: 5 minutes
                - code: US-VT
                  group: A
                  notes: 5 minutes
                - code: US-WA
                  group: A
                  notes: 5 minutes
                - code: US-WI
                  group: A
                  notes: 5 minutes
                - code: US-WV
                  group: A
                  notes: 5 minutes
                - code: US-WY
                  group: A
                  notes: 5 minutes
                - code: UY
                  group: C
                  notes: 36 hours to 72+ hours
                - code: UZ
                  group: C
                  notes: 36 hours to 72+ hours
                - code: VA
                  group: C
                  notes: 36 hours to 72+ hours
                - code: VC
                  group: C
                  notes: 36 hours to 72+ hours
                - code: VE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: VG
                  group: C
                  notes: 4 hours to 72+ hours
                - code: VI
                  group: C
                  notes: 4 hours to 72+ hours
                - code: VN
                  group: C
                  notes: 36 hours to 72+ hours
                - code: VU
                  group: C
                  notes: 4 hours to 72+ hours
                - code: WF
                  group: C
                  notes: 36 hours to 72+ hours
                - code: WS
                  group: C
                  notes: 36 hours to 72+ hours
                - code: XK
                  group: C
                  notes: 4 hours to 72+ hours
                - code: YE
                  group: C
                  notes: 36 hours to 72+ hours
                - code: YT
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ZA
                  group: B
                  notes: 1 hour - 36 hours
                - code: ZM
                  group: C
                  notes: 36 hours to 72+ hours
                - code: ZW
                  group: C
                  notes: 36 hours to 72+ hours
                success: true
      deprecated: false
  /lei/confirm/{order_id}:
    post:
      tags:
      - LEI
      summary: confirmLEIDataQuality
      description: >-
        URL: /lei/confirm/{{order_id}}?auth_key={{access_token}}


        Content-Type: application/x-www-form-urlencode


        Request type: POST


        ### OVERVIEW

        Confirm LEI Data Quality. This API call is used to confirm the LE-RD data quality status before an LEI can be issued. Set the correct 'order_id' in the URL before making an API call.


        ### REQUEST PARAMETERS

        * confirm - Required. 0 or 1.


        ### RESPONSE

        If no errors, following parameters will be returned:

        * order_status - Required. Enum: "rejected" or "processing"

        * success - Boolean.
      operationId: confirmLEIDataQuality
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - confirm
              type: object
              properties:
                confirm:
                  type: integer
                  format: int32
                  example: 0
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content: {}
      deprecated: false
  /lei/status/{order_id}:
    get:
      tags:
      - LEI
      summary: getLeiStatus
      description: >-
        ### Overview


        This call is used to check the LEI Order Status. Both 'LEI - Create New LEI' and 'LEI - Import Existing LEI' are supported. The Access Token from 'Authentication - Request Access Token' is required to submit the request.


        ### Request parameters


        -   order_id


        ### Response

        If no errors, following parameters will be returned:

        If no errors in request following parameters will be returned:


        -     "lei_id" - unique lei ID

        -     "status" - Enum: ('active','cancelled','expired','incomplete','pending','processing','rejected','revoked','unpaid','need_action')

        -     "product_id" - Required. Product ID, can be taken from getAllProducts method.

        -     "confidence_level" - Optional.

        -     "le_number" - LEI code

        -     "valid_from" - Date

        -     "valid_till" - Date

        -     "legal_address" - Optional.

        -     "headquarters_address" - Optional.

        -     "success" - success code (true)
      operationId: getLeiStatus
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Mon, 17 Feb 2020 13:33:27 GMT
                  example: Mon, 17 Feb 2020 13:33:27 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Invalid argument exception
                    description: Invalid order ID 333 for customer 3439.
              example:
                error: true
                message: Invalid argument exception
                description: Invalid order ID 333 for customer 3439.
      deprecated: false
  /orders/lei/renew/{order_id}:
    post:
      tags:
      - LEI
      summary: RenewLEI
      description: >-
        ### Overview

        This API is used to initiate the renewal process which move the ‘nextRenewalDate’ forward by 1 year. Renewal is the process to verify all Level 1 and Level 2 data is correct to maintain the integrity of the GLEIS. This API call is generally used once per calendar year per LEI. Multi-year LEIs which have LE-RR reporting exceptions are excluded as they will automatically renew during the contract period.



        ### Request parameters


        - isLevel1DataSame - A Boolean value – to agree that the current LE-RD (Level 1) data is the same as the previous year




        ### Optional parameters


        - firstName - Required. String. The First Name(s) of the Signing Authority with the responsibility/authority to request and approve the creation of an LEI e.g. Peter

        - lastName - Required. String. The Last Name of the Signing Authority e.g. Anderson

        - multiYearSupport - Required. Enum - 1,2,3,4,5.


        ### Response

        If no errors, following parameters will be returned:

        - product_id - product id

        - order_number  - unique order UIID

        - order_id - unique order ID

        - lie_id - unique lei ID

        - order_amount -  order amount

        - currency - order currency

        - tax - order tax if applicable

        - tax_rate  - order tax rate if applicable

        - success - success code (true)

        - invoice_num - unique invoice UIID (Optional)

        - invoice_id - unique invoice ID (Optional)

        - lei_number - LEI Number for the Legal Entity. e.g. 98450024FD4543302F20
      operationId: RenewLEI
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - isLevel1DataSame
              - firstName
              - lastName
              type: object
              properties:
                isLevel1DataSame:
                  type: integer
                  description: Required. String. The First Name(s) of the Signing Authority with the responsibility/authority to request and approve the creation of an LEI e.g. Peter
                  format: int32
                  example: 1
                firstName:
                  type: string
                  description: Required. String. The Last Name of the Signing Authority e.g. Anderson
                  example: Ping
                lastName:
                  type: string
                  description: An integer from 1 to 5.
                  example: Pong
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success19'
                - example:
                    product_id: '161'
                    order_number: L1557459
                    order_id: '1573538'
                    invoice_num: GGS-1020998536
                    invoice_id: '1063713'
                    lei_id: '548'
                    lei_number: 98450090FE38E6Q00000
                    order_amount: 66.55
                    currency: USD
                    tax: '11.55'
                    tax_rate: 21%
                    success: true
              example:
                product_id: '161'
                order_number: L1557459
                order_id: '1573538'
                invoice_num: GGS-1020998536
                invoice_id: '1063713'
                lei_id: '548'
                lei_number: 98450090FE38E6Q00000
                order_amount: 66.55
                currency: USD
                tax: '11.55'
                tax_rate: 21%
                success: true
      deprecated: false
  /lei/lookup:
    get:
      tags:
      - LEI
      summary: leiLoolup
      description: "### Overview\n\nLEI number or company name search will reveal the information contained within a Legal Entity Identifier. It can be used to check the validity of an LEI number or ensure that any information held on an entity is up to date.\n\n\n### Request parameters\n\n-   query - The name of the company or lei code\n\n### Response\nIf no errors, following parameters will be returned:\n- \"result\"  - array of objects entities\n    - \"leiNumber\" - lei code,\n    - \"nextRenewalDate\": Date,\n    - \"entityStatus\": entity status,\n    - \"leiStatus\": lei status,\n    - \"legalName\": Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. ABC Limited,\n    - \"registrationAuthorityEntityId\": Company Number for the Legal Entity,\n    - \"entityLegalFormCode\": ISO standard 20275 ‘Financial Services – Entity Legal Forms (ELF)’,\n    - \"legalJurisdiction\": Format of ISO 3166-2,\n    - \"legalState\": state,\n    - \"legalCountry\": ISO code,\n    - \"legalCity\": city,\n    - \"legalPostal\": postal code,\n    - \"legalfirstAddressLine\": address,\n    - \"hqState\": headquarters state,\n    - \"hqCountry\": ISO code,\n    - \"hqCity\": headquarters city,\n    - \"hqPostal\": headquarters postal code,\n    - \"hqfirstAddressLine\":  headquarters address \n- \"success\" - success code (true)"
      operationId: leiLoolup
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: query
        in: query
        description: The name of the company or lei code
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: google
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/leiLoolup'
                - example:
                    result:
                    - leiNumber: 7ZW8QJWVPR4P1J1KQY45
                      nextRenewalDate: 2021-06-29T17:06:00Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE LLC
                      registrationAuthorityEntityId: '3582691'
                      entityLegalFormCode: HZEH
                      legalJurisdiction: US-DE
                      legalState: US-DE
                      legalCountry: US
                      legalCity: WILMINGTON
                      legalPostal: '19808'
                      legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
                      hqState: US-CA
                      hqCountry: US
                      hqCity: Mountain View
                      hqPostal: '94043'
                      hqfirstAddressLine: 1600 Amphitheatre Parkway
                    - leiNumber: 213800WO2QK7HUL8R680
                      nextRenewalDate: 2020-06-20T00:00:00Z
                      entityStatus: ACTIVE
                      leiStatus: LAPSED
                      legalName: GOOGLE BELGIUM
                      registrationAuthorityEntityId: 0878.065.378
                      entityLegalFormCode: R85P
                      legalJurisdiction: BE
                      legalState: BE-BRU
                      legalCountry: BE
                      legalCity: BRUSSEL
                      legalPostal: '1040'
                      legalfirstAddressLine: CHAUSSÉE D'ETTERBEEK 180
                      hqState: BE-BRU
                      hqCountry: BE
                      hqCity: BRUSSEL
                      hqPostal: '1040'
                      hqfirstAddressLine: STEENWEG OP ETTERBEEK 180
                    - leiNumber: YYPPRNO5HB304LHFVG31
                      nextRenewalDate: 2021-07-14T21:26:00Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE IRELAND LIMITED
                      registrationAuthorityEntityId: '368047'
                      entityLegalFormCode: MNQ7
                      legalJurisdiction: IE
                      legalState: IE-D
                      legalCountry: IE
                      legalCity: Dublin
                      legalPostal: D04 E5W5
                      legalfirstAddressLine: GORDON HOUSEBARROW STREETDUBLIN 4
                      hqState: IE-D
                      hqCountry: IE
                      hqCity: Dublin
                      hqPostal: D04 E5W5
                      hqfirstAddressLine: Gordon HouseBarrow StreetDublin 4
                    - leiNumber: 549300Y7W34DK0WBPY51
                      nextRenewalDate: 2021-09-03T00:18:00Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE INTERNATIONAL LLC
                      registrationAuthorityEntityId: '3525923'
                      entityLegalFormCode: HZEH
                      legalJurisdiction: US-DE
                      legalState: US-DE
                      legalCountry: US
                      legalCity: WILMINGTON
                      legalPostal: '19808'
                      legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
                      hqState: US-CA
                      hqCountry: US
                      hqCity: Mountain View
                      hqPostal: '94043'
                      hqfirstAddressLine: C/O Google LLC1600 Amphitheatre Parkway
                    - leiNumber: 335800P2W6AY6E8BEP06
                      nextRenewalDate: 2021-03-28T18:30:00Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE INDIA PRIVATE LIMITED
                      registrationAuthorityEntityId: U72900KA2003PTC033028
                      entityLegalFormCode: YSP9
                      legalJurisdiction: IN
                      legalState: IN-KA
                      legalCountry: IN
                      legalCity: BANGALORE
                      legalPostal: '560016'
                      legalfirstAddressLine: NO 3, RMZ INFINITY TOWER E OLD MADRAS ROAD4TH AND 5TH FLOORS
                      hqState: IN-KA
                      hqCountry: IN
                      hqCity: BANGALORE
                      hqPostal: '560016'
                      hqfirstAddressLine: NO 3, RMZ INFINITY TOWER E OLD MADRAS ROAD4TH AND 5TH FLOORS
                    - leiNumber: RXU43ANVI3MGLXA9UI89
                      nextRenewalDate: 2021-06-01T18:06:00Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE ASIA PACIFIC PTE. LTD.
                      registrationAuthorityEntityId: 200817984R
                      entityLegalFormCode: LWXI
                      legalJurisdiction: SG
                      legalState: null
                      legalCountry: SG
                      legalCity: SINGAPORE
                      legalPostal: '018981'
                      legalfirstAddressLine: '8 MARINA BOULEVARD #05-02 MARINA BAY FINANCIAL CENTRE'
                      hqState: null
                      hqCountry: SG
                      hqCity: Singapore
                      hqPostal: '018960'
                      hqfirstAddressLine: Asia Square 18 Marina View#30-01
                    - leiNumber: 335800WBAET9Q971AT75
                      nextRenewalDate: 2021-04-08T12:13:10Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE CLOUD INDIA PRIVATE LIMITED
                      registrationAuthorityEntityId: U72900HR2016FTC064680
                      entityLegalFormCode: YSP9
                      legalJurisdiction: IN
                      legalState: IN-HR
                      legalCountry: IN
                      legalCity: GURGAON
                      legalPostal: '122001'
                      legalfirstAddressLine: UNIT NO. 204, 2ND FLOOR,SIGNATURE TOWER-II, TOWER-ASECTOR-15, PART-II,VILLAGE SILOKHERA
                      hqState: IN-HR
                      hqCountry: IN
                      hqCity: GURGAON
                      hqPostal: '122001'
                      hqfirstAddressLine: UNIT NO. 204, 2ND FLOOR,SIGNATURE TOWER-II, TOWER-ASECTOR-15, PART-II,VILLAGE SILOKHERA
                    - leiNumber: 335800SCE2XZHDWXCG42
                      nextRenewalDate: 2021-04-03T12:04:14Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE PAYMENT INDIA PRIVATE LIMITED
                      registrationAuthorityEntityId: U72200DL2007PTC360455
                      entityLegalFormCode: YSP9
                      legalJurisdiction: IN
                      legalState: IN-DL
                      legalCountry: IN
                      legalCity: DELHI
                      legalPostal: '110001'
                      legalfirstAddressLine: 5TH FLOOR, DLF CENTER, BLOCK-124NARINDRA PLACE, SANSAD MARG,SOUTH DELHI
                      hqState: IN-DL
                      hqCountry: IN
                      hqCity: DELHI
                      hqPostal: '110001'
                      hqfirstAddressLine: 5TH FLOOR, DLF CENTER, BLOCK-124NARINDRA PLACE, SANSAD MARG,SOUTH DELHI
                    - leiNumber: 1FN51LDHILXJ06W1QN20
                      nextRenewalDate: 2021-06-01T18:08:00Z
                      entityStatus: ACTIVE
                      leiStatus: ISSUED
                      legalName: GOOGLE IRELAND HOLDINGS UNLIMITED COMPANY
                      registrationAuthorityEntityId: '369511'
                      entityLegalFormCode: KMFX
                      legalJurisdiction: IE
                      legalState: IE-D
                      legalCountry: IE
                      legalCity: Dublin
                      legalPostal: D02R296
                      legalfirstAddressLine: 70 SIR JOHN ROGERSON'S QUAYDUBLIN 2
                      hqState: null
                      hqCountry: BM
                      hqCity: Hamilton
                      hqPostal: HM 11
                      hqfirstAddressLine: PO Box HM666Clarendon House2 Church Street
                    - leiNumber: 549300QM6VE7OM3KUG47
                      nextRenewalDate: 2019-09-26T10:30:00Z
                      entityStatus: ACTIVE
                      leiStatus: LAPSED
                      legalName: Northern Cross SICAV P.L.C - Value Googler
                      registrationAuthorityEntityId: null
                      entityLegalFormCode: '8888'
                      legalJurisdiction: MT
                      legalState: null
                      legalCountry: MT
                      legalCity: Sliema
                      legalPostal: SLM 1601
                      legalfirstAddressLine: 228 Tower Road
                      hqState: null
                      hqCountry: MT
                      hqCity: Gżira
                      hqPostal: GZR 1038
                      hqfirstAddressLine: 6th Floor6 Sir William Reid Street
                    success: true
              example:
                result:
                - leiNumber: 7ZW8QJWVPR4P1J1KQY45
                  nextRenewalDate: 2021-06-29T17:06:00Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE LLC
                  registrationAuthorityEntityId: '3582691'
                  entityLegalFormCode: HZEH
                  legalJurisdiction: US-DE
                  legalState: US-DE
                  legalCountry: US
                  legalCity: WILMINGTON
                  legalPostal: '19808'
                  legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
                  hqState: US-CA
                  hqCountry: US
                  hqCity: Mountain View
                  hqPostal: '94043'
                  hqfirstAddressLine: 1600 Amphitheatre Parkway
                - leiNumber: 213800WO2QK7HUL8R680
                  nextRenewalDate: 2020-06-20T00:00:00Z
                  entityStatus: ACTIVE
                  leiStatus: LAPSED
                  legalName: GOOGLE BELGIUM
                  registrationAuthorityEntityId: 0878.065.378
                  entityLegalFormCode: R85P
                  legalJurisdiction: BE
                  legalState: BE-BRU
                  legalCountry: BE
                  legalCity: BRUSSEL
                  legalPostal: '1040'
                  legalfirstAddressLine: CHAUSSÉE D'ETTERBEEK 180
                  hqState: BE-BRU
                  hqCountry: BE
                  hqCity: BRUSSEL
                  hqPostal: '1040'
                  hqfirstAddressLine: STEENWEG OP ETTERBEEK 180
                - leiNumber: YYPPRNO5HB304LHFVG31
                  nextRenewalDate: 2021-07-14T21:26:00Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE IRELAND LIMITED
                  registrationAuthorityEntityId: '368047'
                  entityLegalFormCode: MNQ7
                  legalJurisdiction: IE
                  legalState: IE-D
                  legalCountry: IE
                  legalCity: Dublin
                  legalPostal: D04 E5W5
                  legalfirstAddressLine: GORDON HOUSEBARROW STREETDUBLIN 4
                  hqState: IE-D
                  hqCountry: IE
                  hqCity: Dublin
                  hqPostal: D04 E5W5
                  hqfirstAddressLine: Gordon HouseBarrow StreetDublin 4
                - leiNumber: 549300Y7W34DK0WBPY51
                  nextRenewalDate: 2021-09-03T00:18:00Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE INTERNATIONAL LLC
                  registrationAuthorityEntityId: '3525923'
                  entityLegalFormCode: HZEH
                  legalJurisdiction: US-DE
                  legalState: US-DE
                  legalCountry: US
                  legalCity: WILMINGTON
                  legalPostal: '19808'
                  legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
                  hqState: US-CA
                  hqCountry: US
                  hqCity: Mountain View
                  hqPostal: '94043'
                  hqfirstAddressLine: C/O Google LLC1600 Amphitheatre Parkway
                - leiNumber: 335800P2W6AY6E8BEP06
                  nextRenewalDate: 2021-03-28T18:30:00Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE INDIA PRIVATE LIMITED
                  registrationAuthorityEntityId: U72900KA2003PTC033028
                  entityLegalFormCode: YSP9
                  legalJurisdiction: IN
                  legalState: IN-KA
                  legalCountry: IN
                  legalCity: BANGALORE
                  legalPostal: '560016'
                  legalfirstAddressLine: NO 3, RMZ INFINITY TOWER E OLD MADRAS ROAD4TH AND 5TH FLOORS
                  hqState: IN-KA
                  hqCountry: IN
                  hqCity: BANGALORE
                  hqPostal: '560016'
                  hqfirstAddressLine: NO 3, RMZ INFINITY TOWER E OLD MADRAS ROAD4TH AND 5TH FLOORS
                - leiNumber: RXU43ANVI3MGLXA9UI89
                  nextRenewalDate: 2021-06-01T18:06:00Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE ASIA PACIFIC PTE. LTD.
                  registrationAuthorityEntityId: 200817984R
                  entityLegalFormCode: LWXI
                  legalJurisdiction: SG
                  legalState: null
                  legalCountry: SG
                  legalCity: SINGAPORE
                  legalPostal: '018981'
                  legalfirstAddressLine: '8 MARINA BOULEVARD #05-02 MARINA BAY FINANCIAL CENTRE'
                  hqState: null
                  hqCountry: SG
                  hqCity: Singapore
                  hqPostal: '018960'
                  hqfirstAddressLine: Asia Square 18 Marina View#30-01
                - leiNumber: 335800WBAET9Q971AT75
                  nextRenewalDate: 2021-04-08T12:13:10Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE CLOUD INDIA PRIVATE LIMITED
                  registrationAuthorityEntityId: U72900HR2016FTC064680
                  entityLegalFormCode: YSP9
                  legalJurisdiction: IN
                  legalState: IN-HR
                  legalCountry: IN
                  legalCity: GURGAON
                  legalPostal: '122001'
                  legalfirstAddressLine: UNIT NO. 204, 2ND FLOOR,SIGNATURE TOWER-II, TOWER-ASECTOR-15, PART-II,VILLAGE SILOKHERA
                  hqState: IN-HR
                  hqCountry: IN
                  hqCity: GURGAON
                  hqPostal: '122001'
                  hqfirstAddressLine: UNIT NO. 204, 2ND FLOOR,SIGNATURE TOWER-II, TOWER-ASECTOR-15, PART-II,VILLAGE SILOKHERA
                - leiNumber: 335800SCE2XZHDWXCG42
                  nextRenewalDate: 2021-04-03T12:04:14Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE PAYMENT INDIA PRIVATE LIMITED
                  registrationAuthorityEntityId: U72200DL2007PTC360455
                  entityLegalFormCode: YSP9
                  legalJurisdiction: IN
                  legalState: IN-DL
                  legalCountry: IN
                  legalCity: DELHI
                  legalPostal: '110001'
                  legalfirstAddressLine: 5TH FLOOR, DLF CENTER, BLOCK-124NARINDRA PLACE, SANSAD MARG,SOUTH DELHI
                  hqState: IN-DL
                  hqCountry: IN
                  hqCity: DELHI
                  hqPostal: '110001'
                  hqfirstAddressLine: 5TH FLOOR, DLF CENTER, BLOCK-124NARINDRA PLACE, SANSAD MARG,SOUTH DELHI
                - leiNumber: 1FN51LDHILXJ06W1QN20
                  nextRenewalDate: 2021-06-01T18:08:00Z
                  entityStatus: ACTIVE
                  leiStatus: ISSUED
                  legalName: GOOGLE IRELAND HOLDINGS UNLIMITED COMPANY
                  registrationAuthorityEntityId: '369511'
                  entityLegalFormCode: KMFX
                  legalJurisdiction: IE
                  legalState: IE-D
                  legalCountry: IE
                  legalCity: Dublin
                  legalPostal: D02R296
                  legalfirstAddressLine: 70 SIR JOHN ROGERSON'S QUAYDUBLIN 2
                  hqState: null
                  hqCountry: BM
                  hqCity: Hamilton
                  hqPostal: HM 11
                  hqfirstAddressLine: PO Box HM666Clarendon House2 Church Street
                - leiNumber: 549300QM6VE7OM3KUG47
                  nextRenewalDate: 2019-09-26T10:30:00Z
                  entityStatus: ACTIVE
                  leiStatus: LAPSED
                  legalName: Northern Cross SICAV P.L.C - Value Googler
                  registrationAuthorityEntityId: null
                  entityLegalFormCode: '8888'
                  legalJurisdiction: MT
                  legalState: null
                  legalCountry: MT
                  legalCity: Sliema
                  legalPostal: SLM 1601
                  legalfirstAddressLine: 228 Tower Road
                  hqState: null
                  hqCountry: MT
                  hqCity: Gżira
                  hqPostal: GZR 1038
                  hqfirstAddressLine: 6th Floor6 Sir William Reid Street
                success: true
      deprecated: false
  /orders/add_ssl_order:
    post:
      tags:
      - Orders
      summary: addSSLOrder
      description: "### Overview\n\nAddSSLOrder allows the creation of New SSL Order. Includes submission of information like: CSR code, validation method, Technical/Administrative contact details and Organization details.\n\nOur system sends two (2) automatical emails once addSSLOrder method used:\n\n1.  New Order Notification email will be sent to Account Owner E-mail, not the end-customer\n2.  Generated PDF invoice\n\n![:exclamation:](https://camo.githubusercontent.com/9d3f6a5e5ce359ccadad6e1356d8545d946d2cf4/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f323735372e706e67 \":exclamation:\")You can disable any notifications from Account Settings\n\n### Request parameters:\n\n-   product_id - Required. product ID, can be taken from  [getAllProducts](#a4a8873b-8715-4d86-bc04-57913cb6c10d)  method\n-   period - Required. Use months, example: 12/24\n-   csr - Required. Can be generated using  [generateCSR](#db47bf94-ad86-4b37-bccb-6ef39dd55aa8)\n-   server_count - Required. Server Licenses, for Unlimited pass “-1”\n-   approver_email - Required. DCV approver email for the primary domain, can be taken from the list provided by [getDomainEmails](#f1cde256-f8f2-48f1-b06e-7e2e2cfe1ffb)  methods. This parameter must be used only if dcv_method pameter value is 'email'.\n-   approver_emails - A comma separated list of domain control validation e-mail addresses. One and only one e-mail must be provided for each additional domain provided in dns_names parameter. DCV e-mail address for the primary domain must not be included to the list. This parameter must be used only if dcv_method prameter value is 'email'.\n-   webserver_type - Required. Webserver type, can be taken from  =[getWebservers](#fd96510b-0db7-41aa-8274-8e3179cbbee8)  method\n-   dns_names – Required for SAN/UCC/Multi-Domain SSL, for the rest of products this parameter must not be provided. A comma separated list of additional domain names. The list must not contain the primary domain.\n-   admin_firstname - Required.\n-   admin_lastname - Required.\n-   admin_organization - required for OV/EV SSL certificates\n-   admin_addressline1 - required for OV/EV SSL certificates\n-   admin_phone - Required.\n-   admin_title - Required.\n-   admin_email - Required.\n-   admin_city - required for OV SSL certificates\n-   admin_country - required for OV SSL certificates\n-   admin_fax - required for OV SSL certificates\n-   admin_postalcode\n-   admin_region\n-   dcv_method – Required. Value of this specifies DCV method to be used. Possible values:\n    -   For Comodo: 'email', 'http', 'https', 'dns';\n    -   For GeoTrust/Thawte/Symantec/RapidSSL: 'email'\n-   tech_firstname - Required .\n-   tech_lastname - Required .\n-   tech_organization - required for OV SSL certificates\n-   tech_addressline1\n-   tech_phone - Required.\n-   tech_title - Required.\n-   tech_email - Required.\n-   tech_city - required for OV/EV SSL certificates\n-   tech_country - required for OV/EV SSL certificates\n-   tech_fax\n-   tech_postalcode\n-   tech_region\n-   org_name - required for OV/EV SSL certificates\n-   org_division - required for OV/EV SSL certificates\n-   org_duns, DUNS number\n-   org_addressline1 - required for OV/EV SSL certificates\n-   org_city - required for OV/EV SSL certificates\n-   org_country - required for OV/EV SSL certificates\n-   org_fax\n-   org_phone - required for OV/EV SSL certificates\n-   org_postalcode - required for OV/EV SSL certificates\n-   org_region - required for OV SSL certificates\n-   org_lei - Legal Entity Identifier. Max length for org lei should be 20 characters\n-   signature_hash – hashing algorythm ('SHA2')\n-  unique_code - is the random value used during DCV process. Only numbers and alphabetic characters are allowed. The length of the string is from 15 to 20 characters. We will generate own random value if no values provided.  At present Sectigo and GOGETSSL products support that feature. For Digicert we generate values on our side.  Please check Products (custom_dcv_random_value 1/0) to understand which products do support custom random values.\n\n**Note:**  Quantity of items in the  _approver_emails_  list must be always equal to quantity of items in the  _dns_names_  list.\n\n### Response\n\nIf no errors, following parameters will be returned:\n-   product_id\n-   order_id - unique order ID\n-   invoice_id - unique invoice ID\n-   order_status - order status\n-   success - success code (true)\n-   order_amount - order amount\n-   currency - order currency\n-   tax - order tax if applicable\n-   tax_rate - order tax rate if applicable\n-   approver_method - data for selected DCV method\n    -   http - if requested dcv_method=http\n        -   link\n        -   filename \n        -   content\n    -   https - if requested dcv_method=https\n        -   link\n        -   filename \n        -   content\n    -   dns - if requested dcv_method=dns\n        -   record\n    -   email - if requested dcv_method=email\n        -   email\n-   san - array of SAN items\n    -   san_name\n    -   status\n    -   status_description\n    -   validation_method\n    -   validation - data for selected DCV"
      operationId: addSSLOrder
      parameters:
      - name: auth_key
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - product_id
              - csr
              - server_count
              - period
              - webserver_type
              - admin_firstname
              - admin_lastname
              - admin_phone
              - admin_title
              - admin_email
              - admin_city
              - admin_country
              - admin_postalcode
              - dcv_method
              - tech_firstname
              - tech_lastname
              - tech_phone
              - tech_title
              - tech_email
              - tech_addressline1
              - admin_addressline1
              type: object
              properties:
                product_id:
                  type: integer
                  format: int32
                  example: 65
                csr:
                  type: string
                  example: >-
                    -----BEGIN CERTIFICATE REQUEST-----

                    MIICrTCCAZUCAQAwaDELMAkGA1UEBhMCVVMxFjAUBgNVBAMMDW15LWRvbWFpbi50

                    bGQxDTALBgNVBAcMBENpdHkxFTATBgNVBAoMDE15IE9SRy4gTkFNRTEOMAwGA1UE

                    CAwFU3RhdGUxCzAJBgNVBAsMAml0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB

                    CgKCAQEAps9RK/0YfymWguacQVnFhG0izOKThJ2kSRPqptgrpJCo0FBDFkKh1+0S

                    jFBma307AU62DlONo9Rg7BWmDhxCGfFoUZwMvD/E8AJDSFCfVaM5V6UEgFjvHv2r

                    +5vhd46z076efm4WMATInd6hD8b/wWpu1MaRPpN7Aropy2EPsZr0WfnSx1zOAeTg

                    uqiHxv30AoOhZMG6OOcAPH+s736Ej41mQTncA3a0ETkXouk4p+XEDtmx1Pb//Ctq

                    EgfKAe+s0bn4uP9snPecdQWjXRy7pY2Z+oWHRxx72vRuhkyc02nRDxSo0022nZl6

                    YGodgeVGUReUryu6RIZ9tibnEerAIQIDAQABoAAwDQYJKoZIhvcNAQELBQADggEB

                    AG9L/xIBIue3/yyJvcQF9IU+ew8WPAFjOA6fRTHdn79J5zEXHcfd1kGxonWyg7AH

                    9KTTxLRMnlhFwBsIsJq3tqEjoTMwIECnRuoEcXU/DyE5khAVIsO6hZ7JjSretjkv

                    0POki1VAloXffmBDGFpRtJy1gPW+y9JHzirkycEsN+IK2Kb5fYy/zva2bPHRMHcz

                    /aehGLSZWIqOhi5uXLIMpsvCn73vBam2I1U4ikcZAH6rdG9+42WYAAsne14Z39ZX

                    2KwqaBUylHqCyaPgDPUGJfqO/ZX1XD5Uw6RFHc+ji0qsQZ7OlLfr/edLQa6e/hfG

                    8wBMrfOuq4BrS9fMiuT6mA8=

                    -----END CERTIFICATE REQUEST-----
                server_count:
                  type: integer
                  format: int32
                  example: 1
                period:
                  type: integer
                  format: int32
                  example: 12
                webserver_type:
                  type: integer
                  format: int32
                  example: 2
                admin_firstname:
                  type: string
                  example: Jons
                admin_lastname:
                  type: string
                  example: Smits
                admin_phone:
                  type: integer
                  format: int32
                  example: 123456789
                admin_title:
                  type: string
                  example: n/a
                admin_email:
                  type: string
                  example: admin@domain.tld
                admin_city:
                  type: string
                  example: Riga
                admin_country:
                  type: string
                  example: LV
                admin_postalcode:
                  type: string
                dcv_method:
                  type: string
                  example: https
                tech_firstname:
                  type: string
                  example: Jons
                tech_lastname:
                  type: string
                  example: Smits
                tech_phone:
                  type: integer
                  format: int32
                  example: 987654321
                tech_title:
                  type: string
                  example: n/a
                tech_email:
                  type: string
                  example: admin@my-tech-mail.tld
                tech_addressline1:
                  type: string
                admin_addressline1:
                  type: string
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 02 Jul 2019 08:37:36 GMT
                  example: Tue, 02 Jul 2019 08:37:36 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success20'
                - example:
                    product_id: '77'
                    approver_method:
                      http:
                        link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                        filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                        content: >-
                          68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                          comodoca.com

                          t0767031001581598445
                    order_id: 1332864
                    invoice_id: 908032
                    order_status: active
                    success: true
                    san:
                    - san_name: my-domain1.tld
                      validation_method: http
                      status: 1
                      status_description: Processing
                      validation:
                        http:
                          link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          content: >-
                            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                            comodoca.com

                            t0767031001581598445
                    - san_name: my-domain2.tld
                      validation_method: http
                      status: 1
                      status_description: Processing
                      validation:
                        http:
                          link: http://my-domain2.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          content: >-
                            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                            comodoca.com

                            t0767031001581598445
                    - san_name: my-domain3.tld
                      validation_method: http
                      status: 1
                      status_description: Processing
                      validation:
                        http:
                          link: http://my-domain3.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          content: >-
                            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                            comodoca.com

                            t0767031001581598445
                    order_amount: 67.61
                    currency: EUR
                    tax: '12.64'
                    tax_rate: 23%
              example:
                product_id: '77'
                approver_method:
                  http:
                    link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                    filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                    content: >-
                      68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                      comodoca.com

                      t0767031001581598445
                order_id: 1332864
                invoice_id: 908032
                order_status: active
                success: true
                san:
                - san_name: my-domain1.tld
                  validation_method: http
                  status: 1
                  status_description: Processing
                  validation:
                    http:
                      link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      content: >-
                        68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                        comodoca.com

                        t0767031001581598445
                - san_name: my-domain2.tld
                  validation_method: http
                  status: 1
                  status_description: Processing
                  validation:
                    http:
                      link: http://my-domain2.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      content: >-
                        68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                        comodoca.com

                        t0767031001581598445
                - san_name: my-domain3.tld
                  validation_method: http
                  status: 1
                  status_description: Processing
                  validation:
                    http:
                      link: http://my-domain3.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      content: >-
                        68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                        comodoca.com

                        t0767031001581598445
                order_amount: 67.61
                currency: EUR
                tax: '12.64'
                tax_rate: 23%
      deprecated: false
  /orders/ssl/reissue/{order_id}:
    post:
      tags:
      - Orders
      summary: reissueSSLOrder
      description: >-
        ### Overview



        The reissueSSLOrder method reissues your SSL certificate. Most common reasons to reissue SSL:


        -   Lost Private Key, resubmit new CSR

        -   Change common name for your order (Comodo ONLY)

        -   Add/Change SAN items for Multi-Domain SSL certificate


        ### Request parameters


        -   order_id - your order ID returned in  [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750)  method

        -   csr - CSR code for SSL certificate

        -   approver_email - approver email, can be taken from  [getDomainEmails](#f1cde256-f8f2-48f1-b06e-7e2e2cfe1ffb)  methods

        -   approver_emails - A comma separated list of domain control validation e-mail addresses. One and only one e-mail must be provided for each additional domain. DCV e-mail address for the primary domain must not be included to the list.

        -   webserver_type - webserver type, can be taken from  [getWebservers](#fd96510b-0db7-41aa-8274-8e3179cbbee8)  method.

        -   dns_names – Required for SAN/UCC/Multi-Domain SSL. A comma separated list of additional domain names. The list must not contain the primary domain.

        -   dcv_method – Domain Control Validation method (email, http, dns).

        -   signature_hash – hashing algorythm ('SHA2').

        -  unique_code - is the random value used during DCV process. Only numbers and alphabetic characters are allowed. The length of the string is from 15 to 20 characters. We will generate own random value if no values provided.  At present Sectigo and GOGETSSL products support that feature. For Digicert we generate values on our side.  Please check Products (custom_dcv_random_value 1/0) to understand which products do support custom random values


        ### Response

        If no errors, following parameters will be returned:

        -   order_id - unique order ID

        -   order_status - order status (reissue)

        -   validation – Contains validation information in case of http and DNS DCV methods

        -   success - success code (true)
      operationId: reissueSSLOrder
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
          example: '{{order_id}}'
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - webserver_type
              - csr
              - dcv_method
              - dns_names
              - approver_emails
              - approver_email
              - signature_hash
              - unique_code
              type: object
              properties:
                webserver_type:
                  type: integer
                  format: int32
                  example: 3
                csr:
                  type: string
                  example: >-
                    -----BEGIN CERTIFICATE REQUEST-----

                    MIICrTCCAZUCAQAwaDELMAkGA1UEBhMCVVMxFjAUBgNVBAMMDW15LWRvbWFpbi50

                    bGQxDTALBgNVBAcMBENpdHkxFTATBgNVBAoMDE15IE9SRy4gTkFNRTEOMAwGA1UE

                    CAwFU3RhdGUxCzAJBgNVBAsMAml0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB

                    CgKCAQEA10wR8j6CPvDmHRBu3e1OXb+EIEkuverwkAluEBtO6aYWDAlwEA6hvAXB

                    Eyjhxt+mXk4Vwq9HRuzUBO0XQKYM5kI7PcWB5RidhZYl7b+oDZooxiQBjMK1stMG

                    xrg+QmjVhpviuPEOCZvc5gs6XrpQMpY/X4DQzcLHBo+WMxjrRxxElXDnUnUhYIEc

                    36nKOaL2ZhWY7t9zLJIlPsW3WxsU6N0U461HNN/6ZFZFSyI2y9ahf16pVtxgg9tT

                    lc3gGzE1d3Dkqv2RqtUQXMYICg5g/fBTFTtIrLW5PTkGht0keZr7c11oJ055ONYz

                    8Ci6HUo9dMqgsHDmbi0dOYfC5bp+UwIDAQABoAAwDQYJKoZIhvcNAQELBQADggEB

                    AF3Ki2h0jeb4ddLBJtmc5Puz0K0B2501Yzk33HijlMl4DPgkX954s6kPH/1piocu

                    dPHENdyMJYOo1XOZFBaqmX4ROvFaM3qyfn31haJ3fBcQ6Mo9/IS6hYgVZuJAVYQC

                    +jqdh/UW+/c0fAykKKfG8oNc+wpltLKaKt5UHwpBjx8NOAf8jdRx2PSSGYo8UUO7

                    M9rptbI9GYLWoebxeh+SYRGmEfBJXmTz4ntfci63W3Uv7XxZGBmLi3WYi7PQkR9H

                    lkjAQKAiYT9eiqI5TP8yqKskKWT/o0Y6u3BPapn8kYiD/xPIIYXVxEZjyjNX0oGU

                    Npn/F9oCa9y+xMDe+aKV0Qs=

                    -----END CERTIFICATE REQUEST-----
                dcv_method:
                  type: string
                  example: http
                dns_names:
                  type: string
                  example: domain1.tld,domain2.tld
                approver_emails:
                  type: string
                  example: admin@domain1.tld,admin@domain2.tld
                approver_email:
                  type: string
                  example: admin@my-domain.tld
                signature_hash:
                  type: string
                  example: SHA2
                unique_code:
                  type: string
                  example: cd9980b9ac67d37e8744
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success21'
                - example:
                    product_id: '68'
                    additional_domains_count: 1
                    additional_domains_price: 5.61
                    approvalEmails:
                    - admin@my-domain.tld
                    - administrator@my-domain.tld
                    - hostmaster@my-domain.tld
                    - postmaster@my-domain.tld
                    - webmaster@my-domain.tld
                    - admin@my-domain.tld
                    - administrator@my-domain.tld
                    - hostmaster@my-domain.tld
                    - postmaster@my-domain.tld
                    - webmaster@my-domain.tld
                    validation:
                      dns:
                        record: _0D9B5DFA06DF0A68CAE61723949E696F.my-domain.tld CNAME 78bf3e3bcfcbdb63f9c381383662ff3ba40100b802bbbb33728a5538e0a82577.r5722af2f310a4f2e03.comodoca.com
                    order_id: '1014161'
                    order_status: reissue
                    success: true
              example:
                product_id: '68'
                additional_domains_count: 1
                additional_domains_price: 5.61
                approvalEmails:
                - admin@my-domain.tld
                - administrator@my-domain.tld
                - hostmaster@my-domain.tld
                - postmaster@my-domain.tld
                - webmaster@my-domain.tld
                - admin@my-domain.tld
                - administrator@my-domain.tld
                - hostmaster@my-domain.tld
                - postmaster@my-domain.tld
                - webmaster@my-domain.tld
                validation:
                  dns:
                    record: _0D9B5DFA06DF0A68CAE61723949E696F.my-domain.tld CNAME 78bf3e3bcfcbdb63f9c381383662ff3ba40100b802bbbb33728a5538e0a82577.r5722af2f310a4f2e03.comodoca.com
                order_id: '1014161'
                order_status: reissue
                success: true
      deprecated: false
  /orders/add_ssl_renew_order:
    post:
      tags:
      - Orders
      summary: addSSLRenewOrder
      description: >-
        ### Overview


        AddSSLRenewOrder is the exactly same method like  [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750)  and should be used to renew SSL certificates. You can start the renewal process not earlier than before 30-days of SSL expiration date. CA (certificate authority) would add left days from original order to renew.


        Renewal process requires all same steps of verification as done placing Original order. Comodo CPAC and all CodeSigning SSL certificates do not support renewal features and are processed as new orders.


        ### Request parameters


        The same as for the  [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750)  method


        ### Response


        The same as for the  [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750)  method
      operationId: addSSLRenewOrder
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          enum:
          - application/x-www-form-urlencoded
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - product_id
              - csr
              - server_count
              - period
              - approver_email
              - webserver_type
              - admin_firstname
              - admin_lastname
              - admin_phone
              - admin_title
              - admin_email
              - admin_city
              - admin_country
              - admin_organization
              - dcv_method
              - tech_firstname
              - tech_lastname
              - tech_phone
              - tech_title
              - tech_email
              - tech_addressline1
              - admin_addressline1
              - tech_organization
              - tech_city
              - tech_country
              - org_division
              - org_addressline1
              - org_city
              - org_country
              - org_phone
              - org_postalcode
              - org_region
              - approver_emails
              - dns_names
              - signature_hash
              - test
              type: object
              properties:
                product_id:
                  type: integer
                  format: int32
                  example: 31
                csr:
                  type: string
                  example: >-
                    -----BEGIN CERTIFICATE REQUEST-----

                    MIICrTCCAZUCAQAwaDELMAkGA1UEBhMCVVMxFjAUBgNVBAMMDW15LWRvbWFpbi50

                    bGQxDTALBgNVBAcMBENpdHkxFTATBgNVBAoMDE15IE9SRy4gTkFNRTEOMAwGA1UE

                    CAwFU3RhdGUxCzAJBgNVBAsMAml0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB

                    CgKCAQEA10wR8j6CPvDmHRBu3e1OXb+EIEkuverwkAluEBtO6aYWDAlwEA6hvAXB

                    Eyjhxt+mXk4Vwq9HRuzUBO0XQKYM5kI7PcWB5RidhZYl7b+oDZooxiQBjMK1stMG

                    xrg+QmjVhpviuPEOCZvc5gs6XrpQMpY/X4DQzcLHBo+WMxjrRxxElXDnUnUhYIEc

                    36nKOaL2ZhWY7t9zLJIlPsW3WxsU6N0U461HNN/6ZFZFSyI2y9ahf16pVtxgg9tT

                    lc3gGzE1d3Dkqv2RqtUQXMYICg5g/fBTFTtIrLW5PTkGht0keZr7c11oJ055ONYz

                    8Ci6HUo9dMqgsHDmbi0dOYfC5bp+UwIDAQABoAAwDQYJKoZIhvcNAQELBQADggEB

                    AF3Ki2h0jeb4ddLBJtmc5Puz0K0B2501Yzk33HijlMl4DPgkX954s6kPH/1piocu

                    dPHENdyMJYOo1XOZFBaqmX4ROvFaM3qyfn31haJ3fBcQ6Mo9/IS6hYgVZuJAVYQC

                    +jqdh/UW+/c0fAykKKfG8oNc+wpltLKaKt5UHwpBjx8NOAf8jdRx2PSSGYo8UUO7

                    M9rptbI9GYLWoebxeh+SYRGmEfBJXmTz4ntfci63W3Uv7XxZGBmLi3WYi7PQkR9H

                    lkjAQKAiYT9eiqI5TP8yqKskKWT/o0Y6u3BPapn8kYiD/xPIIYXVxEZjyjNX0oGU

                    Npn/F9oCa9y+xMDe+aKV0Qs=

                    -----END CERTIFICATE REQUEST-----
                server_count:
                  type: integer
                  format: int32
                  example: 2
                period:
                  type: integer
                  format: int32
                  example: 12
                approver_email:
                  type: string
                  example: admin@mydomain.tld
                webserver_type:
                  type: integer
                  format: int64
                  example: -1
                admin_firstname:
                  type: string
                  example: Jon
                admin_lastname:
                  type: string
                  example: Smit
                admin_phone:
                  type: integer
                  format: int32
                  example: 123456789
                admin_title:
                  type: string
                  example: Mr
                admin_email:
                  type: string
                  example: mail@mydomain.tld
                admin_city:
                  type: string
                  example: Moscow
                admin_country:
                  type: string
                  example: RU
                admin_organization:
                  type: string
                  example: org name
                dcv_method:
                  type: string
                  example: dns
                tech_firstname:
                  type: string
                  example: Jons
                tech_lastname:
                  type: string
                  example: Smit
                tech_phone:
                  type: integer
                  format: int32
                  example: 123456789
                tech_title:
                  type: string
                  example: Mr
                tech_email:
                  type: string
                  example: tech@mydomain.tld
                tech_addressline1:
                  type: string
                  example: Moscow
                admin_addressline1:
                  type: string
                  example: Moscow
                tech_organization:
                  type: string
                  example: Org Neme
                tech_city:
                  type: string
                  example: Moscow
                tech_country:
                  type: string
                  example: RU
                org_division:
                  type: string
                  example: Web
                org_addressline1:
                  type: string
                  example: Moscow
                org_city:
                  type: string
                  example: Moscow
                org_country:
                  type: string
                  example: RU
                org_phone:
                  type: integer
                  format: int64
                  example: 79852391452
                org_postalcode:
                  type: integer
                  format: int32
                  example: 101000
                org_region:
                  type: string
                  example: None
                approver_emails:
                  type: string
                  example: admin@domain1.tld
                dns_names:
                  type: string
                  example: domain1.tld
                signature_hash:
                  type: string
                  example: SHA2
                test:
                  type: string
                  example: Y
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success22'
                - example:
                    approver_method:
                      https:
                        link: https://my-domain.tld/.well-known/pki-validation/8194FB5DF2591AE80EB7AFADE91B3285.txt
                        filename: 8194FB5DF2591AE80EB7AFADE91B3285.txt
                        content: >-
                          660876AABEF4C3815B780D880432312ECE1447D7DDBA21DE9861419C50ED96E5

                          comodoca.com

                          t0089141001563881533
                    order_id: 1146933
                    invoice_id: 786138
                    order_status: active
                    success: true
                    san:
                    - san_name: '*.my-domain.tld'
                      validation_method: email
                      status: 1
                      status_description: Processing
                      validation:
                        email: admin@my-domain.tld
                    order_amount: 187.39
                    currency: EUR
                    tax: '32.52'
                    tax_rate: 21%
              example:
                approver_method:
                  https:
                    link: https://my-domain.tld/.well-known/pki-validation/8194FB5DF2591AE80EB7AFADE91B3285.txt
                    filename: 8194FB5DF2591AE80EB7AFADE91B3285.txt
                    content: >-
                      660876AABEF4C3815B780D880432312ECE1447D7DDBA21DE9861419C50ED96E5

                      comodoca.com

                      t0089141001563881533
                order_id: 1146933
                invoice_id: 786138
                order_status: active
                success: true
                san:
                - san_name: '*.my-domain.tld'
                  validation_method: email
                  status: 1
                  status_description: Processing
                  validation:
                    email: admin@my-domain.tld
                order_amount: 187.39
                currency: EUR
                tax: '32.52'
                tax_rate: 21%
      deprecated: false
  /orders/add_ssl_san_order:
    post:
      tags:
      - Orders
      summary: addSSLSANOrder
      description: >-
        ### Overview


        Use that method to purchase more SAN items to your Multi-Domain SSL Certificate. Use  [reissueSSLOrder](#09180357-0a48-45eb-93be-d11fa4629afe)  method to reissue SSL with new SAN items.


        ### Request parameters


        -   order_id - ORDER ID to which your add extra SAN

        -   count - Quantity of SAN names to add

        -   single_san_count - Quantity of Single SAN items (optional)

        -   wildcard_san_count - Quantity of Wildcard SAN item (optional)


        !!! If only the count field is specified for products supporting both Single SAN and Wildcard SAN, then count will be considered as quantity for Single SAN items


        ### Response


        If no errors, following parameters will be returned:

        -   order_id - unique order ID

        -   invoice_id
      operationId: addSSLSANOrder
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - order_id
              - count
              - wildcard_san_count
              - single_san_count
              type: object
              properties:
                order_id:
                  type: string
                  example: '{{order_id}}'
                count:
                  type: integer
                  format: int32
                  example: 5
                wildcard_san_count:
                  type: integer
                  format: int32
                  example: 3
                single_san_count:
                  type: integer
                  format: int32
                  example: 2
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 11:54:35 GMT
                  example: Tue, 23 Jul 2019 11:54:35 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success23'
                - example:
                    order_id: 1146951
                    invoice_id: 786148
                    order_status: active
                    success: true
                    order_amount: 248.73
                    currency: EUR
                    tax: '0.00'
                    tax_rate: 0%
              example:
                order_id: 1146951
                invoice_id: 786148
                order_status: active
                success: true
                order_amount: 248.73
                currency: EUR
                tax: '0.00'
                tax_rate: 0%
      deprecated: false
  /orders/cancel_ssl_order:
    post:
      tags:
      - Orders
      summary: cancelOrder
      description: >-
        ### Overview


        Use that option to request cancellation/refund of any order. Please note, it takes from 2-48 hours to review cancellation request.


        ### Request parameters


        -   order_id - ID of the order to be canceled

        -   reason – Cancellation reason


        ### Response


        If no errors, following parameters will be returned::


        -   order_id - unique order ID
      operationId: cancelOrder
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - order_id
              - reason
              type: object
              properties:
                order_id:
                  type: string
                  description: ID of the order to be canceled
                  example: '{{order_id}}'
                reason:
                  type: string
                  description: Cancellation reason
                  example: end
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 11:30:18 GMT
                  example: Tue, 23 Jul 2019 11:30:18 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success24'
                - example:
                    message: Cancell request submitted.
                    success: true
              example:
                message: Cancell request submitted.
                success: true
      deprecated: false
  /orders/statuses:
    post:
      tags:
      - Orders
      summary: getOrdersStatuses
      description: "### Overview\n\nThe getOrdersStatuses returns statuses for the orders listed in **cids** parameter and expiration date for certificates with status 'active'.\n\n### Request parameters\n\n-  cids - comma separated order IDs\n\n### Response\n\nIf no errors, following parameters will be returned:\n\n- certificates - array of certificates\n    -   order_id - unique order ID\n    -   status - certificate status (active, cancelled, expired, incomplete, unpaid, pending, processing, reissue, rejected)\n    -   expires - expiration date (only for certificates with status 'active')\n- success - success value (true)   \n- time_stamp - server timestamp"
      operationId: getOrdersStatuses
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - cids
              type: object
              properties:
                cids:
                  type: string
                  example: 1487912,1467964
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 09:18:35 GMT
                  example: Tue, 23 Jul 2019 09:18:35 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success25'
                - example:
                    certificates:
                    - order_id: '1289056'
                      status: active
                      expires: 2021-12-23
                    - order_id: '1685483'
                      status: expired
                    - order_id: '1743649'
                      status: active
                      expires: 2022-10-19
                    - order_id: '2034100'
                      status: unpaid
                    - order_id: '2036899'
                      status: cancelled
                    - order_id: '2073461'
                      status: incomplete
                    success: true
                    time_stamp: 1637157818
              example:
                certificates:
                - order_id: '1289056'
                  status: active
                  expires: 2021-12-23
                - order_id: '1685483'
                  status: expired
                - order_id: '1743649'
                  status: active
                  expires: 2022-10-19
                - order_id: '2034100'
                  status: unpaid
                - order_id: '2036899'
                  status: cancelled
                - order_id: '2073461'
                  status: incomplete
                success: true
                time_stamp: 1637157818
      deprecated: false
  /orders/status/{order_id}:
    get:
      tags:
      - Orders
      summary: getOrderStatus
      description: "### Overview\n\nThe getOrderStatus returns detailed information for the order matching “order_id” parameter.  \n“order_id” is returned during  [addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder)  command.\n\n### Url parameters\n\n - order_id  ID of the required order\n\n### Request parameters\n\n-   None\n\n### Response\n\nIf no errors, following parameters will be returned:\n\n-   order_id - unique order ID\n-   partner_order_id - unique ID returned from vendor (Comodo or Thawte)\n-   internal_id\n-   status - order status (active, cancelled, expired, incomplete, new_order, unpaid, pending, processing, reissue, rejected,)\n-   status_description\n-   dcv_status - 0/1 for not validated domains, 2 for validated\n-   product_id - product ID\n-   domain - FQDN from CSR\n-   total_domains - total domains count\n-   validity_period - order validity period in months\n-   valid_from\n-   valid_till\n-   begin_date - subscription start date\n-   end_date - subscription end date\n-   csr_code - CSR code of certificate returned if status “active”\n-   ca_code - CA code of certificate id status “active”\n-   crt_code - Certificate code is status “active”\n-   server_count\n-   reissue - is certificate reissued (0/1)\n-   reissue_now - is certificate  in reissue processing (0/1)\n-   renew - is certificate renewed (0/1)\n-   webserver_type\n-   upgrade\n-   approver_emails\n-   dcv_method - (http, https, dns, email)  \n-   admin_addressline1\n-   admin_addressline2\n-   admin_city\n-   admin_country\n-   org_addressline3\n-   org_city\n-   org_country\n-   admin_fax\n-   admin_phone\n-   admin_postalcode\n-   admin_region\n-   admin_email\n-   admin_firstname\n-   admin_lastname\n-   admin_organization\n-   admin_title\n-   org_addressline3\n-   org_city\n-   org_country\n-   org_fax\n-   org_phone\n-   org_postalcode\n-   org_region\n-   org_lei\n-   tech_organization\n-   tech_addressline1\n-   tech_addressline2\n-   tech_addressline3\n-   tech_city\n-   tech_country\n-   tech_fax\n-   tech_phone\n-   tech_postalcode\n-   tech_region\n-   tech_email\n-   tech_firstname\n-   tech_lastname\n-   tech_title\n-   ssl_price\n-   ssl_period\n-   admin_msg\n-   free_ev_upgrade\n-   codesigning_inviteurl\n-   validation_description\n-   manual_check: 0; if 1, order is under brand validation\n-   pre_signing: 0; if 1, Comodo has too many orders and issuance of SSL delayed\n-   approver_method\n-   san - array of SAN items\n    -  san_name  \n    -   validation_method -(http, https, dns, email)  \n    -   status - domain validation status (0 / 1 / 2)  \n    -   status_description description of domain validation status (not set for 0, processing for 1, validated for 2)\n-   success - success value (true)\n-   time_stamp"
      operationId: getOrderStatus
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 09:18:35 GMT
                  example: Tue, 23 Jul 2019 09:18:35 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 30 Jul 2020 12:34:51 GMT
                  example: Thu, 30 Jul 2020 12:34:51 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: SAMEORIGIN
                  example: SAMEORIGIN
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: 1; mode=block
                  example: 1; mode=block
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nosniff
                  example: nosniff
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: same-origin
                  example: same-origin
            Feature-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: sync-xhr 'self';
                  example: sync-xhr 'self';
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success26'
                - example:
                    order_id: 1146748
                    partner_order_id: 123456789
                    internal_id: S1130555
                    status: processing
                    status_description: ''
                    dcv_status: '1'
                    product_id: '77'
                    domain: my-domain.tld
                    approver_method:
                      http:
                        link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                        filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                        content: >-
                          68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                          comodoca.com

                          t0956924001563873438
                    domains: my-domain.tld,www.my-domain.tld,my-domain1.tld
                    total_domains: 8
                    validity_period: 12
                    valid_from: 0000-00-00
                    valid_till: 0000-00-00
                    begin_date: null
                    end_date: null
                    csr_code: '-----BEGIN CERTIFICATE REQUEST-----....-----END CERTIFICATE REQUEST-----'
                    crt_code: ''
                    ca_code: ''
                    server_count: 1
                    reissue: 0
                    reissue_now: 0
                    renew: 0
                    webserver_type: 2
                    upgrade: 0
                    approver_emails: ''
                    dcv_method: http
                    admin_addressline1: ''
                    admin_addressline2: ''
                    admin_city: Kowloon
                    admin_country: HK
                    admin_fax: ''
                    admin_phone: '0852183528'
                    admin_postalcode: ''
                    admin_region: ''
                    admin_email: admin@domain.tld
                    admin_firstname: Jons
                    admin_lastname: Smits
                    admin_organization: ''
                    admin_title: n/a
                    org_addressline3: ''
                    org_city: ''
                    org_country: ''
                    org_fax: ''
                    org_phone: ''
                    org_postalcode: ''
                    org_region: ''
                    tech_organization: ''
                    tech_addressline1: ''
                    tech_addressline2: ''
                    tech_addressline3: ''
                    tech_city: ''
                    tech_country: ''
                    tech_fax: ''
                    tech_phone: '777888999'
                    tech_postalcode: ''
                    tech_region: ''
                    tech_email: tech@my-domain.tld
                    tech_firstname: Igor
                    tech_lastname: Savin
                    tech_title: n/a
                    ssl_price: '59.13'
                    ssl_period: 12
                    manual_check: '0'
                    pre_signing: '0'
                    admin_msg: ''
                    free_ev_upgrade: 0
                    codesigning_inviteurl: ''
                    validation_description: ''
                    san:
                    - san_name: www.my-domain.tld
                      validation_method: http
                      status: '1'
                      status_description: Proccessing
                      validation:
                        http:
                          link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          content: >-
                            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                            comodoca.com

                            t0956924001563873438
                    - san_name: my-domain1.tld
                      validation_method: http
                      status: '1'
                      status_description: Proccessing
                      validation:
                        http:
                          link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                          content: >-
                            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                            comodoca.com

                            t0956924001563873438
                    success: true
                    time_stamp: 1563873515
              example:
                order_id: 1146748
                partner_order_id: 123456789
                internal_id: S1130555
                status: processing
                status_description: ''
                dcv_status: '1'
                product_id: '77'
                domain: my-domain.tld
                approver_method:
                  http:
                    link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                    filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                    content: >-
                      68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                      comodoca.com

                      t0956924001563873438
                domains: my-domain.tld,www.my-domain.tld,my-domain1.tld
                total_domains: 8
                validity_period: 12
                valid_from: 0000-00-00
                valid_till: 0000-00-00
                begin_date: null
                end_date: null
                csr_code: '-----BEGIN CERTIFICATE REQUEST-----....-----END CERTIFICATE REQUEST-----'
                crt_code: ''
                ca_code: ''
                server_count: 1
                reissue: 0
                reissue_now: 0
                renew: 0
                webserver_type: 2
                upgrade: 0
                approver_emails: ''
                dcv_method: http
                admin_addressline1: ''
                admin_addressline2: ''
                admin_city: Kowloon
                admin_country: HK
                admin_fax: ''
                admin_phone: '0852183528'
                admin_postalcode: ''
                admin_region: ''
                admin_email: admin@domain.tld
                admin_firstname: Jons
                admin_lastname: Smits
                admin_organization: ''
                admin_title: n/a
                org_addressline3: ''
                org_city: ''
                org_country: ''
                org_fax: ''
                org_phone: ''
                org_postalcode: ''
                org_region: ''
                tech_organization: ''
                tech_addressline1: ''
                tech_addressline2: ''
                tech_addressline3: ''
                tech_city: ''
                tech_country: ''
                tech_fax: ''
                tech_phone: '777888999'
                tech_postalcode: ''
                tech_region: ''
                tech_email: tech@my-domain.tld
                tech_firstname: Igor
                tech_lastname: Savin
                tech_title: n/a
                ssl_price: '59.13'
                ssl_period: 12
                manual_check: '0'
                pre_signing: '0'
                admin_msg: ''
                free_ev_upgrade: 0
                codesigning_inviteurl: ''
                validation_description: ''
                san:
                - san_name: www.my-domain.tld
                  validation_method: http
                  status: '1'
                  status_description: Proccessing
                  validation:
                    http:
                      link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      content: >-
                        68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                        comodoca.com

                        t0956924001563873438
                - san_name: my-domain1.tld
                  validation_method: http
                  status: '1'
                  status_description: Proccessing
                  validation:
                    http:
                      link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                      content: >-
                        68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                        comodoca.com

                        t0956924001563873438
                success: true
                time_stamp: 1563873515
            application/json; charset=utf-8:
              schema:
                type: string
                example: >-
                  {
                      "order_id": 1366203,
                      "partner_order_id": 123456789,
                      "internal_id": "S1350050",
                      "status": "processing",
                      "status_description": "",
                      "dcv_status": "2",
                      "product_id": "77",
                      "domain": "my-domain.tld",
                      "approver_method": {
                          "dns": {
                              "record": "_FEA0F3C39F67CD7F1C40674447A9ED23.my-domain.tld CNAME 68499ECE7EC78ACD861FC94134127CA3.153D96B3E138605624AB24DED7AED135.t0248381001584637348.comodoca.com"
                          }
                      },
                      "total_domains": 63,
                      "validity_period": 12,
                      "valid_from": "0000-00-00",
                      "valid_till": "0000-00-00",
                          "begin_date": null,
                      "end_date": null,
                      "csr_code": "-----BEGIN CERTIFICATE REQUEST-----....",
                      "crt_code": "",
                      "ca_code": "",
                      "server_count": 1,
                      "reissue": 0,
                      "reissue_now": 0,
                      "renew": 0,
                      "webserver_type": 2,
                      "upgrade": 0,
                      "approver_emails": "",
                      "dcv_method": "dns",
                      "admin_addressline1": "",
                      "admin_addressline2": "",
                      "admin_city": "Kowloon",
                      "admin_country": "HK",
                      "admin_fax": "",
                      "admin_phone": "0852183528",
                      "admin_postalcode": "",
                      "admin_region": "",
                      "admin_email": "admin@my-domain.tld",
                      "admin_firstname": "Jons",
                      "admin_lastname": "Smit",
                      "admin_organization": "",
                      "admin_title": "n/a",
                      "org_addressline3": "",
                      "org_city": "",
                      "org_country": "",
                      "org_fax": "",
                      "org_phone": "",
                      "org_postalcode": "",
                      "org_region": "",
                      "tech_organization": "",
                      "tech_addressline1": "",
                      "tech_addressline2": "",
                      "tech_addressline3": "",
                      "tech_city": "",
                      "tech_country": "",
                      "tech_fax": "",
                      "tech_phone": "123456789",
                      "tech_postalcode": "",
                      "tech_region": "",
                      "tech_email": "tech@my-domain.tld",
                      "tech_firstname": "Jon",
                      "tech_lastname": "Smit",
                      "tech_title": "n/a",
                      "ssl_price": "54.88",
                      "ssl_period": 12,
                      "manual_check": "0",
                      "pre_signing": "0",
                      "admin_msg": "",
                      "free_ev_upgrade": 0,
                      "codesigning_inviteurl": "",
                      "validation_description": "",
                      "san": [
                          {
                              "san_name": "my-domain1.tld",
                              "validation_method": "dns",
                              "status": "2",
                              "status_description": "Verified",
                              "validation": {
                                  "dns": {
                                      "record": "_FEA0F3C39F67CD7F1C40674447A9ED23.my-domain1.tld CNAME 68499ECE7EC78ACD861FC94134127CA3.153D96B3E138605624AB24DED7AED135.t0248381001584637348.comodoca.com"
                                  }
                              }
                          },
                          {
                              "san_name": "my-domain2.tld",
                              "validation_method": "http",
                              "status": "1",
                              "status_description": "Proccessing",
                              "validation": {
                                  "http": {
                                      "link": "http://my-domain2.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                      "filename": "FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                      "content": "68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135\r\ncomodoca.com\r\nt0248381001584637348"
                                  }
                              }
                          },
                          {
                              "san_name": "my-domain3.tld",
                              "validation_method": "http",
                              "status": "2",
                              "status_description": "Verified",
                              "validation": {
                                  "http": {
                                      "link": "http://my-domain3.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                      "filename": "FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                      "content": "68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135\r\ncomodoca.com\r\nt0248381001584637348"
                                  }
                              }
                          }

                          }
                      ],
                      "success": true,
                      "time_stamp": 1596112490
                  }
              example: >-
                {
                    "order_id": 1366203,
                    "partner_order_id": 123456789,
                    "internal_id": "S1350050",
                    "status": "processing",
                    "status_description": "",
                    "dcv_status": "2",
                    "product_id": "77",
                    "domain": "my-domain.tld",
                    "approver_method": {
                        "dns": {
                            "record": "_FEA0F3C39F67CD7F1C40674447A9ED23.my-domain.tld CNAME 68499ECE7EC78ACD861FC94134127CA3.153D96B3E138605624AB24DED7AED135.t0248381001584637348.comodoca.com"
                        }
                    },
                    "total_domains": 63,
                    "validity_period": 12,
                    "valid_from": "0000-00-00",
                    "valid_till": "0000-00-00",
                        "begin_date": null,
                    "end_date": null,
                    "csr_code": "-----BEGIN CERTIFICATE REQUEST-----....",
                    "crt_code": "",
                    "ca_code": "",
                    "server_count": 1,
                    "reissue": 0,
                    "reissue_now": 0,
                    "renew": 0,
                    "webserver_type": 2,
                    "upgrade": 0,
                    "approver_emails": "",
                    "dcv_method": "dns",
                    "admin_addressline1": "",
                    "admin_addressline2": "",
                    "admin_city": "Kowloon",
                    "admin_country": "HK",
                    "admin_fax": "",
                    "admin_phone": "0852183528",
                    "admin_postalcode": "",
                    "admin_region": "",
                    "admin_email": "admin@my-domain.tld",
                    "admin_firstname": "Jons",
                    "admin_lastname": "Smit",
                    "admin_organization": "",
                    "admin_title": "n/a",
                    "org_addressline3": "",
                    "org_city": "",
                    "org_country": "",
                    "org_fax": "",
                    "org_phone": "",
                    "org_postalcode": "",
                    "org_region": "",
                    "tech_organization": "",
                    "tech_addressline1": "",
                    "tech_addressline2": "",
                    "tech_addressline3": "",
                    "tech_city": "",
                    "tech_country": "",
                    "tech_fax": "",
                    "tech_phone": "123456789",
                    "tech_postalcode": "",
                    "tech_region": "",
                    "tech_email": "tech@my-domain.tld",
                    "tech_firstname": "Jon",
                    "tech_lastname": "Smit",
                    "tech_title": "n/a",
                    "ssl_price": "54.88",
                    "ssl_period": 12,
                    "manual_check": "0",
                    "pre_signing": "0",
                    "admin_msg": "",
                    "free_ev_upgrade": 0,
                    "codesigning_inviteurl": "",
                    "validation_description": "",
                    "san": [
                        {
                            "san_name": "my-domain1.tld",
                            "validation_method": "dns",
                            "status": "2",
                            "status_description": "Verified",
                            "validation": {
                                "dns": {
                                    "record": "_FEA0F3C39F67CD7F1C40674447A9ED23.my-domain1.tld CNAME 68499ECE7EC78ACD861FC94134127CA3.153D96B3E138605624AB24DED7AED135.t0248381001584637348.comodoca.com"
                                }
                            }
                        },
                        {
                            "san_name": "my-domain2.tld",
                            "validation_method": "http",
                            "status": "1",
                            "status_description": "Proccessing",
                            "validation": {
                                "http": {
                                    "link": "http://my-domain2.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                    "filename": "FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                    "content": "68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135\r\ncomodoca.com\r\nt0248381001584637348"
                                }
                            }
                        },
                        {
                            "san_name": "my-domain3.tld",
                            "validation_method": "http",
                            "status": "2",
                            "status_description": "Verified",
                            "validation": {
                                "http": {
                                    "link": "http://my-domain3.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                    "filename": "FEA0F3C39F67CD7F1C40674447A9ED23.txt",
                                    "content": "68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135\r\ncomodoca.com\r\nt0248381001584637348"
                                }
                            }
                        }

                        }
                    ],
                    "success": true,
                    "time_stamp": 1596112490
                }
      deprecated: false
  /orders/ssl/recheck-caa/{order_id}:
    get:
      tags:
      - Orders
      summary: recheckCAA
      description: >2

        ### Overview


        This API allows you to initiate Certification Authority Authorization (CAA) record recheck in case the certificate issuance has been blocked due to failed CAA check, meaning the status of this certificate order is ‘PRE-SIGN FAILED!!!’ for the reason pointing to the failed CAA check.


        ** Rate limit: 1 request per 10 minutes. **
      operationId: recheckCAA
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 06 Aug 2020 06:33:06 GMT
                  example: Thu, 06 Aug 2020 06:33:06 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: The order '1463017' is not found!
                    description: This method is only available for orders with the status = 'processing' and status_description = 'PRE-SIGN FAILED!!!'
              example:
                error: true
                message: The order '1463017' is not found!
                description: This method is only available for orders with the status = 'processing' and status_description = 'PRE-SIGN FAILED!!!'
      deprecated: false
  /orders/list/unpaid:
    get:
      tags:
      - Orders
      summary: getUnpaidOrders
      description: >-
        ### Overview


        The “getUnpaidOrders” method returns the list of all unpaid orders.


        ### Request parameters


        -   None


        ### Response

        If no errors, following parameters will be returned:

        -   orders - an array of unpaid orders
            -   id - order ID
            -   total_price - order total price
            -   currency - order currency
            -   date - order date
      operationId: getUnpaidOrders
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 11:21:31 GMT
                  example: Tue, 23 Jul 2019 11:21:31 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Succcess1'
                - example:
                    orders:
                    - id: '171385'
                      total_price: '4.44'
                      currency: EUR
                      date: 2016-01-28 14:59:39
                    - id: '178391'
                      total_price: '0.00'
                      currency: EUR
                      date: 2016-02-18 18:35:10
                    - id: '180366'
                      total_price: '4.96'
                      currency: EUR
                      date: 2016-02-25 12:43:50
                    - id: '186085'
                      total_price: '4.37'
                      currency: EUR
                      date: 2016-03-12 15:17:47
                    - id: '195034'
                      total_price: '4.79'
                      currency: EUR
                      date: 2016-04-09 01:24:37
                    - id: '201373'
                      total_price: '4.82'
                      currency: EUR
                      date: 2016-04-28 13:59:24
                    - id: '202454'
                      total_price: '379.01'
                      currency: EUR
                      date: 2016-05-03 01:54:45
                    - id: '202457'
                      total_price: '379.01'
                      currency: EUR
                      date: 2016-05-03 01:57:25
                    - id: '222256'
                      total_price: '0.00'
                      currency: EUR
                      date: 2016-07-08 10:00:46
                    - id: '222266'
                      total_price: '0.00'
                      currency: EUR
                      date: 2016-07-08 10:39:52
                    - id: '222267'
                      total_price: '0.00'
                      currency: EUR
                      date: 2016-07-08 10:45:44
                    - id: '222272'
                      total_price: '0.00'
                      currency: EUR
                      date: 2016-07-08 10:56:31
                    - id: '240207'
                      total_price: '4.78'
                      currency: EUR
                      date: 2016-09-06 09:51:02
                    - id: '240894'
                      total_price: '4.80'
                      currency: EUR
                      date: 2016-09-07 14:17:23
                    - id: '644782'
                      total_price: '0.00'
                      currency: EUR
                      date: 2018-04-21 17:22:48
                    - id: '1125151'
                      total_price: '23.57'
                      currency: EUR
                      date: 2019-07-02 17:28:18
                    - id: '1125167'
                      total_price: '23.57'
                      currency: EUR
                      date: 2019-07-02 17:39:15
                    - id: '1125168'
                      total_price: '23.57'
                      currency: EUR
                      date: 2019-07-02 17:39:39
                    - id: '1125169'
                      total_price: '23.57'
                      currency: EUR
                      date: 2019-07-02 17:40:08
                    - id: '1125171'
                      total_price: '23.57'
                      currency: EUR
                      date: 2019-07-02 17:40:22
                    - id: '1125182'
                      total_price: '23.57'
                      currency: EUR
                      date: 2019-07-02 17:48:26
                    success: true
              example:
                orders:
                - id: '171385'
                  total_price: '4.44'
                  currency: EUR
                  date: 2016-01-28 14:59:39
                - id: '178391'
                  total_price: '0.00'
                  currency: EUR
                  date: 2016-02-18 18:35:10
                - id: '180366'
                  total_price: '4.96'
                  currency: EUR
                  date: 2016-02-25 12:43:50
                - id: '186085'
                  total_price: '4.37'
                  currency: EUR
                  date: 2016-03-12 15:17:47
                - id: '195034'
                  total_price: '4.79'
                  currency: EUR
                  date: 2016-04-09 01:24:37
                - id: '201373'
                  total_price: '4.82'
                  currency: EUR
                  date: 2016-04-28 13:59:24
                - id: '202454'
                  total_price: '379.01'
                  currency: EUR
                  date: 2016-05-03 01:54:45
                - id: '202457'
                  total_price: '379.01'
                  currency: EUR
                  date: 2016-05-03 01:57:25
                - id: '222256'
                  total_price: '0.00'
                  currency: EUR
                  date: 2016-07-08 10:00:46
                - id: '222266'
                  total_price: '0.00'
                  currency: EUR
                  date: 2016-07-08 10:39:52
                - id: '222267'
                  total_price: '0.00'
                  currency: EUR
                  date: 2016-07-08 10:45:44
                - id: '222272'
                  total_price: '0.00'
                  currency: EUR
                  date: 2016-07-08 10:56:31
                - id: '240207'
                  total_price: '4.78'
                  currency: EUR
                  date: 2016-09-06 09:51:02
                - id: '240894'
                  total_price: '4.80'
                  currency: EUR
                  date: 2016-09-07 14:17:23
                - id: '644782'
                  total_price: '0.00'
                  currency: EUR
                  date: 2018-04-21 17:22:48
                - id: '1125151'
                  total_price: '23.57'
                  currency: EUR
                  date: 2019-07-02 17:28:18
                - id: '1125167'
                  total_price: '23.57'
                  currency: EUR
                  date: 2019-07-02 17:39:15
                - id: '1125168'
                  total_price: '23.57'
                  currency: EUR
                  date: 2019-07-02 17:39:39
                - id: '1125169'
                  total_price: '23.57'
                  currency: EUR
                  date: 2019-07-02 17:40:08
                - id: '1125171'
                  total_price: '23.57'
                  currency: EUR
                  date: 2019-07-02 17:40:22
                - id: '1125182'
                  total_price: '23.57'
                  currency: EUR
                  date: 2019-07-02 17:48:26
                success: true
      deprecated: false
  /orders/ssl/all:
    get:
      tags:
      - Orders
      summary: getAllSSLOrders
      description: "### Overview\n\nThe **getAllSSLOrders** returns a list of all placed SSL orders and their statuses \n\n### Request parameters\n\n-  none\n\n### Response\n\nIf no errors, following parameters will be returned:\n\n- orders - array of orders\n    -   order_id - unique order ID\n    -   status - certificate status (active, cancelled, expired, incomplete, unpaid, pending, processing, reissue, rejected)\n- limit - current limit\n- offset - current offset\n- count - count of extracted records\n- success - success value (true)"
      operationId: getAllSSLOrders
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: limit
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: integer
          format: int32
          example: 1000
      - name: offset
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: integer
          format: int32
          example: 1000
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 30 Jul 2020 12:33:58 GMT
                  example: Thu, 30 Jul 2020 12:33:58 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: SAMEORIGIN
                  example: SAMEORIGIN
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: 1; mode=block
                  example: 1; mode=block
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nosniff
                  example: nosniff
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: same-origin
                  example: same-origin
            Feature-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: sync-xhr 'self';
                  example: sync-xhr 'self';
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success27'
                - example:
                    orders:
                    - order_id: '1495250'
                      status: processing
                    - order_id: '1493957'
                      status: processing
                    - order_id: '1490216'
                      status: processing
                    - order_id: '1487916'
                      status: processing
                    - order_id: '1487912'
                      status: cancelled
                    - order_id: '1483584'
                      status: cancelled
                    - order_id: '1480106'
                      status: active
                    - order_id: '1477779'
                      status: cancelled
                    - order_id: '1477742'
                      status: cancelled
                    - order_id: '1476842'
                      status: unpaid
                    - order_id: '1476831'
                      status: unpaid
                    - order_id: '1476051'
                      status: cancelled
                    - order_id: '1475635'
                      status: cancelled
                    - order_id: '1475510'
                      status: cancelled
                    - order_id: '1475504'
                      status: cancelled
                    - order_id: '1475501'
                      status: cancelled
                    - order_id: '1467964'
                      status: active
                    - order_id: '1467960'
                      status: unpaid
                    - order_id: '1467959'
                      status: unpaid
                    - order_id: '1467930'
                      status: unpaid
                    - order_id: '1467928'
                      status: unpaid
                    - order_id: '1467815'
                      status: cancelled
                    - order_id: '1466595'
                      status: cancelled
                    - order_id: '1463017'
                      status: processing
                    - order_id: '1463009'
                      status: active
                    - order_id: '1457098'
                      status: cancelled
                    - order_id: '1457082'
                      status: cancelled
                    - order_id: '1449895'
                      status: cancelled
                    - order_id: '1447986'
                      status: cancelled
                    - order_id: '1447515'
                      status: cancelled
                    - order_id: '1445654'
                      status: active
                    - order_id: '1445482'
                      status: cancelled
                    - order_id: '1445299'
                      status: cancelled
                    - order_id: '1437978'
                      status: rejected
                    - order_id: '1437228'
                      status: cancelled
                    - order_id: '1437218'
                      status: cancelled
                    - order_id: '1433212'
                      status: cancelled
                    - order_id: '1433086'
                      status: incomplete
                    - order_id: '1433081'
                      status: cancelled
                    - order_id: '1428412'
                      status: cancelled
                    - order_id: '1428360'
                      status: cancelled
                    - order_id: '1428350'
                      status: active
                    - order_id: '1427530'
                      status: unpaid
                    - order_id: '1427103'
                      status: unpaid
                    - order_id: '1427094'
                      status: unpaid
                    - order_id: '1427090'
                      status: unpaid
                    - order_id: '1427082'
                      status: unpaid
                    - order_id: '1427078'
                      status: unpaid
                    - order_id: '1427077'
                      status: unpaid
                    - order_id: '1426813'
                      status: unpaid
                    - order_id: '1426812'
                      status: cancelled
                    - order_id: '1426646'
                      status: unpaid
                    - order_id: '1426642'
                      status: unpaid
                    - order_id: '1426641'
                      status: cancelled
                    - order_id: '1426600'
                      status: unpaid
                    - order_id: '1426591'
                      status: unpaid
                    - order_id: '1426590'
                      status: cancelled
                    - order_id: '1422895'
                      status: active
                    - order_id: '1420362'
                      status: cancelled
                    - order_id: '1418329'
                      status: cancelled
                    - order_id: '1417776'
                      status: cancelled
                    - order_id: '1417758'
                      status: cancelled
                    - order_id: '1417564'
                      status: cancelled
                    - order_id: '1417526'
                      status: cancelled
                    - order_id: '1417438'
                      status: cancelled
                    - order_id: '1417433'
                      status: cancelled
                    - order_id: '1416552'
                      status: cancelled
                    - order_id: '1413878'
                      status: cancelled
                    - order_id: '1413860'
                      status: cancelled
                    - order_id: '1413857'
                      status: rejected
                    - order_id: '1412999'
                      status: cancelled
                    - order_id: '1412868'
                      status: cancelled
                    - order_id: '1409665'
                      status: cancelled
                    - order_id: '1405806'
                      status: cancelled
                    - order_id: '1404964'
                      status: cancelled
                    - order_id: '1403152'
                      status: cancelled
                    - order_id: '1402970'
                      status: cancelled
                    - order_id: '1402968'
                      status: cancelled
                    - order_id: '1402899'
                      status: cancelled
                    - order_id: '1402874'
                      status: cancelled
                    - order_id: '1402656'
                      status: cancelled
                    - order_id: '1402606'
                      status: cancelled
                    - order_id: '1400038'
                      status: cancelled
                    - order_id: '1399396'
                      status: cancelled
                    - order_id: '1394110'
                      status: cancelled
                    - order_id: '1394050'
                      status: cancelled
                    - order_id: '1394042'
                      status: cancelled
                    - order_id: '1393723'
                      status: active
                    - order_id: '1393711'
                      status: cancelled
                    - order_id: '1392481'
                      status: cancelled
                    - order_id: '1391789'
                      status: cancelled
                    - order_id: '1391370'
                      status: cancelled
                    - order_id: '1390389'
                      status: cancelled
                    - order_id: '1390337'
                      status: cancelled
                    - order_id: '1377585'
                      status: cancelled
                    - order_id: '1373411'
                      status: cancelled
                    - order_id: '1372082'
                      status: cancelled
                    - order_id: '1371068'
                      status: cancelled
                    - order_id: '1366899'
                      status: rejected
                    - order_id: '1358792'
                      status: cancelled
                    - order_id: '1358727'
                      status: cancelled
                    - order_id: '1356903'
                      status: cancelled
                    - order_id: '1356892'
                      status: cancelled
                    - order_id: '1356837'
                      status: cancelled
                    - order_id: '1350014'
                      status: cancelled
                    - order_id: '1344307'
                      status: cancelled
                    - order_id: '1340150'
                      status: cancelled
                    - order_id: '1340128'
                      status: cancelled
                    - order_id: '1340127'
                      status: cancelled
                    - order_id: '1337982'
                      status: cancelled
                    - order_id: '1337978'
                      status: cancelled
                    - order_id: '1337966'
                      status: expired
                    - order_id: '1337772'
                      status: cancelled
                    - order_id: '1337707'
                      status: cancelled
                    - order_id: '1337327'
                      status: cancelled
                    - order_id: '1337068'
                      status: cancelled
                    - order_id: '1337048'
                      status: expired
                    - order_id: '1337021'
                      status: cancelled
                    - order_id: '1332864'
                      status: cancelled
                    - order_id: '1331485'
                      status: cancelled
                    - order_id: '1331418'
                      status: cancelled
                    - order_id: '1330814'
                      status: cancelled
                    - order_id: '1329793'
                      status: expired
                    - order_id: '1329387'
                      status: cancelled
                    - order_id: '1327385'
                      status: active
                    - order_id: '1327355'
                      status: rejected
                    - order_id: '1327332'
                      status: cancelled
                    - order_id: '1327311'
                      status: cancelled
                    - order_id: '1327254'
                      status: cancelled
                    - order_id: '1327211'
                      status: cancelled
                    - order_id: '1326643'
                      status: expired
                    - order_id: '1326627'
                      status: cancelled
                    - order_id: '1326569'
                      status: unpaid
                    - order_id: '1326425'
                      status: expired
                    - order_id: '1323343'
                      status: expired
                    - order_id: '1323070'
                      status: cancelled
                    - order_id: '1322327'
                      status: cancelled
                    - order_id: '1322325'
                      status: unpaid
                    - order_id: '1322315'
                      status: expired
                    - order_id: '1322300'
                      status: cancelled
                    - order_id: '1322289'
                      status: unpaid
                    - order_id: '1322242'
                      status: cancelled
                    - order_id: '1317713'
                      status: cancelled
                    - order_id: '1316393'
                      status: cancelled
                    - order_id: '1316291'
                      status: unpaid
                    - order_id: '1316277'
                      status: cancelled
                    - order_id: '1316270'
                      status: unpaid
                    - order_id: '1316234'
                      status: unpaid
                    - order_id: '1316181'
                      status: active
                    - order_id: '1316026'
                      status: cancelled
                    - order_id: '1316025'
                      status: cancelled
                    - order_id: '1315758'
                      status: cancelled
                    - order_id: '1315733'
                      status: unpaid
                    - order_id: '1315727'
                      status: expired
                    - order_id: '1315722'
                      status: cancelled
                    - order_id: '1315094'
                      status: cancelled
                    - order_id: '1314689'
                      status: unpaid
                    - order_id: '1314669'
                      status: expired
                    - order_id: '1311974'
                      status: cancelled
                    - order_id: '1311938'
                      status: cancelled
                    - order_id: '1311330'
                      status: expired
                    - order_id: '1311323'
                      status: cancelled
                    - order_id: '1311133'
                      status: expired
                    - order_id: '1311129'
                      status: expired
                    - order_id: '1311125'
                      status: cancelled
                    - order_id: '1311113'
                      status: expired
                    - order_id: '1306977'
                      status: active
                    - order_id: '1306576'
                      status: cancelled
                    - order_id: '1306336'
                      status: cancelled
                    - order_id: '1305492'
                      status: cancelled
                    - order_id: '1303427'
                      status: cancelled
                    - order_id: '1302618'
                      status: active
                    - order_id: '1302153'
                      status: cancelled
                    - order_id: '1302059'
                      status: cancelled
                    - order_id: '1301959'
                      status: cancelled
                    - order_id: '1301101'
                      status: cancelled
                    - order_id: '1301078'
                      status: expired
                    - order_id: '1292133'
                      status: cancelled
                    - order_id: '1290117'
                      status: cancelled
                    - order_id: '1289529'
                      status: expired
                    - order_id: '1289286'
                      status: active
                    - order_id: '1289254'
                      status: expired
                    - order_id: '1289056'
                      status: active
                    - order_id: '1289043'
                      status: active
                    - order_id: '1288926'
                      status: active
                    - order_id: '1286337'
                      status: cancelled
                    - order_id: '1285402'
                      status: cancelled
                    - order_id: '1284738'
                      status: cancelled
                    - order_id: '1281445'
                      status: cancelled
                    - order_id: '1275231'
                      status: cancelled
                    - order_id: '1274912'
                      status: cancelled
                    - order_id: '1274894'
                      status: cancelled
                    - order_id: '1274886'
                      status: cancelled
                    - order_id: '1274847'
                      status: cancelled
                    - order_id: '1274837'
                      status: cancelled
                    - order_id: '1274836'
                      status: cancelled
                    - order_id: '1274830'
                      status: cancelled
                    - order_id: '1274829'
                      status: cancelled
                    - order_id: '1274819'
                      status: cancelled
                    - order_id: '1274810'
                      status: cancelled
                    - order_id: '1274427'
                      status: cancelled
                    - order_id: '1273140'
                      status: unpaid
                    - order_id: '1273137'
                      status: cancelled
                    - order_id: '1271755'
                      status: cancelled
                    - order_id: '1271163'
                      status: unpaid
                    - order_id: '1271068'
                      status: unpaid
                    - order_id: '1271067'
                      status: unpaid
                    - order_id: '1271066'
                      status: unpaid
                    - order_id: '1271063'
                      status: unpaid
                    - order_id: '1268716'
                      status: cancelled
                    - order_id: '1268692'
                      status: cancelled
                    - order_id: '1268510'
                      status: cancelled
                    - order_id: '1267728'
                      status: cancelled
                    - order_id: '1267710'
                      status: rejected
                    - order_id: '1267485'
                      status: unpaid
                    - order_id: '1267466'
                      status: unpaid
                    - order_id: '1267461'
                      status: unpaid
                    - order_id: '1267455'
                      status: cancelled
                    - order_id: '1267320'
                      status: cancelled
                    - order_id: '1266535'
                      status: cancelled
                    - order_id: '1266530'
                      status: cancelled
                    - order_id: '1266525'
                      status: cancelled
                    - order_id: '1266306'
                      status: cancelled
                    - order_id: '1266279'
                      status: cancelled
                    - order_id: '1265690'
                      status: cancelled
                    - order_id: '1265576'
                      status: unpaid
                    - order_id: '1265571'
                      status: cancelled
                    - order_id: '1265512'
                      status: cancelled
                    - order_id: '1265507'
                      status: cancelled
                    - order_id: '1265371'
                      status: unpaid
                    - order_id: '1265370'
                      status: cancelled
                    - order_id: '1265369'
                      status: cancelled
                    - order_id: '1264372'
                      status: cancelled
                    - order_id: '1263125'
                      status: active
                    - order_id: '1263034'
                      status: active
                    - order_id: '1263029'
                      status: expired
                    - order_id: '1261918'
                      status: cancelled
                    - order_id: '188'
                      status: expired
                    limit: 1000
                    offset: 0
                    count: 238
                    success: true
              example:
                orders:
                - order_id: '1495250'
                  status: processing
                - order_id: '1493957'
                  status: processing
                - order_id: '1490216'
                  status: processing
                - order_id: '1487916'
                  status: processing
                - order_id: '1487912'
                  status: cancelled
                - order_id: '1483584'
                  status: cancelled
                - order_id: '1480106'
                  status: active
                - order_id: '1477779'
                  status: cancelled
                - order_id: '1477742'
                  status: cancelled
                - order_id: '1476842'
                  status: unpaid
                - order_id: '1476831'
                  status: unpaid
                - order_id: '1476051'
                  status: cancelled
                - order_id: '1475635'
                  status: cancelled
                - order_id: '1475510'
                  status: cancelled
                - order_id: '1475504'
                  status: cancelled
                - order_id: '1475501'
                  status: cancelled
                - order_id: '1467964'
                  status: active
                - order_id: '1467960'
                  status: unpaid
                - order_id: '1467959'
                  status: unpaid
                - order_id: '1467930'
                  status: unpaid
                - order_id: '1467928'
                  status: unpaid
                - order_id: '1467815'
                  status: cancelled
                - order_id: '1466595'
                  status: cancelled
                - order_id: '1463017'
                  status: processing
                - order_id: '1463009'
                  status: active
                - order_id: '1457098'
                  status: cancelled
                - order_id: '1457082'
                  status: cancelled
                - order_id: '1449895'
                  status: cancelled
                - order_id: '1447986'
                  status: cancelled
                - order_id: '1447515'
                  status: cancelled
                - order_id: '1445654'
                  status: active
                - order_id: '1445482'
                  status: cancelled
                - order_id: '1445299'
                  status: cancelled
                - order_id: '1437978'
                  status: rejected
                - order_id: '1437228'
                  status: cancelled
                - order_id: '1437218'
                  status: cancelled
                - order_id: '1433212'
                  status: cancelled
                - order_id: '1433086'
                  status: incomplete
                - order_id: '1433081'
                  status: cancelled
                - order_id: '1428412'
                  status: cancelled
                - order_id: '1428360'
                  status: cancelled
                - order_id: '1428350'
                  status: active
                - order_id: '1427530'
                  status: unpaid
                - order_id: '1427103'
                  status: unpaid
                - order_id: '1427094'
                  status: unpaid
                - order_id: '1427090'
                  status: unpaid
                - order_id: '1427082'
                  status: unpaid
                - order_id: '1427078'
                  status: unpaid
                - order_id: '1427077'
                  status: unpaid
                - order_id: '1426813'
                  status: unpaid
                - order_id: '1426812'
                  status: cancelled
                - order_id: '1426646'
                  status: unpaid
                - order_id: '1426642'
                  status: unpaid
                - order_id: '1426641'
                  status: cancelled
                - order_id: '1426600'
                  status: unpaid
                - order_id: '1426591'
                  status: unpaid
                - order_id: '1426590'
                  status: cancelled
                - order_id: '1422895'
                  status: active
                - order_id: '1420362'
                  status: cancelled
                - order_id: '1418329'
                  status: cancelled
                - order_id: '1417776'
                  status: cancelled
                - order_id: '1417758'
                  status: cancelled
                - order_id: '1417564'
                  status: cancelled
                - order_id: '1417526'
                  status: cancelled
                - order_id: '1417438'
                  status: cancelled
                - order_id: '1417433'
                  status: cancelled
                - order_id: '1416552'
                  status: cancelled
                - order_id: '1413878'
                  status: cancelled
                - order_id: '1413860'
                  status: cancelled
                - order_id: '1413857'
                  status: rejected
                - order_id: '1412999'
                  status: cancelled
                - order_id: '1412868'
                  status: cancelled
                - order_id: '1409665'
                  status: cancelled
                - order_id: '1405806'
                  status: cancelled
                - order_id: '1404964'
                  status: cancelled
                - order_id: '1403152'
                  status: cancelled
                - order_id: '1402970'
                  status: cancelled
                - order_id: '1402968'
                  status: cancelled
                - order_id: '1402899'
                  status: cancelled
                - order_id: '1402874'
                  status: cancelled
                - order_id: '1402656'
                  status: cancelled
                - order_id: '1402606'
                  status: cancelled
                - order_id: '1400038'
                  status: cancelled
                - order_id: '1399396'
                  status: cancelled
                - order_id: '1394110'
                  status: cancelled
                - order_id: '1394050'
                  status: cancelled
                - order_id: '1394042'
                  status: cancelled
                - order_id: '1393723'
                  status: active
                - order_id: '1393711'
                  status: cancelled
                - order_id: '1392481'
                  status: cancelled
                - order_id: '1391789'
                  status: cancelled
                - order_id: '1391370'
                  status: cancelled
                - order_id: '1390389'
                  status: cancelled
                - order_id: '1390337'
                  status: cancelled
                - order_id: '1377585'
                  status: cancelled
                - order_id: '1373411'
                  status: cancelled
                - order_id: '1372082'
                  status: cancelled
                - order_id: '1371068'
                  status: cancelled
                - order_id: '1366899'
                  status: rejected
                - order_id: '1358792'
                  status: cancelled
                - order_id: '1358727'
                  status: cancelled
                - order_id: '1356903'
                  status: cancelled
                - order_id: '1356892'
                  status: cancelled
                - order_id: '1356837'
                  status: cancelled
                - order_id: '1350014'
                  status: cancelled
                - order_id: '1344307'
                  status: cancelled
                - order_id: '1340150'
                  status: cancelled
                - order_id: '1340128'
                  status: cancelled
                - order_id: '1340127'
                  status: cancelled
                - order_id: '1337982'
                  status: cancelled
                - order_id: '1337978'
                  status: cancelled
                - order_id: '1337966'
                  status: expired
                - order_id: '1337772'
                  status: cancelled
                - order_id: '1337707'
                  status: cancelled
                - order_id: '1337327'
                  status: cancelled
                - order_id: '1337068'
                  status: cancelled
                - order_id: '1337048'
                  status: expired
                - order_id: '1337021'
                  status: cancelled
                - order_id: '1332864'
                  status: cancelled
                - order_id: '1331485'
                  status: cancelled
                - order_id: '1331418'
                  status: cancelled
                - order_id: '1330814'
                  status: cancelled
                - order_id: '1329793'
                  status: expired
                - order_id: '1329387'
                  status: cancelled
                - order_id: '1327385'
                  status: active
                - order_id: '1327355'
                  status: rejected
                - order_id: '1327332'
                  status: cancelled
                - order_id: '1327311'
                  status: cancelled
                - order_id: '1327254'
                  status: cancelled
                - order_id: '1327211'
                  status: cancelled
                - order_id: '1326643'
                  status: expired
                - order_id: '1326627'
                  status: cancelled
                - order_id: '1326569'
                  status: unpaid
                - order_id: '1326425'
                  status: expired
                - order_id: '1323343'
                  status: expired
                - order_id: '1323070'
                  status: cancelled
                - order_id: '1322327'
                  status: cancelled
                - order_id: '1322325'
                  status: unpaid
                - order_id: '1322315'
                  status: expired
                - order_id: '1322300'
                  status: cancelled
                - order_id: '1322289'
                  status: unpaid
                - order_id: '1322242'
                  status: cancelled
                - order_id: '1317713'
                  status: cancelled
                - order_id: '1316393'
                  status: cancelled
                - order_id: '1316291'
                  status: unpaid
                - order_id: '1316277'
                  status: cancelled
                - order_id: '1316270'
                  status: unpaid
                - order_id: '1316234'
                  status: unpaid
                - order_id: '1316181'
                  status: active
                - order_id: '1316026'
                  status: cancelled
                - order_id: '1316025'
                  status: cancelled
                - order_id: '1315758'
                  status: cancelled
                - order_id: '1315733'
                  status: unpaid
                - order_id: '1315727'
                  status: expired
                - order_id: '1315722'
                  status: cancelled
                - order_id: '1315094'
                  status: cancelled
                - order_id: '1314689'
                  status: unpaid
                - order_id: '1314669'
                  status: expired
                - order_id: '1311974'
                  status: cancelled
                - order_id: '1311938'
                  status: cancelled
                - order_id: '1311330'
                  status: expired
                - order_id: '1311323'
                  status: cancelled
                - order_id: '1311133'
                  status: expired
                - order_id: '1311129'
                  status: expired
                - order_id: '1311125'
                  status: cancelled
                - order_id: '1311113'
                  status: expired
                - order_id: '1306977'
                  status: active
                - order_id: '1306576'
                  status: cancelled
                - order_id: '1306336'
                  status: cancelled
                - order_id: '1305492'
                  status: cancelled
                - order_id: '1303427'
                  status: cancelled
                - order_id: '1302618'
                  status: active
                - order_id: '1302153'
                  status: cancelled
                - order_id: '1302059'
                  status: cancelled
                - order_id: '1301959'
                  status: cancelled
                - order_id: '1301101'
                  status: cancelled
                - order_id: '1301078'
                  status: expired
                - order_id: '1292133'
                  status: cancelled
                - order_id: '1290117'
                  status: cancelled
                - order_id: '1289529'
                  status: expired
                - order_id: '1289286'
                  status: active
                - order_id: '1289254'
                  status: expired
                - order_id: '1289056'
                  status: active
                - order_id: '1289043'
                  status: active
                - order_id: '1288926'
                  status: active
                - order_id: '1286337'
                  status: cancelled
                - order_id: '1285402'
                  status: cancelled
                - order_id: '1284738'
                  status: cancelled
                - order_id: '1281445'
                  status: cancelled
                - order_id: '1275231'
                  status: cancelled
                - order_id: '1274912'
                  status: cancelled
                - order_id: '1274894'
                  status: cancelled
                - order_id: '1274886'
                  status: cancelled
                - order_id: '1274847'
                  status: cancelled
                - order_id: '1274837'
                  status: cancelled
                - order_id: '1274836'
                  status: cancelled
                - order_id: '1274830'
                  status: cancelled
                - order_id: '1274829'
                  status: cancelled
                - order_id: '1274819'
                  status: cancelled
                - order_id: '1274810'
                  status: cancelled
                - order_id: '1274427'
                  status: cancelled
                - order_id: '1273140'
                  status: unpaid
                - order_id: '1273137'
                  status: cancelled
                - order_id: '1271755'
                  status: cancelled
                - order_id: '1271163'
                  status: unpaid
                - order_id: '1271068'
                  status: unpaid
                - order_id: '1271067'
                  status: unpaid
                - order_id: '1271066'
                  status: unpaid
                - order_id: '1271063'
                  status: unpaid
                - order_id: '1268716'
                  status: cancelled
                - order_id: '1268692'
                  status: cancelled
                - order_id: '1268510'
                  status: cancelled
                - order_id: '1267728'
                  status: cancelled
                - order_id: '1267710'
                  status: rejected
                - order_id: '1267485'
                  status: unpaid
                - order_id: '1267466'
                  status: unpaid
                - order_id: '1267461'
                  status: unpaid
                - order_id: '1267455'
                  status: cancelled
                - order_id: '1267320'
                  status: cancelled
                - order_id: '1266535'
                  status: cancelled
                - order_id: '1266530'
                  status: cancelled
                - order_id: '1266525'
                  status: cancelled
                - order_id: '1266306'
                  status: cancelled
                - order_id: '1266279'
                  status: cancelled
                - order_id: '1265690'
                  status: cancelled
                - order_id: '1265576'
                  status: unpaid
                - order_id: '1265571'
                  status: cancelled
                - order_id: '1265512'
                  status: cancelled
                - order_id: '1265507'
                  status: cancelled
                - order_id: '1265371'
                  status: unpaid
                - order_id: '1265370'
                  status: cancelled
                - order_id: '1265369'
                  status: cancelled
                - order_id: '1264372'
                  status: cancelled
                - order_id: '1263125'
                  status: active
                - order_id: '1263034'
                  status: active
                - order_id: '1263029'
                  status: expired
                - order_id: '1261918'
                  status: cancelled
                - order_id: '188'
                  status: expired
                limit: 1000
                offset: 0
                count: 238
                success: true
      deprecated: false
  /orders/ssl/comodo_claim_free_ev/{order_id}:
    post:
      tags:
      - Orders
      summary: comodoClaimFreeEV
      description: ''
      operationId: comodoClaimFreeEV
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 12:15:56 GMT
                  example: Tue, 23 Jul 2019 12:15:56 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: '124'
                    description: Order can't be processed with Free EV upgrade, wait for order to become active!
              example:
                error: true
                message: '124'
                description: Order can't be processed with Free EV upgrade, wait for order to become active!
      deprecated: false
  /account/total_orders:
    get:
      tags:
      - Orders
      summary: getTotalOrders
      description: "### Overview\n\nThe getTotalOrders method returns total amount of orders with status 'active'\n\n### Request parameters\n\n-   None\n\n### Response\nIf no errors, following parameters will be returned:\n-   total_orders \n-   success - success value (true)"
      operationId: getTotalOrders
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 21:10:10 GMT
                  example: Fri, 12 Oct 2018 21:10:10 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success28'
                - example:
                    total_orders: 1000
                    success: true
              example:
                total_orders: 1000
                success: true
      deprecated: false
  /orders/ssl/change_domains_validation_method/{order_id}:
    post:
      tags:
      - Validation
      summary: changeDomainsValidationMethod
      description: "### Overview\nMethod allows to change domain control validation  method for multiple domains from one SSL certificate\n\n### Request parameters:\n\n-   domains  - enumeration of domain names separated by commas. \n-   new_methods  - enumeration of new verification methods for the corresponding domain separated by commas. Valid values for Comodo/Section/GoGetSSL are a valid email address or HTTP, HTTPS, and DNS. Example: \"dns,admin@domen2.com\"\n\n### Response\n\nIf no errors, following parameters will be returned:\n-   message  - Text message on successful operation\n-   success  - success value (true)"
      operationId: changeDomainsValidationMethod
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - new_methods
              - domains
              type: object
              properties:
                new_methods:
                  type: string
                  example: dns,http,admin@domen-3.tld
                domains:
                  type: string
                  example: domen-1.tld,domwn-2.tld,domen-3.tld
        required: false
      responses:
        '200':
          description: OK
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success24'
                - example:
                    message: Change Validation request submitted.
                    success: true
              example:
                message: Change Validation request submitted.
                success: true
      deprecated: false
  /orders/ssl/change_validation_method/{order_id}:
    post:
      tags:
      - Validation
      summary: changeValidationMethod
      description: >-
        ### Overview

        Method allows to change domain control validation method for specified common name (base domain) OR SAN item.


        ### Request parameters:


        -   domain - common name (base domain) or SAN item

        -   new_method - new validation method for the specified domain. Valid values  are valid email address or HTTP, HTTPS and DNS.


        ### Response

        If no errors, following parameters will be returned:


        -   message - text message on successful operation

        -   success - success value (true)
      operationId: changeValidationMethod
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - domain
              - new_method
              type: object
              properties:
                domain:
                  type: string
                  example: mydomain.tld
                new_method:
                  type: string
                  description: 'Field must be email_addres, http, https, dns.  Posible values for Symantec/Thawtee: email_address'
                  example: admin@mydomain.tld
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success24'
                - example:
                    message: Change Validation request submitted.
                    success: true
              example:
                message: Change Validation request submitted.
                success: true
      deprecated: false
  /orders/ssl/change_validation_email/{order_id}:
    post:
      tags:
      - Validation
      summary: changeValidationEmail
      description: "### Overview\n\nThis method can be used for one of the following purposes:\n\n-   In case if email DCV method is already used this method can change the current DCV email address.\n-   Another usage option is changing of the current DCV method.\n-   Multi domain certificates are supported for Comodo.\n\n### Request parameters\n\n-   auth_key - authentication key returned by  [auth](https://github.com/gogetssl/api/wiki/Auth)  method\n-   order_id - unique order ID\n-   approver_email – in case if email DCV method is supposed to be used, provide an approver email address in this field. In case if email DCV method is already used, you can change current approver email address by providing another address in this field. In case of non-email DCV method please specified a desired method in this field using one of the following values: 'http', 'https', 'dns'.\n-  san_approval   array( [domain][name] = domain, [domain][method] = dns/http/https/<email address>)\n  \n\n### Response\n\nIf no errors, following parameters will be returned for each of the DCV methods respectively:\n\n**E-mail:**\n\n-   dcv_method – 'email'\n-   approver_email – Approver email address\n\n**HTTP:**\n\n{\n  \"http\": {\n    \"link\": \"http:\\/\\/domain.tld\\/.well-known\\/pki-validation\\/37D0C93EE263FF9EEEA799215A9C3225.txt\",\n    \"filename\": \"37D0C93EE263FF9EEEA799215A9C3225.txt\",\n    \"content\": \"D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\\r\\nCOMODOCA.COM\\r\\nt0827792001533920169\"\n  }\n}\n\n**HTTPS:**\n\n{\n  \"https\": {\n    \"link\": \"http:\\/\\/domain.tld\\/.well-known\\/pki-validation\\/37D0C93EE263FF9EEEA799215A9C3225.txt\",\n    \"filename\": \"37D0C93EE263FF9EEEA799215A9C3225.txt\",\n    \"content\": \"D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\\r\\nCOMODOCA.COM\\r\\nt0827792001533920169\"\n  }\n}\n\n**DNS:**\n\n{\n  \"dns\": {\n    \"record\": \"_37D0C93EE263FF9EEEA799215A9C3225.domain.tld CNAME\nd30c576bf9eb30a75211cb799848ee5c.abfce3d8ee13212a57c9b7e42ef9baa2.t0837512001533895392.comodoca.com\"\n  }\n}"
      operationId: changeValidationEmail
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
          example: '{{order_id}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          enum:
          - application/x-www-form-urlencoded
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - approver_email
              type: object
              properties:
                approver_email:
                  type: string
                  example: http
        required: false
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success31'
                - example:
                    product_id: '77'
                    validation:
                      https:
                        link: https://mydomain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                        filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                        content: >-
                          68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                          comodoca.com

                          t0860053001562142772
                    approver_email: https
                    success_message: Validation method has been successfully changed
                    success: true
              example:
                product_id: '77'
                validation:
                  https:
                    link: https://mydomain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                    filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                    content: >-
                      68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                      comodoca.com

                      t0860053001562142772
                approver_email: https
                success_message: Validation method has been successfully changed
                success: true
      deprecated: false
  /orders/ssl/resend_validation_email/{order_id}:
    get:
      tags:
      - Validation
      summary: resendValidationEmail
      description: >2-

        ### Overview


        The resendValidationEmail method re-sends validation e-mail for the order matching “order_id” parameter.


        ### Request parameters


        -   order_id - Id of the order Response

        -   message - error message or code

        -   success - result code
      operationId: resendValidationEmail
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 12:08:07 GMT
                  example: Tue, 23 Jul 2019 12:08:07 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success32'
                - example:
                    product_id: '63'
                    message: Validation email has been successfully sent
                    success: true
              example:
                product_id: '63'
                message: Validation email has been successfully sent
                success: true
      deprecated: false
  /orders/ssl/change_dcv/{order_id}:
    post:
      tags:
      - Validation
      summary: changeDcv
      description: "![:exclamation:](https://camo.githubusercontent.com/9d3f6a5e5ce359ccadad6e1356d8545d946d2cf4/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f323735372e706e67 \":exclamation:\")  Deprecated!\n\n\n### Overview\nIs used for update of DCV parameters (method, validation email).\n\n### Request parameters\n\n- order_id integer - MyGoGet order Id.  \n- domain_name string - Name of domain, for which the DCV information must be updated.  \n- new_method string - New DCV method (email, http, dns).  \n- approver_email string - DCV email address. This parameter is applicable only in case of 'email' dcv method. It also mandatory"
      operationId: changeDcv
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
          example: '{{order_id}}'
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - domain_name
              - new_method
              type: object
              properties:
                domain_name:
                  type: string
                  description: Name of domain, for which the DCV information must be updated.
                  example: my.domai.tld
                new_method:
                  type: string
                  description: New DCV method (email, http, dns).
                  example: dns
        required: false
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 11:48:18 GMT
                  example: Tue, 23 Jul 2019 11:48:18 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success33'
                - example:
                    product_id: '63'
                    validation:
                      https:
                        link: https://domain.tld/.well-known/pki-validation/D41D8CD98F00B204E9800998ECF8427E.txt
                        filename: D41D8CD98F00B204E9800998ECF8427E.txt
                        content: >-
                          E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855

                          comodoca.com

                          t0089141001563881533
                    success_message: Validation method has been successfully updated
                    success: true
              example:
                product_id: '63'
                validation:
                  https:
                    link: https://domain.tld/.well-known/pki-validation/D41D8CD98F00B204E9800998ECF8427E.txt
                    filename: D41D8CD98F00B204E9800998ECF8427E.txt
                    content: >-
                      E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855

                      comodoca.com

                      t0089141001563881533
                success_message: Validation method has been successfully updated
                success: true
      deprecated: false
  /orders/ssl/revalidate/{order_id}:
    post:
      tags:
      - Validation
      summary: revalidate
      description: >-
        ### Overview


        Use 'revalidate' method in order to retry/recheck DNS CNAME OR HTTP HASH file for  order matching “order_id” parameter.

        ![:heavy_exclamation_mark:](https://camo.githubusercontent.com/9d3f6a5e5ce359ccadad6e1356d8545d946d2cf4/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f323735372e706e67 ":heavy_exclamation_mark:")  Works only with COMODO/GoGetSSL certificates


        ### URL parameters:


        -   order_id - your order ID returned in [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750) method


        ### Request parameters:


        -   domain - CN/SAN domain name


        ### Response:

        If no errors, following parameters will be returned:


        -   message - text message on successful operation

        -   success - success value (true)
      operationId: revalidate
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 11:14:04 GMT
                  example: Tue, 23 Jul 2019 11:14:04 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Domain error
                    description: This domain name not found in this certificate.
              example:
                error: true
                message: Domain error
                description: This domain name not found in this certificate.
      deprecated: false
  /orders/ssl/resend/{order_id}:
    post:
      tags:
      - Validation
      summary: resend
      description: >-
        ### Overview


        Use 'resend' method in order to resend validation email for specified domain from order matching “order_id” parameter.


        ### URL parameters:


        -   order_id - your order ID returned in [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750) method


        ### Request parameters:


        -   domain - CN/SAN domain name


        ### Response:

        If no errors, following parameters will be returned:


        -   message - text message on successful operation

        -   success - success value (true)
      operationId: resend
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: Content-Type
        in: header
        description: ''
        required: true
        style: simple
        schema:
          allOf:
          - $ref: '#/components/schemas/Content-Type'
          - example: application/x-www-form-urlencoded
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            encoding: {}
            schema:
              required:
              - domain
              type: object
              properties:
                domain:
                  type: string
                  example: my-domain.tld
        required: false
      responses:
        default:
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success24'
                - example:
                    message: Resend request submitted.
                    success: true
              example:
                message: Resend request submitted.
                success: true
        '200':
          description: OK
          headers: {}
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: Resend error
                    description: Resend can be call only for Email validation type.
              example:
                error: true
                message: Resend error
                description: Resend can be call only for Email validation type.
      deprecated: false
  /account/invoices:
    get:
      tags:
      - Invoices
      summary: getAllInvoices
      description: >-
        ### Overview


        The getAllInvoices method returns the list of all partner invoices.


        ### Request parameters


        -   None


        ### Response

        If no errors, following parameters will be returned:

        -   invoices - an array of invoices
            -   order_id - invoice order ID
            -   number - invoice serial number
            -   date - invoice creation date
            -   subtotal - subtotal amount
            -   tax - invoice tax amount
            -   total - invoice total amount
            -   status - invoice status (paid, unpaid, cancelled, refunded)
            -   tax_rate - invoice tax rate in %
            -   currency - invoice currency
            -   payment_method - invoice payment method (paypal, skrill, webmoney, balance, bank_transfer)
        -   success - success value (true)
      operationId: getAllInvoices
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 21:02:09 GMT
                  example: Fri, 12 Oct 2018 21:02:09 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success36'
                - example:
                    invoices:
                    - order_id: null
                      number: GGM-0818506737
                      date: 2018-08-01
                      subtotal: '0.00'
                      tax: '0.00'
                      total: '0.00'
                      tax_rate: '0.00'
                      status: paid
                      currency: EUR
                      payment_method: bank_transfer
                    - order_id: '780909'
                      number: GGP-0818511104
                      date: 2018-08-08
                      subtotal: '400.00'
                      tax: '0.00'
                      total: '400.00'
                      tax_rate: '0.00'
                      status: paid
                      currency: EUR
                      payment_method: paypal
                    - order_id: '828727'
                      number: GGS-0918534516
                      date: 2018-09-17
                      subtotal: '849.07'
                      tax: '178.30'
                      total: '1027.37'
                      tax_rate: '21.00'
                      status: unpaid
                      currency: EUR
                      payment_method: balance
                    - order_id: '862951'
                      number: GGS-1018549086
                      date: 2018-10-12
                      subtotal: '0.00'
                      tax: '0.00'
                      total: '0.00'
                      tax_rate: '21.00'
                      status: paid
                      currency: EUR
                      payment_method: free
                    success: true
              example:
                invoices:
                - order_id: null
                  number: GGM-0818506737
                  date: 2018-08-01
                  subtotal: '0.00'
                  tax: '0.00'
                  total: '0.00'
                  tax_rate: '0.00'
                  status: paid
                  currency: EUR
                  payment_method: bank_transfer
                - order_id: '780909'
                  number: GGP-0818511104
                  date: 2018-08-08
                  subtotal: '400.00'
                  tax: '0.00'
                  total: '400.00'
                  tax_rate: '0.00'
                  status: paid
                  currency: EUR
                  payment_method: paypal
                - order_id: '828727'
                  number: GGS-0918534516
                  date: 2018-09-17
                  subtotal: '849.07'
                  tax: '178.30'
                  total: '1027.37'
                  tax_rate: '21.00'
                  status: unpaid
                  currency: EUR
                  payment_method: balance
                - order_id: '862951'
                  number: GGS-1018549086
                  date: 2018-10-12
                  subtotal: '0.00'
                  tax: '0.00'
                  total: '0.00'
                  tax_rate: '21.00'
                  status: paid
                  currency: EUR
                  payment_method: free
                success: true
      deprecated: false
  /account/invoices/unpaid:
    get:
      tags:
      - Invoices
      summary: getUnpaidInvoices
      description: >-
        ### Overview


        The getUnpaidInvoices method returns the list of all partner invoices with status 'unpaid'.


        ### Request parameters


        -   None


        ### Response

        If no errors, following parameters will be returned:


        -   invoices - an array of invoices
            -   order_id - invoice order ID
            -   number - invoice serial number
            -   date - invoice creation date
            -   tax - invoice tax amount
            -   tax_rate - invoice tax rate in %
            -   subtotal - amount without tax
            -   total - invoice amount with tax
            -   currency - invoice currency
            -   payment_method - invoice payment method (paypal, skrill, webmoney, balance, bank_transfer)
        -   success - success value (true)
      operationId: getUnpaidInvoices
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      responses:
        '200':
          description: OK
          headers:
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Fri, 12 Oct 2018 21:08:13 GMT
                  example: Fri, 12 Oct 2018 21:08:13 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            P3P:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Success37'
                - example:
                    invoices:
                    - order_id: '2033503'
                      number: GGS-10211329562
                      date: 2021-10-11
                      tax: '37.80'
                      tax_rate: '21.00'
                      subtotal: '180.00'
                      total: '217.80'
                      currency: USD
                      payment_method: balance
                    - order_id: '2033941'
                      number: GGS-10211329819
                      date: 2021-10-11
                      tax: '43.48'
                      tax_rate: '21.00'
                      subtotal: '207.06'
                      total: '250.54'
                      currency: USD
                      payment_method: moneybookers
                    - order_id: '2033517'
                      number: GGS-10211329572
                      date: 2021-10-11
                      tax: '3.82'
                      tax_rate: '21.00'
                      subtotal: '18.21'
                      total: '22.03'
                      currency: USD
                      payment_method: paypal
                    success: true
              example:
                invoices:
                - order_id: '2033503'
                  number: GGS-10211329562
                  date: 2021-10-11
                  tax: '37.80'
                  tax_rate: '21.00'
                  subtotal: '180.00'
                  total: '217.80'
                  currency: USD
                  payment_method: balance
                - order_id: '2033941'
                  number: GGS-10211329819
                  date: 2021-10-11
                  tax: '43.48'
                  tax_rate: '21.00'
                  subtotal: '207.06'
                  total: '250.54'
                  currency: USD
                  payment_method: moneybookers
                - order_id: '2033517'
                  number: GGS-10211329572
                  date: 2021-10-11
                  tax: '3.82'
                  tax_rate: '21.00'
                  subtotal: '18.21'
                  total: '22.03'
                  currency: USD
                  payment_method: paypal
                success: true
      deprecated: false
  /orders/invoice/{order_id}:
    get:
      tags:
      - Invoices
      summary: getOrderInvoice
      description: "### Overview\n\nThe getOrderInvoice returns detailed information for the invoice matching “order_id” parameter.  \n“order_id” is returned during  [addSSLOrder](#e4c071bd-56f3-4046-be83-f7e3bb7b7750)  command.\n\n### URL parameters\n\n-   order_id\n\n### Request parameters\n\n-   none\n\n### Response\nIf no errors, following parameters will be returned:\n\n-   order_id - unique order ID\n-   number - invoice unique number\n-   date - invoice creation date\n-   subtotal - invoice subtotal amount\n-   tax - invoice tax amount\n-   tax_rate - invoice tax rate in %\n-   total - invoice total amount\n-   status - invoice status (paid, unpaid, refunded, cancelled)\n-   currency - invoice currency\n-   payment_method - invoice payment method (paypal, skrill, webmoney, bank_transfer, balance)\n-   success - success value (true)"
      operationId: getOrderInvoice
      parameters:
      - name: auth_key
        in: query
        description: Request token obtained from Auth method
        required: true
        style: form
        explode: true
        schema:
          type: string
          example: '{{V1_API_TOKEN}}'
      - name: order_id
        in: path
        description: ''
        required: true
        style: simple
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            cache-control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            content-type:
              content:
                text/plain:
                  schema:
                    type: string
                    example: application/json; charset=utf-8
                  example: application/json; charset=utf-8
            date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Jul 2019 11:19:28 GMT
                  example: Tue, 23 Jul 2019 11:19:28 GMT
            expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            p3p:
              content:
                text/plain:
                  schema:
                    type: string
                    example: CP="CAO PSA OUR"
                  example: CP="CAO PSA OUR"
            pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx/1.17.0
                  example: nginx/1.17.0
            strict-transport-security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            transfer-encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nginx
                  example: nginx
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Tue, 23 Nov 2021 07:57:28 GMT
                  example: Tue, 23 Nov 2021 07:57:28 GMT
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    example: chunked
                  example: chunked
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: keep-alive
                  example: keep-alive
            Expires:
              content:
                text/plain:
                  schema:
                    type: string
                    example: Thu, 19 Nov 1981 08:52:00 GMT
                  example: Thu, 19 Nov 1981 08:52:00 GMT
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                  example: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            Pragma:
              content:
                text/plain:
                  schema:
                    type: string
                    example: no-cache
                  example: no-cache
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    example: max-age=63072000; includeSubdomains; preload
                  example: max-age=63072000; includeSubdomains; preload
            X-Frame-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: SAMEORIGIN
                  example: SAMEORIGIN
            X-XSS-Protection:
              content:
                text/plain:
                  schema:
                    type: string
                    example: 1; mode=block
                  example: 1; mode=block
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    example: nosniff
                  example: nosniff
            Referrer-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: same-origin
                  example: same-origin
            Feature-Policy:
              content:
                text/plain:
                  schema:
                    type: string
                    example: sync-xhr 'self';
                  example: sync-xhr 'self';
          content:
            application/json:
              schema:
                allOf:
                - $ref: '#/components/schemas/Succcess2'
                - example:
                    order_id: '1146748'
                    number: GGS-0719723755
                    date: 2019-07-23
                    subtotal: '59.13'
                    tax: '12.42'
                    tax_rate: '21.00'
                    total: '71.55'
                    status: paid
                    currency: EUR
                    payment_method: balance
                    success: true
              example:
                order_id: '1146748'
                number: GGS-0719723755
                date: 2019-07-23
                subtotal: '59.13'
                tax: '12.42'
                tax_rate: '21.00'
                total: '71.55'
                status: paid
                currency: EUR
                payment_method: balance
                success: true
            application/json; charset=utf-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/Error'
                - example:
                    error: true
                    message: '120'
                    description: Invalid order ID 123 for customer 3439.
              example:
                error: true
                message: '120'
                description: Invalid order ID 123 for customer 3439.
      deprecated: false
components:
  schemas:
    Error:
      title: Error
      required:
      - error
      - message
      - description
      type: object
      properties:
        error:
          type: boolean
        message:
          type: string
        description:
          type: string
      example:
        error: true
        message: Wrong username/password
        description: Check your username and password
    Success:
      title: Success
      required:
      - key
      type: object
      properties:
        key:
          type: string
      example:
        key: secretApiKey
    Success1:
      title: Success1
      required:
      - products
      - success
      type: object
      properties:
        products:
          type: array
          items:
            $ref: '#/components/schemas/Product'
          description: ''
        success:
          type: boolean
      example:
        products:
        - id: '183'
          name: CertCentral
          periods:
          - 12
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: false
          dcv_dns: false
          dcv_http: false
          dcv_https: false
          recheck_caa: false
        - id: '175'
          name: DigiCert Basic EV SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '173'
          name: DigiCert Basic OV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '182'
          name: DigiCert EV Multi-Domain
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 3
          single_san_included: '3'
          wildcard_san_included: '0'
          multidomains_maximum: '247'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '180'
          name: DigiCert Multi-Domain SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '41'
          name: DigiCert Secure Site
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '44'
          name: DigiCert Secure Site EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '42'
          name: DigiCert Secure Site PRO
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '43'
          name: DigiCert Secure Site PRO EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '113'
          name: DigiCert Secure Site PRO Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '84'
          name: DigiCert Secure Site Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '174'
          name: DigiCert Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '26'
          name: GeoTrust QuickSSL Premium
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '12'
          name: GeoTrust QuickSSL Premium SAN
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 4
          single_san_included: '4'
          wildcard_san_included: '0'
          multidomains_maximum: '246'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '112'
          name: GeoTrust QuickSSL Premium Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '27'
          name: GeoTrust TrueBusinessID
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '29'
          name: GeoTrust TrueBusinessID EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '71'
          name: GeoTrust TrueBusinessID EV SAN
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 4
          single_san_included: '4'
          wildcard_san_included: '0'
          multidomains_maximum: '245'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '30'
          name: GeoTrust TrueBusinessID SAN
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 4
          single_san_included: '4'
          wildcard_san_included: '0'
          multidomains_maximum: '245'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '25'
          name: GeoTrust TrueBusinessID SAN Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '28'
          name: GeoTrust TrueBusinessID Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '65'
          name: GoGetSSL® 90-day Trial SSL
          periods:
          - 3
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '134'
          name: GoGetSSL® BusinessTrust
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '132'
          name: GoGetSSL® BusinessTrust EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '133'
          name: GoGetSSL® BusinessTrust EV SAN
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '136'
          name: GoGetSSL® BusinessTrust SAN
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '135'
          name: GoGetSSL® BusinessTrust Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '66'
          name: GoGetSSL® Domain SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '68'
          name: GoGetSSL® Multi-Domain SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '139'
          name: GoGetSSL® Multi-Domain Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '144'
          name: GoGetSSL® Public IP SAN
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: false
          dcv_dns: false
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '185'
          name: GoGetSSL® Secure Domain SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '67'
          name: GoGetSSL® Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '31'
          name: RapidSSL Standard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '83'
          name: RapidSSL Trial
          periods:
          - 1
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '32'
          name: RapidSSL WildcardSSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '125'
          name: Sectigo EnterpriseSSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '126'
          name: Sectigo EnterpriseSSL Pro
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '129'
          name: Sectigo EnterpriseSSL Pro EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '130'
          name: Sectigo EnterpriseSSL Pro EV MDC
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '127'
          name: Sectigo EnterpriseSSL Pro Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '75'
          name: Sectigo Essential SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '76'
          name: Sectigo Essential Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '55'
          name: Sectigo EV SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '47'
          name: Sectigo InstantSSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '49'
          name: Sectigo InstantSSL Premium
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '48'
          name: Sectigo InstantSSL Pro
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '57'
          name: Sectigo Multi-Domain EV SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '54'
          name: Sectigo Multi-Domain SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '100'
          name: Sectigo Multi-Domain Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '45'
          name: Sectigo PositiveSSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '118'
          name: Sectigo PositiveSSL EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '119'
          name: Sectigo PositiveSSL EV MDC
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '77'
          name: Sectigo PositiveSSL Multi-Domain
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '99'
          name: Sectigo PositiveSSL Multi-Domain Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '63'
          name: Sectigo PositiveSSL Multi-Domain Wildcard (3 SAN)
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 3
          single_san_included: '0'
          wildcard_san_included: '3'
          multidomains_maximum: '247'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '46'
          name: Sectigo PositiveSSL Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '50'
          name: Sectigo Premium Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '82'
          name: Sectigo SSL Certificate
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '85'
          name: Sectigo SSL UCC DV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '53'
          name: Sectigo SSL UCC OV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 2
          single_san_included: '2'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '105'
          name: Sectigo SSL Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '70'
          name: Sectigo Trial SSL
          periods:
          - 3
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '120'
          name: Sectigo UCC DV Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '128'
          name: Sectigo UCC OV Wildcard SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: true
        - id: '36'
          name: Thawte SSL 123
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '250'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '111'
          name: Thawte SSL 123 Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: no
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '24'
          name: Thawte SSL Web Server Multi-Domain Wildcard
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 2
          single_san_included: '0'
          wildcard_san_included: '2'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '37'
          name: Thawte Web Server EV
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '35'
          name: Thawte Web Server SSL
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: no
          unlimited_servers: yes
          is_multidomain: yes
          wildcard_san_enabled: yes
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '248'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '38'
          name: Thawte Wildcard SSL Certificate
          periods:
          - 12
          - 24
          - 36
          - 48
          - 60
          - 72
          organization: yes
          wildcard: yes
          unlimited_servers: yes
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
        - id: '184'
          name: Verified Mark Certificate (VMC)
          periods:
          - 12
          organization: no
          wildcard: no
          unlimited_servers: no
          is_multidomain: no
          wildcard_san_enabled: no
          multidomains_included: 0
          single_san_included: '0'
          wildcard_san_included: '0'
          multidomains_maximum: '0'
          dcv_email: false
          dcv_dns: false
          dcv_http: false
          dcv_https: false
          recheck_caa: false
        success: true
    Product:
      title: Product
      required:
      - id
      - name
      - periods
      - organization
      - wildcard
      - unlimited_servers
      - is_multidomain
      - wildcard_san_enabled
      - multidomains_included
      - single_san_included
      - wildcard_san_included
      - multidomains_maximum
      - dcv_email
      - dcv_dns
      - dcv_http
      - dcv_https
      - recheck_caa
      type: object
      properties:
        id:
          type: string
        name:
          type: string
        periods:
          type: array
          items:
            type: integer
            format: int32
          description: ''
        organization:
          type: string
        wildcard:
          type: string
        unlimited_servers:
          type: string
        is_multidomain:
          type: string
        wildcard_san_enabled:
          type: string
        multidomains_included:
          type: integer
          format: int32
        single_san_included:
          type: string
        wildcard_san_included:
          type: string
        multidomains_maximum:
          type: string
        dcv_email:
          type: boolean
        dcv_dns:
          type: boolean
        dcv_http:
          type: boolean
        dcv_https:
          type: boolean
        recheck_caa:
          type: boolean
      example:
        id: '183'
        name: CertCentral
        periods:
        - 12
        organization: yes
        wildcard: no
        unlimited_servers: yes
        is_multidomain: yes
        wildcard_san_enabled: no
        multidomains_included: 0
        single_san_included: '0'
        wildcard_san_included: '0'
        multidomains_maximum: '0'
        dcv_email: false
        dcv_dns: false
        dcv_http: false
        dcv_https: false
        recheck_caa: false
    Success2:
      title: Success2
      required:
      - product_prices
      - success
      type: object
      properties:
        product_prices:
          type: array
          items:
            $ref: '#/components/schemas/ProductPrice'
          description: ''
        success:
          type: boolean
    ProductPrice:
      title: ProductPrice
      required:
      - period
      - price
      - id
      type: object
      properties:
        period:
          type: string
        price:
          oneOf:
          - type: number
          - type: integer
            format: int32
        id:
          type: string
      example:
        period: '12'
        price: 4.46
        id: '66'
    Success3:
      title: Success3
      required:
      - product_name
      - product_type
      - product_id
      - product_brand
      - product_description
      - product_agreement
      - product_organization
      - product_wildcard
      - product_unlimited_servers
      - product_is_multidomain
      - product_multidomains_included
      - product_single_san_included
      - product_wildcard_san_included
      - product_multidomains_maximum
      - product_san_wildcard
      - product_dcv_email
      - product_dcv_dns
      - product_dcv_http
      - product_dcv_https
      - recheck_caa
      - refund_days
      - terms
      - terms_min
      - site_seal
      - change_main_domain
      - ssl_warranty
      - estimate
      - ip_allowed
      - free_reissues
      - description
      - product_prices
      - product_san_prices
      - product_wildcard_san_prices
      - success
      type: object
      properties:
        product_name:
          type: string
        product_type:
          type: string
        product_id:
          type: integer
          format: int32
        product_brand:
          type: string
        product_description:
          type: string
        product_agreement:
          type: string
        product_organization:
          type: string
        product_wildcard:
          type: string
        product_unlimited_servers:
          type: string
        product_is_multidomain:
          type: string
        product_multidomains_included:
          type: integer
          format: int32
        product_single_san_included:
          type: string
        product_wildcard_san_included:
          type: string
        product_multidomains_maximum:
          type: string
        product_san_wildcard:
          type: string
        product_dcv_email:
          type: boolean
        product_dcv_dns:
          type: boolean
        product_dcv_http:
          type: boolean
        product_dcv_https:
          type: boolean
        recheck_caa:
          type: boolean
        refund_days:
          type: integer
          format: int32
        terms:
          type: integer
          format: int32
        terms_min:
          type: integer
          format: int32
        site_seal:
          type: string
        change_main_domain:
          type: boolean
        ssl_warranty:
          type: string
        estimate:
          type: string
        ip_allowed:
          type: boolean
        free_reissues:
          type: boolean
        description:
          type: string
        product_prices:
          type: array
          items:
            $ref: '#/components/schemas/ProductPrice1'
          description: ''
        product_san_prices:
          type: array
          items:
            $ref: '#/components/schemas/ProductSanPrice'
          description: ''
        product_wildcard_san_prices:
          type: array
          items:
            $ref: '#/components/schemas/ProductWildcardSanPrice'
          description: ''
        success:
          type: boolean
    ProductPrice1:
      title: ProductPrice1
      required:
      - period
      - price
      - id
      type: object
      properties:
        period:
          type: string
        price:
          oneOf:
          - type: integer
            format: int32
          - type: number
        id:
          type: string
    ProductSanPrice:
      title: ProductSanPrice
      required:
      - period
      - price
      - id
      type: object
      properties:
        period:
          type: string
        price:
          oneOf:
          - type: integer
            format: int32
          - type: number
        id:
          type: string
    ProductWildcardSanPrice:
      title: ProductWildcardSanPrice
      required:
      - period
      - price
      - id
      type: object
      properties:
        period:
          type: string
        price:
          oneOf:
          - type: integer
            format: int32
          - type: number
        id:
          type: string
    Success4:
      title: Success4
      required:
      - product_price
      - success
      type: object
      properties:
        product_price:
          type: array
          items:
            $ref: '#/components/schemas/ProductPrice1'
          description: ''
        success:
          type: boolean
    Success5:
      title: Success5
      required:
      - product_id
      - product_agreement
      - success
      type: object
      properties:
        product_id:
          type: string
        product_agreement:
          type: string
        success:
          type: boolean
      example:
        product_id: '66'
        product_agreement: "Sectigo CERTIFICATE SUBSCRIBER AGREEMENT\r\n\r\nIMPORTANT - PLEASE READ THIS CERTIFICATE SUBSCRIBER AGREEMENT CAREFULLY BEFORE APPLYING FOR, ACCEPTING, OR USING A Sectigo CERTIFICATE.  BY USING, APPLYING FOR, OR ACCEPTING A Sectigo CERTIFICATE OR BY CLICKING ON \"I AGREE\", YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, THAT YOU UNDERSTAND IT, AND THAT YOU AGREE TO ITS TERMS.  IF YOU DO NOT ACCEPT THIS AGREEMENT, DO NOT APPLY FOR, ACCEPT, OR USE A Sectigo CERTIFICATE AND DO NOT CLICK \"I AGREE\".\r\n\r\nThis agreement is between you (\"Subscriber\") and Sectigo CA Limited (\"Sectigo\"), a United Kingdom company.  The agreement governs your application for and use of an SSL Certificate issued from Sectigo.  You and Sectigo agree as follows:\r\n\r\n1. Subscription Service.\r\n\r\n\r\n1.1. Issuance.  Upon Sectigo's acceptance of Subscriber's application for a Certificate, Sectigo shall attempt to validate the application information in accordance with the Sectigo CPS and, for EV Certificates, the EV Guidelines.  If Sectigo chooses to accept the application and can validate Subscriber to Sectigo's satisfaction, Sectigo shall issue the ordered Certificate(s) to Subscriber.  Sectigo may refuse an application for any reason.\r\n1.2. Multiple Certificates.  This agreement applies to multiple future Certificate request and any resulting Certificates, regardless of when the Certificate is requested or issued.    \r\n1.3. License.  After issuance, Sectigo grants Subscriber a revocable, non-exclusive, non-transferable license to use the issued Certificates on the server hosting the domain name(s) listed in the Certificate.  Sectigo also grants Subscriber a non-exclusive, non-transferable, and revocable license to use Sectigo's EV AUTO-Enhancer and EV Enhancer technology in connection with Sectigo EV Certificates.  All rights not expressly granted herein to Subscriber are reserved to Sectigo. \r\n1.4. TrustLogos.  Sectigo grants Subscriber a license to display purchased TrustLogos on domain(s) secured by a Sectigo Certificate.  When revoking a Certificate, Sectigo may also revoke any TrustLogos issued to the same site.  Subscriber shall not modify a TrustLogo in any manner.  Subscriber shall not display or use a TrustLogo 1) to represent that Sectigo guarantees any non-Sectigo products or services, 2) on a site that is misleading, defamatory, libelous, disparaging, obscene or otherwise objectionable to Sectigo, or 3) in a way that harms Sectigo's rights to its trademarks or harms Sectigo's business reputation.\r\n1.5. Fee.  Subscriber shall pay all applicable fees for the Certificate before it issues.  Certificate fees are provided to Subscriber during the application process.  All payments are non-refundable, except that the Certificate's seller will refund a payment if, before twenty (20) business days after the Certificate's issuance, the Subscriber has 1) not used the Certificate and 2) made a written request to Sectigo for the Certificate's revocation.\r\n1.6. Subscriber Obligations. Subscriber shall:\r\n	(i)	use the Certificates only for the purposes listed in the Sectigo CPS; \r\n	(ii) only install an issued Certificate on the servers accessible at the domain name(s) listed in the Certificate and only use an issued Certificate for authorized business of the Subscriber;  \r\n	(iii) be responsible for any computer hardware,  telecommunications hardware, and software necessary to use the Certificate;  \r\n	(iv) obtain and maintain any authorization or license necessary to use the Certificate; \r\n	(v) bind every Relying Party to Sectigo's Relying Party Agreement; \r\n	(vi) keep Confidential Information confidential and uncompromised, and immediately inform Sectigo and request revocation of any affected Certificates if Subscriber reasonably believes that Confidential Information is likely to be disclosed or compromised;  \r\n	(vii) ensure that all information provided to Sectigo is complete and accurate and does not include any information that would be unlawful, contrary to public interest, or otherwise likely to damage the business or reputation of Sectigo if used in any way;\r\n	(viii) immediately cease using a Certificate and associated Private Key 1) if the Private Key is compromised or 2) after the Certificate is expired or revoked, \r\n	(ix) immediately notify Sectigo of 1) any a breach of this agreement or 2) any information provided  to Sectigo changes, ceases to be accurate, or becomes inconsistent with the warranties made by Subscriber herein, and \r\n	(x) comply with all applicable local and international laws when receiving or using a Certificate, including all export laws.  Subscriber shall not export or re-export, either directly or indirectly, any Certificate to a country or entity under United Kingdom or United States restrictions.  SUBSCRIBER ASSUMES ALL LIABILITY FOR ITS VIOLATION OF EXPORT LAWS.\r\n1.7. Restrictions.  Subscriber shall not:\r\n	(i) impersonate or misrepresent Subscriber's affiliation with any entity,\r\n	(ii) modify, license, create a derivative work of, or transfer any Certificate (except as required to use the Certificate) or Private Key;\r\n	(iii) install or use an issued Certificate until after Subscriber has reviewed and verified the Certificate data's accuracy;\r\n	(iv) upload or distribute any files or software that may damage the operation of another's computer,\r\n	(v) use the Services to 1) engage in conduct that is offensive, abusive, contrary to public morality, indecent, defamatory, obscene, or menacing, 2) breach the confidence of a third party, 3) cause Sectigo or a third party distress, annoyance, denial of any service, disruption or inconvenience, 4) send or receive unsolicited bulk correspondence or 5) create a Private Key that is substantially similar to a Sectigo or third party's Private Key,\r\n	(vi) make representations regarding the Service to any third party except as agreed to in writing by Sectigo.\r\n\r\n2. Warranties and Representations.  Subscriber warrants that: \r\n\r\n	(i)	for EV Certificates, the subject named in the Certificate has exclusive control of the domain name(s) listed in the Certificate; \r\n	(ii) it has full power and authority to enter into this agreement and perform its obligations hereunder; \r\n	(iii) for EV Certificates, the individual accepting the Agreement is expressly authorized by Subscriber to sign the agreement for Subscriber.\r\n\r\n3. Revocation.  Sectigo may revoke a Certificate if Sectigo believes that: \r\n\r\n	(i) Subscriber requested revocation of the Certificate;\r\n	(ii) Subscriber did not authorize the Certificate and has not retroactively granted authorization;\r\n	(iii) Subscriber breached this Agreement;\r\n	(iv) Confidential Information related to the Certificate has been disclosed or compromised; \r\n	(v) the Certificate has been 1) misused, 2) used contrary to law, rule, or regulation or 3) used, directly or indirectly, for illegal or fraudulent purposes;\r\n	(vi) information in the Certificate is inaccurate or misleading,\r\n	(vii) for EV Certificates, Subscriber loses exclusive control over a domain name listed in the Certificate;\r\n	(viii) the Certificate was not issued or used in accordance with Sectigo's CPS, industry standards, or, for EV Certificates, the EV Guidelines;\r\n	(ix) Sectigo 1) ceased operations or 2) is no longer allowed to issue the Certificate, and no other certificate authority has agreed to provide revocation support for the Certificate;\r\n	(x) Subscriber is added as a denied party or prohibited person to a blacklist, or is operating from a prohibited destination under the laws of Sectigo's jurisdiction of operation;\r\n	(xi) the Certificate was issued to publishers of malicious software;\r\n	(xii) the CPS authorizes revocation of the Certificate; or\r\n	(xiii) the Certificate, if not revoked, will compromise the trust status of Sectigo.\r\nAfter revoking the Certificate, Sectigo may, in its sole discretion, reissue the Certificate to Subscriber or terminate the agreement.\r\n\r\n4. Intellectual Property Rights. \r\n\r\n4.1. Sectigo IP Rights. Sectigo retains, and Subscriber shall not obtain or claim, all title, interest, and ownership rights in:\r\n	(i) the Services, including issued Certificates,\r\n 	(ii) all copies or derivative works of the Services, regardless of who produced, requested, or suggested the copy or derivative work, \r\n	(iii) all documentation and materials provided by Sectigo, and\r\n	(iv) all of Sectigo's copyrights, patent rights, trade secret rights and other proprietary rights. \r\n4.2. Trademarks.  Subscriber shall not use a Sectigo trademark without Sectigo's written consent. Sectigo consents to use of trademarks in connection with provided TrustLogos. \r\n4.3. Other Rights.  EV AUTO-Enhancer™ for Windows uses Microsoft Detours Professional 2.1. Detours is Copyright 1995-2004, Microsoft Corporation. Portions of the Detours package may be covered by patents owned by Microsoft corporation. \r\nMicrosoft, MS-DOS, Windows, Windows NT, Windows 2000, Windows XP, and DirectX are registered trademarks or trademarks of Microsoft Corporation in the U.S. and other countries. \r\n\r\n5. Indemnification.\r\n\r\n5.1. Indemnification.  Subscriber shall indemnify Sectigo and its affiliates and their respective directors, officers, employees, and agents (each an \"Indemnified Person\") against all liabilities, losses, expenses, or costs (including reasonable attorney's fees) (collectively \"Losses\") that, directly or indirectly, are based on Subscriber's breach of this agreement, information provided by Subscriber, or Subscriber's or its customers' infringement on the rights of a third party. \r\n5.2. Indemnification Procedure.  Sectigo shall notify Subscriber promptly of any demand for indemnification.  However, Sectigo's failure to notify will not relieve Subscriber from its indemnification obligations except to the extent that the failure to provide timely notice materially prejudices Subscriber.  Subscriber may assume the defense of any action, suit, or proceeding giving rise to an indemnification obligation unless assuming the defense would result in potential conflicting interests as determined by the Indemnified Person in good faith.  Subscriber may not settle any claim, action, suit or proceeding related to this agreement unless the settlement also includes an unconditional release of all Indemnified Persons from liability. \r\n5.3. Additional Liability. The indemnification obligations of Subscriber are not Sectigo's sole remedy for Subscriber's breach and are in addition to any other remedies Sectigo may have against Subscriber under this agreement.  Subscriber's indemnification obligations survive the termination of this agreement. \r\n\r\n6. Term and Termination.\r\n\r\n6.1. Term.  Unless otherwise terminated as allowed herein, this agreement is effective upon Subscriber's acceptance and lasts for as long as a Certificate issued under the agreement is valid.   \r\n6.2. Termination.  Either party may terminate the agreement with 20 business days notice for convenience.  Sectigo may terminate this agreement immediately without notice if\r\n	(i) Subscriber materially breaches this agreement,\r\n	(ii) if Sectigo revokes a Certificate as allowed herein, \r\n	(iii) if Sectigo rejects Subscriber's Certificate application, \r\n	(iv) Sectigo cannot satisfactorily validate Subscriber in accordance with section 1.1, or \r\n	(v) if industry standards change in a way that affects the validity of the Certificates ordered by Subscriber. \r\n6.3. Events Upon Termination.  After termination, Sectigo may revoke any other Certificate's issued to Subscriber without further notice.  Subscriber shall pay any amounts still owed for the Certificates.  Sectigo is not obligated to refund any payment made by Subscriber upon termination of this Agreement.\r\n\r\n7. Disclaimers and Limitation of Liability.\r\n\r\n7.1. Relying Party Warranties.  Subscriber acknowledges that the Relying Party Warranty is only for the benefit of Relying Parties.  Subscriber does not have rights under the warranty, including any right to enforce the terms of the warranty or make a claim under the warranty. \r\n7.2. Exclusion of Warranties.   THE SERVICES ARE PROVIDED \"AS IS\" AND \"AS AVAILABLE\".   Sectigo EXPRESSLY DISCLAIMS ALL IMPLIED AND EXPRESS WARRANTIES IN THE SERVICES.  THIS DISCLAIMER INCLUDES ALL WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT AND IS EFFECTIVE TO THE MAXIMUM EXTENT ALLOWED BY LAW.  Sectigo DOES NOT GUARANTEE THAT 1) THE SERVICES WILL MEET SUBSCRIBER'S REQUIREMENTS OR EXPECTATIONS OR 2) THAT ACCESS TO THE SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE.   \r\n7.3. Limitation on Liability.  SUBJECT TO SECTION  7.4, THE TOTAL LIABILITY OF Sectigo AND ITS AFFILIATES, AND EACH OF THEIR OFFICERS, DIRECTORS, PARTNERS, EMPLOYEES, AND CONTRACTORS, RESULTING FROM OR CONNECTED TO THIS AGREEMENT IS LIMITED TO THE AMOUNT PAID BY SUBSCRIBER FOR THE SERVICES GIVING RISE TO THE LIABILITY.  SUBSCRIBER WAIVES ALL LIABILITY FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES.  THIS WAIVER INCLUDES ALL DAMAGES FOR LOST PROFITS, REVENUE, USE, OR DATA AND APPLIES EVEN IF Sectigo IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.  These limitations apply to the maximum extent permitted by law regardless of 1) the reason for or nature of the liability, including tort claims, 2) the number of any claims, 3) the extent or nature of the damages, and 4) whether any other provisions of this agreement have been breached or proven ineffective.\r\n7.4. Exception.  Nothing in this agreement excludes or limits the liability of either party for death or personal injury resulting from the negligence of that party or for any statements made fraudulently by either party. \r\n\r\n8. Remedy.\r\n\r\n8.1. Injunctive Relief.  Subscriber acknowledges that its breach of this agreement will result in irreparable harm to Sectigo that cannot adequately be redressed by compensatory damages.  Accordingly, in addition to any other legal remedies which may be available, Sectigo may seek and obtain an injunctive order against a breach or threatened breach of the agreement by Subscriber. \r\n8.2. Limitation on Actions. Except for actions and claims related to a party's indemnification and confidentiality obligations, all claims and actions arising from this agreement must be brought within one (1) year from the date when the cause of action occurred.  \r\n8.3. Remedy.  Subscriber's sole remedy for a defect in the Services is to have Sectigo use reasonable efforts to correct the defect.  Sectigo is not obligated to correct a defect if (i) the Service was misused, damaged, or modified, (ii) Subscriber did not immediately report the defect to Sectigo, or (iii) Subscriber breached any provision of this agreement. \r\n\r\n9. Confidentiality.  Except as allowed herein, a party (\"Receiving Party\") shall not use or disclose any Confidential Information provided by the other party (the \"Disclosing Party\") other than for the purpose of performing its obligations under this agreement.  The Receiving Party shall take reasonable measures to prevent unauthorized disclosure and shall ensure that any person receiving Confidential Information complies with the restrictions in this section.  The Receiving Party may disclose Confidential Information if the information: \r\n\r\n	(i)is already possessed by the Receiving Party before receipt from the Disclosing Party;\r\n	(ii)is or becomes public domain without fault of the Receiving Party; \r\n	(iii)is received by the Receiving Party from a third party who is not under an obligation of confidentiality or a restriction on the use and disclosure of the information,\r\n	(iv)is disclosed in response to the requirements of a law, governmental order, regulation, or legal process and the Receiving Party first gives prior notice to the Disclosing Party of the requirement to disclose the information, or\r\n	(v)is disclosed under operation of law to the public without a duty of confidentiality.\r\nA party asserting one of the exceptions to Confidential Information above shall prove the assertion using verifiable documentary evidence.  The restrictions contained in this section apply for the duration of the agreement plus five years after its termination.\r\n\r\n10. Privacy. \r\n\r\n	(i) Sectigo shall follow the privacy policy posted on its website when receiving and using information from the Subscriber.  Sectigo may amend the privacy policy at any time by posting the amended privacy policy on its website.  Subject to Section 10(ii), Sectigo shall use reasonable efforts in protecting Subscriber's information.  Subscriber acknowledges that risks remain that are beyond Sectigo's reasonable control and waives all liability of Sectigo for these risks.   \r\n	(ii) Subscriber consents to 1) Sectigo disclosing Subscriber's information publicly by embedding the information in issued Certificates and 2) Sectigo disclosing and transferring Subscriber's information to third parties located outside of the European Union as necessary to validate and issue Certificates. \r\n	(iii) Subscriber may opt-out of having information used for purposes not directly related to the Services by emailing a clear notice to optout@Sectigo.com.  By clicking \"I AGREE\", Subscriber affirmatively consents to receiving Sectigo's and its affiliates marketing material.\r\n\r\n11. Miscellaneous. \r\n\r\n11.1. Force Majeure and Internet Frailties.  Other than for payment obligations by Subscriber, neither party will be liable for a delay or failure to perform an obligation to the extent that the delay or failure is caused by an occurrence beyond the party's reasonable control. Each party acknowledges that the operation of the Internet is beyond the other party's reasonable control, and neither party will be liable for a delay or failure caused by an interruption or failure of telecommunication or digital transmission links, Internet slow-downs or failures, or other such transmission failure.  \r\n11.2. Notices.  You shall send all notices to Sectigo by first class mail in English writing, with return receipt requested, to Sectigo CA Limited, 26 Office Village, 3rd Floor, Exchange Quay, Trafford Road, Salford, Manchester M5 3EQ, United Kingdom.  Sectigo shall send all notices to Subscriber's contact information listed on its Certificate application.  Sectigo may send notices by mail, email, or facsimile. \r\n11.3. Entire Agreement.  This agreement and all documents referred to herein constitutes the entire agreement between the parties, superseding all other agreements that may exist with respect to the subject matter.  Section headings are for reference and convenience only and are not part of the interpretation of this agreement.   \r\n11.4. Amendments.  Sectigo may amend this agreement, the CPS, the Relying Party Agreement, the Relying Party Warranty, its website, and any documents listed in its Repository at any time by posting either the amendment or the amended document in the Repository.  Subscriber shall periodically review the Repository to be aware of any changes.  Subscriber may terminate the agreement if Subscriber does not agree to the amendment.  Subscriber's continued use of the Services after an amendment is posted constitutes Subscriber's acceptance of the amendment.\r\n11.5. Waiver.  A party's failure to enforce a provision of this agreement will not waive the party's right to enforce the same provision later or right to enforce any other provision of this agreement.  To be effective, all waivers must be both in writing and signed by the party benefiting form the waived provision.  \r\n11.6. Assignment.  Subscriber may not assign any of its rights or obligations under this agreement without the prior written consent of Sectigo.  Any transfer without consent is void.  Sectigo may assign its rights and obligations without Subscriber's consent.\r\n11.7. Governing Law and Venue.  The laws of England and Wales govern the interpretation, construction, and enforcement of this agreement and all proceedings arising out of it, including tort claims, without regard to any conflicts of law principles.  All proceedings or legal action arising from this agreement must be commenced in the courts of England and Wales.  Both parties agree to the exclusive venue and jurisdiction of these courts.\r\n11.8. Severability. Any provision determined invalid or unenforceable by rule of law will be reformed to the minimum extent necessary to make the provision valid and enforceable.  If reformation is not possible, the provision is deemed omitted and the balance of the agreement remains valid and enforceable.\r\n11.9. Survival. All provisions of the agreement related to confidentiality, proprietary rights, indemnification, and limitations of liability survive the termination of the agreement.\r\n11.10. Rights of Third Parties.  The Certificate Beneficiaries are express third party beneficiaries of Subscriber's obligations and warranties in this agreement.\r\n \r\n12. Definitions.\r\n\r\n12.1. \"Certificate\" means a digitally signed electronic data file issued by Sectigo to a person or entity seeking to conduct business over a communications network which contains the identity of the person authorized to use the Digital Signature, a copy of their Public Key, a serial number, a time period during which the data file may be used, and a Digital Signature issued by Sectigo. \r\n12.2. \"CPS\" refers to the documents explaining Sectigo's polices and procedures when operating its PKI infrastructure. \r\n12.3. \"Confidential Information\" means all material, data, systems, technical operations, and other information concerning Sectigo's business operations that is not known to the general public, including all information about the Certificate issuance services (such as all Private Keys, personal identification numbers and passwords). \r\n12.4. \"Certificate Beneficiaries\" means the Subscriber, the Subject named in the Certificate, any third parties with whom Sectigo has entered into a contract for inclusion of its root certificate, and all Relying Parties that actually rely on such Certificate during the period when it is valid. \r\n12.5. \"Digital Signature\" means an encrypted electronic data file which is attached to or logically associated with other electronic data and which identifies and is uniquely linked to the signatory of the electronic data, is created using the signatory's Private Key and is linked in a way so as to make any subsequent changes to the electronic data detectable.\r\n12.6. \"EV AUTO-Enhancer\" means Sectigo's patent-pending process and software to enable EV functionality on web browsing computers using a modified Apache configuration file or the Sectigo developed IIS plug-in.   \r\n12.7. \"EV Certificate\" means a Certificate signed to Sectigo's EV root certificate that is designed for use with an SSL v3 or TLS v 1.0 enabled web browse and that complies with the EV Guidelines.  \r\n12.8. \"EV Enhancer\" means the process and software used by Sectigo to enable EV functionality on web browsing computers by pointing the web browser on the web browsing computer to a beacon website designed to download and install a new EV root certificate.  \r\n12.9. \"EV Guidelines\" refers to the official, adopted guidelines governing EV Certificates as established by the CA/Browser Forum that are available online at http://www.cabforum.org. \r\n12.10. \"Private Key\" means a confidential encrypted electronic data file designed to interface with a Public Key using the same encryption algorithm and which may be used to create Digital Signatures, and decrypt files or messages which have been encrypted with a Public Key.  \r\n12.11. \"Public Key\" means a publicly available encrypted electronic data file designed to interface with a Private Key using the same encryption algorithm and which may be used to verify Digital Signatures and encrypt files or messages. \r\n12.13. \"Relying Party\" means an entity that acts in reliance on a Certificate or a Digital Signature.\r\n12.14. \"Relying Party Agreement\" refers to an agreement located on the Sectigo Repository that governs a Relying Party's use of the Certificate when transacting business with the Subscriber's website.\r\n12.15. \"Relying Party Warranty\" refers to a warranty offered by Sectigo to a Relying Party under the terms and conditions found in the Sectigo Relying Party Agreement in connection with the Relying Party's use of a Certificate.\r\n12.16. \"Repository\" means a publicly available collection of information and databases relating to Sectigo's Certificate practices and which is available at http://www.Sectigo.com/repository.\r\n12.17. \"Services\" means the Certificates ordered hereunder along with any related TrustLogo, software, and documentation.12.18. \"TrustLogo\" means a logo provided by Sectigo for use on a Subscriber's site in connection with an issued Certificate.\r\nACCEPTANCE\r\n\r\nBY CLICKING \"I AGREE\", YOU ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND THIS AGREEMENT AND THAT YOU AGREE TO COMPLY WITH ITS TERMS.  DO NOT CLICK \"I AGREE\" IF YOU DO NOT ACCEPT THIS AGREEMENT."
        success: true
    Success6:
      title: Success6
      required:
      - products
      - success
      type: object
      properties:
        products:
          type: array
          items:
            $ref: '#/components/schemas/Product1'
          description: ''
        success:
          type: boolean
    Product1:
      title: Product1
      required:
      - id
      - brand
      - product
      - max_period
      - san_enabled
      - wildcard_san_enabled
      - product_type
      - unlimited_licencing
      - wildcard_enabled
      - claim_ev_enabled
      - trust_logo
      - org_required
      - dcv_email
      - dcv_dns
      - dcv_http
      - dcv_https
      - recheck_caa
      - prices
      type: object
      properties:
        id:
          type: string
        brand:
          type: string
        product:
          type: string
        max_period:
          type: string
        san_enabled:
          type: integer
          format: int32
        wildcard_san_enabled:
          type: string
        product_type:
          type: string
        unlimited_licencing:
          type: integer
          format: int32
        wildcard_enabled:
          type: integer
          format: int32
        claim_ev_enabled:
          type: string
        trust_logo:
          type: integer
          format: int32
        org_required:
          type: integer
          format: int32
        dcv_email:
          type: boolean
        dcv_dns:
          type: boolean
        dcv_http:
          type: boolean
        dcv_https:
          type: boolean
        recheck_caa:
          type: boolean
        san_max:
          type: string
        prices:
          $ref: '#/components/schemas/Prices'
    Prices:
      title: Prices
      required:
      - vendor
      type: object
      properties:
        '12':
          oneOf:
          - type: integer
            format: int32
          - type: number
        '24':
          oneOf:
          - type: integer
            format: int32
          - type: number
        '36':
          oneOf:
          - type: integer
            format: int32
          - type: number
        '48':
          oneOf:
          - type: integer
            format: int32
          - type: number
        '60':
          oneOf:
          - type: integer
            format: int32
          - type: number
        '72':
          oneOf:
          - type: integer
            format: int32
          - type: number
        vendor:
          type: object
          additionalProperties:
            oneOf:
            - type: object
              additionalProperties:
                type: object
              example:
                '12': 241
                '24': 457
                '36': 674
                '48': 891
                '60': 1108
                '72': 1205
            - type: array
              items:
                type: string
        san:
          type: object
          additionalProperties:
            type: integer
            format: int32
        wildcard_san:
          type: object
          additionalProperties:
            type: integer
            format: int32
        '3':
          type: integer
          format: int32
        '1':
          type: integer
          format: int32
    Success7:
      title: Success7
      required:
      - product
      - success
      type: object
      properties:
        product:
          allOf:
          - $ref: '#/components/schemas/Product2'
          - example:
              id: '31'
              brand: rapidssl
              product: RapidSSL Standard
              max_period: '24'
              san_enabled: 0
              product_type: domain_validation
              unlimited_licencing: 1
              wildcard_enabled: 0
              claim_ev_enabled: '0'
              trust_logo: 0
              org_required: 0
              dcv_email: true
              dcv_dns: true
              dcv_http: true
              dcv_https: true
              recheck_caa: false
              prices:
                '12': 8.7
                '24': 15.2
                vendor:
                  '12': 59
                  '24': 99
        success:
          type: boolean
      example:
        product:
          id: '31'
          brand: rapidssl
          product: RapidSSL Standard
          max_period: '24'
          san_enabled: 0
          product_type: domain_validation
          unlimited_licencing: 1
          wildcard_enabled: 0
          claim_ev_enabled: '0'
          trust_logo: 0
          org_required: 0
          dcv_email: true
          dcv_dns: true
          dcv_http: true
          dcv_https: true
          recheck_caa: false
          prices:
            '12': 8.7
            '24': 15.2
            vendor:
              '12': 59
              '24': 99
        success: true
    Product2:
      title: Product2
      required:
      - id
      - brand
      - product
      - max_period
      - san_enabled
      - product_type
      - unlimited_licencing
      - wildcard_enabled
      - claim_ev_enabled
      - trust_logo
      - org_required
      - dcv_email
      - dcv_dns
      - dcv_http
      - dcv_https
      - recheck_caa
      - prices
      type: object
      properties:
        id:
          type: string
        brand:
          type: string
        product:
          type: string
        max_period:
          type: string
        san_enabled:
          type: integer
          format: int32
        product_type:
          type: string
        unlimited_licencing:
          type: integer
          format: int32
        wildcard_enabled:
          type: integer
          format: int32
        claim_ev_enabled:
          type: string
        trust_logo:
          type: integer
          format: int32
        org_required:
          type: integer
          format: int32
        dcv_email:
          type: boolean
        dcv_dns:
          type: boolean
        dcv_http:
          type: boolean
        dcv_https:
          type: boolean
        recheck_caa:
          type: boolean
        prices:
          allOf:
          - $ref: '#/components/schemas/Prices1'
          - example:
              '12': 8.7
              '24': 15.2
              vendor:
                '12': 59
                '24': 99
      example:
        id: '31'
        brand: rapidssl
        product: RapidSSL Standard
        max_period: '24'
        san_enabled: 0
        product_type: domain_validation
        unlimited_licencing: 1
        wildcard_enabled: 0
        claim_ev_enabled: '0'
        trust_logo: 0
        org_required: 0
        dcv_email: true
        dcv_dns: true
        dcv_http: true
        dcv_https: true
        recheck_caa: false
        prices:
          '12': 8.7
          '24': 15.2
          vendor:
            '12': 59
            '24': 99
    Prices1:
      title: Prices1
      required:
      - '12'
      - '24'
      - vendor
      type: object
      properties:
        '12':
          type: number
        '24':
          type: number
        vendor:
          type: object
          additionalProperties:
            type: integer
            format: int32
      example:
        '12': 8.7
        '24': 15.2
        vendor:
          '12': 59
          '24': 99
    Error7:
      title: Error7
      required:
      - csrResult
      - success
      type: object
      properties:
        csrResult:
          allOf:
          - $ref: '#/components/schemas/CsrResult'
          - example:
              errorMessage: CSR is not valid. CSR should begin with `-----BEGIN CERTIFICATE REQUEST-----...`
        success:
          type: boolean
      example:
        csrResult:
          errorMessage: CSR is not valid. CSR should begin with `-----BEGIN CERTIFICATE REQUEST-----...`
        success: false
    CsrResult:
      title: CsrResult
      required:
      - errorMessage
      type: object
      properties:
        errorMessage:
          type: string
      example:
        errorMessage: CSR is not valid. CSR should begin with `-----BEGIN CERTIFICATE REQUEST-----...`
    Success8:
      title: Success8
      required:
      - csrResult
      - success
      type: object
      properties:
        csrResult:
          allOf:
          - $ref: '#/components/schemas/CsrResult1'
          - example:
              CN: www.my-domain.tld
              C: LV
              OU: IT
              O: IT
              L: Riga
              S: Riga
              version: 0
              Email: admin@my-domain.tld
              dnsName(s): ''
              Key Size: 2048
              md5: f772d86211d4f3b41201177a14cb0bc0
              sha1: bbb643105273e1a3e79f4a99819578a9f2337248
              sha256: 9a8ae8be423dff791fd455da8e1dc05179f36d5bee225cc5f6d60799e8576e44
              errorMessage: null
        success:
          type: boolean
      example:
        csrResult:
          CN: www.my-domain.tld
          C: LV
          OU: IT
          O: IT
          L: Riga
          S: Riga
          version: 0
          Email: admin@my-domain.tld
          dnsName(s): ''
          Key Size: 2048
          md5: f772d86211d4f3b41201177a14cb0bc0
          sha1: bbb643105273e1a3e79f4a99819578a9f2337248
          sha256: 9a8ae8be423dff791fd455da8e1dc05179f36d5bee225cc5f6d60799e8576e44
          errorMessage: null
        success: true
    CsrResult1:
      title: CsrResult1
      required:
      - CN
      - C
      - OU
      - O
      - L
      - S
      - version
      - Email
      - dnsName(s)
      - Key Size
      - md5
      - sha1
      - sha256
      - errorMessage
      type: object
      properties:
        CN:
          type: string
        C:
          type: string
        OU:
          type: string
        O:
          type: string
        L:
          type: string
        S:
          type: string
        version:
          type: integer
          format: int32
        Email:
          type: string
        dnsName(s):
          type: string
        Key Size:
          type: integer
          format: int32
        md5:
          type: string
        sha1:
          type: string
        sha256:
          type: string
        errorMessage:
          type: string
          nullable: true
      example:
        CN: www.my-domain.tld
        C: LV
        OU: IT
        O: IT
        L: Riga
        S: Riga
        version: 0
        Email: admin@my-domain.tld
        dnsName(s): ''
        Key Size: 2048
        md5: f772d86211d4f3b41201177a14cb0bc0
        sha1: bbb643105273e1a3e79f4a99819578a9f2337248
        sha256: 9a8ae8be423dff791fd455da8e1dc05179f36d5bee225cc5f6d60799e8576e44
        errorMessage: null
    Success9:
      title: Success9
      required:
      - csr_code
      - csr_key
      - success
      type: object
      properties:
        csr_code:
          type: string
        csr_key:
          type: string
        success:
          type: boolean
      example:
        csr_code: >-
          -----BEGIN CERTIFICATE REQUEST-----

          MIICyzCCAbMCAQAwgYUxCzAJBgNVBAYTAkxWMRAwDgYDVQQIDAdMYXRnYWxlMRMw

          EQYDVQQHDApEYXVnYXZwaWxzMREwDwYDVQQKDAhPT08gdGVzdDELMAkGA1UECwwC

          SVQxETAPBgNVBAMMCHRlc3QuY29tMRwwGgYJKoZIhvcNAQkBFg1pbmZvQHRlc3Qu

          Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0O5g2LTcHSTWI8Km

          qNO/4bxldmUYW+RdyqvkWNb/Dr0H5plitoTYqlIeSyJFv7LGhnM9ragr+SGh6wYC

          ntxOf2VUuxcsZklmXb9iErIGr8nGfmPTNXSYDyBk+et5GeSxhEPUpWzsMviqxg/9

          jAg9ncatvaJRiaq1FGv3qyypyX6YnUlamqFy1DuHVykRueTNJWLfslqGiOuvN4/K

          9xJiHMyE9l8rb8saWrw/FubYHMlJ/8XpqUaTIfezbHjkBFTNj8Ieo5OZDB+1QzkE

          9M2SwMembOW0mDBiiUC8tUwKdh9w6L8iB7adfLINpEDupiz2ExkdYA4XPrEj0hom

          I6NXWwIDAQABoAAwDQYJKoZIhvcNAQELBQADggEBAItC8n1XVxryLH0Qoh9BTGAV

          E9I2+peVDdRM/xxRyEw3ykmYQ1iYz0ezIchfjFUl03AiILrE8cJofqfxBxgYU2E5

          H9TyKIxSeo+9LWviqGti/vgV7IdM4DYs03/KTYlWJGX0Sy1xWuvgJcqrLRfvviba

          HtT8g1eVs8YR9dgbjgA7po7RYrux2uf6fIUCk2vrFQZBCaDkm7cbqZtjNNnuId2c

          yiz1eqC4TM7SLkP7ap9N1Muw0+k/9Wzkd5ee+KEpfImMhNmQrpy6b0miEBWJrTyu

          XgtF9dFOSSdETwi/TwbOxLS5VFu/Bg/O7fyMoptSfAV6ud5g/gMU/eW4Lx1eFTg=

          -----END CERTIFICATE REQUEST-----
        csr_key: >-
          -----BEGIN PRIVATE KEY-----

          MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDQ7mDYtNwdJNYj

          wqao07/hvGV2ZRhb5F3Kq+RY1v8OvQfmmWK2hNiqUh5LIkW/ssaGcz2tqCv5IaHr

          BgKe3E5/ZVS7FyxmSWZdv2ISsgavycZ+Y9M1dJgPIGT563kZ5LGEQ9SlbOwy+KrG

          D/2MCD2dxq29olGJqrUUa/erLKnJfpidSVqaoXLUO4dXKRG55M0lYt+yWoaI6683

          j8r3EmIczIT2XytvyxpavD8W5tgcyUn/xempRpMh97NseOQEVM2Pwh6jk5kMH7VD

          OQT0zZLAx6Zs5bSYMGKJQLy1TAp2H3DovyIHtp18sg2kQO6mLPYTGR1gDhc+sSPS

          GiYjo1dbAgMBAAECggEBAKX11KQO9hGIYzlAs1XD7dWH6yiioTjNK9uDsv0Gus+g

          RBhemtTUra6NUFbqQHFHtv6xp7q7rUJV/uJLgeVipk/309hRTglqIJAzJ9ol473b

          D3ryHKGHngnV95+19holWQTxRIarAOx0LmLp7MNBAIDFgtjxiMdL/E7efHtSHQRZ

          xZf+E+Gds4MZcJdM6TnxGfarWHXuw5tEWSaIZtWBIvYK5JAhLBY3x9tNPd+IEvgU

          b2apYxtnfe1FCARD2rs0sxSWGV9yGUUnXXtGHO3Z8YPekxTw7P/6Yq7cz9cyeFpL

          b1KVN7SNikJO8DngqaKkoCN0i2frK25CnnNI1R0rreECgYEA7kbXL5gYqITp1tyz

          yKG80E7WZ+KvPOyJnT8cpUaAM+7GDFe3hsFKsVBng2TEvkhjfUaIamGWErhuDx4C

          aMoX8ic0G8ZTB5jaFB8bGHPqx9+qI1vVHWcgvhjT8Aw+P2E49EQI+EaGYpkbzLB9

          emoDiM+qUdM8Q0G+DPCzJs8KfxMCgYEA4HjAsVcg+W+khdbVKAOyiU4oY7OpjIoF

          YaGT69HplVhWQtN7Hkv0JoAA6XcIqiaBM/zVZJVdY0RRDb49hVo+hI6zGZDsiGfU

          nrz3rH8K3TkPoT5OflfxTrCcpOgQ/e+EkdaQPz7iwRnF3Pu+y2hcH5MsUJul9N6y

          QJoPulOop5kCgYEA7J9Y7qDCTAfCGGeP+jvzv4GrFftdPsk/V/LmxZKfmfMSpgst

          7BpjzHYmdatKXhSRCEVVDx/d4rVYRpbsmZen9AfOjY6DwdWfK8BALiZfDyIkWXzG

          xK43K9CIF6hw4Ivx/VDa/4M5zQxzOPBDi59f5ysi3qNBAyF0VHFr16xfphUCgYAv

          wMCNeZGkPuHrLxbNmmvC1gO1oiTxpvMaH/uN8WwVv2MqeD765QGdpyGKiS4otGRM

          IP9slHH3ijMMD2qbEeW24Xysda48HoqW8nBmG+i9w0PV86FTM3Y8XUoVsuDahLfZ

          JqItMj2fAtKa/ltKfnsKpI6K33Hgs/eL0rqB0wZQEQKBgEOLZJSkOIFFGqaxvAAZ

          aR5mnCYO/CGzupH42KNgyYNinvGV5l16QaaCpNIZcxV3x/HBmcx2Gr+4SIpr4N9j

          J/oC4WwOoV0nLCYd7ZnznhDBdYvh60oeni7SGhVVgHyUN8+rn1/QxidCHHuZ3nyu

          MqEVYn1vanD47bJoe8pbgj2L

          -----END PRIVATE KEY-----
        success: true
    Succcess:
      title: Succcess
      required:
      - validation
      - success
      type: object
      properties:
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation'
          - example:
              http:
                http:
                  link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                  filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                  content: >-
                    22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                    COMODOCA.COM
              https:
                https:
                  link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                  filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                  content: >-
                    22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                    COMODOCA.COM
              dns:
                dns:
                  record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
        success:
          type: boolean
      example:
        validation:
          http:
            http:
              link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
          https:
            https:
              link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
          dns:
            dns:
              record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
        success: true
    Validation:
      title: Validation
      required:
      - http
      - https
      - dns
      type: object
      properties:
        http:
          allOf:
          - $ref: '#/components/schemas/Http'
          - example:
              http:
                link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                content: >-
                  22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                  COMODOCA.COM
        https:
          allOf:
          - $ref: '#/components/schemas/Https'
          - example:
              https:
                link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
                filename: 604693EB6CD1DCB4551BCC5370E09055.txt
                content: >-
                  22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                  COMODOCA.COM
        dns:
          allOf:
          - $ref: '#/components/schemas/Dns'
          - example:
              dns:
                record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
      example:
        http:
          http:
            link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
            filename: 604693EB6CD1DCB4551BCC5370E09055.txt
            content: >-
              22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

              COMODOCA.COM
        https:
          https:
            link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
            filename: 604693EB6CD1DCB4551BCC5370E09055.txt
            content: >-
              22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

              COMODOCA.COM
        dns:
          dns:
            record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
    Http:
      title: Http
      required:
      - http
      type: object
      properties:
        http:
          allOf:
          - $ref: '#/components/schemas/Http1'
          - example:
              link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
      example:
        http:
          link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
          filename: 604693EB6CD1DCB4551BCC5370E09055.txt
          content: >-
            22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

            COMODOCA.COM
    Http1:
      title: Http1
      required:
      - link
      - filename
      - content
      type: object
      properties:
        link:
          type: string
        filename:
          type: string
        content:
          type: string
      example:
        link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
        filename: 604693EB6CD1DCB4551BCC5370E09055.txt
        content: >-
          22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

          COMODOCA.COM
    Https:
      title: Https
      required:
      - https
      type: object
      properties:
        https:
          allOf:
          - $ref: '#/components/schemas/Https1'
          - example:
              link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
      example:
        https:
          link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
          filename: 604693EB6CD1DCB4551BCC5370E09055.txt
          content: >-
            22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

            COMODOCA.COM
    Https1:
      title: Https1
      required:
      - link
      - filename
      - content
      type: object
      properties:
        link:
          type: string
        filename:
          type: string
        content:
          type: string
      example:
        link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
        filename: 604693EB6CD1DCB4551BCC5370E09055.txt
        content: >-
          22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

          COMODOCA.COM
    Dns:
      title: Dns
      required:
      - dns
      type: object
      properties:
        dns:
          allOf:
          - $ref: '#/components/schemas/Dns1'
          - example:
              record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
      example:
        dns:
          record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
    Dns1:
      title: Dns1
      required:
      - record
      type: object
      properties:
        record:
          type: string
      example:
        record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
    Success11:
      title: Success11
      required:
      - ComodoApprovalEmails
      - GeotrustApprovalEmails
      - success
      type: object
      properties:
        ComodoApprovalEmails:
          type: array
          items:
            type: string
          description: ''
        GeotrustApprovalEmails:
          type: array
          items:
            type: string
          description: ''
        success:
          type: boolean
      example:
        ComodoApprovalEmails:
        - admin@example.tld
        - administrator@example.tld
        - hostmaster@example.tld
        - postmaster@example.tld
        - webmaster@example.tld
        GeotrustApprovalEmails:
        - admin@example.tld
        - administrator@example.tld
        - hostmaster@example.tld
        - postmaster@example.tld
        - webmaster@example.tld
        success: true
    Success12:
      title: Success12
      required:
      - GeotrustApprovalEmails
      - success
      type: object
      properties:
        GeotrustApprovalEmails:
          type: array
          items:
            type: string
          description: ''
        success:
          type: boolean
      example:
        GeotrustApprovalEmails:
        - admin@my-domain-name.tld
        - administrator@my-domain-name.tld
        - hostmaster@my-domain-name.tld
        - webmaster@my-domain-name.tld
        - postmaster@my-domain-name.tld
        success: true
    Success14:
      title: Success14
      required:
      - webservers
      - success
      type: object
      properties:
        webservers:
          type: array
          items:
            $ref: '#/components/schemas/Webserver'
          description: ''
        success:
          type: boolean
      example:
        webservers:
        - id: '1'
          software: AOL
        - id: '3'
          software: Apache-SSL (Ben-SSL, not Stronghold)
        - id: '4'
          software: C2Net Stronghold
        - id: '33'
          software: Cisco 3000 Series VPN Concentrator
        - id: '34'
          software: Citrix
        - id: '5'
          software: Cobalt Raq
        - id: '6'
          software: Covalent Server Software
        - id: '29'
          software: Ensim
        - id: '32'
          software: H-Sphere
        - id: '7'
          software: IBM HTTP Server
        - id: '8'
          software: IBM Internet Connection Server
        - id: '9'
          software: iPlanet
        - id: '10'
          software: Java Web Server (Javasoft / Sun)
        - id: '11'
          software: Lotus Domino
        - id: '12'
          software: Lotus Domino Go!
        - id: '13'
          software: Microsoft IIS 1.x to 4.x
        - id: '14'
          software: Microsoft IIS 5.x to 6.x
        - id: '35'
          software: Microsoft IIS 7.x and later
        - id: '15'
          software: Netscape Enterprise Server
        - id: '16'
          software: Netscape FastTrack
        - id: '36'
          software: Nginx
        - id: '17'
          software: Novell Web Server
        - id: '18'
          software: Oracle
        - id: '-1'
          software: OTHER
        - id: '30'
          software: Plesk
        - id: '19'
          software: Quid Pro Quo
        - id: '20'
          software: R3 SSL Server
        - id: '21'
          software: Raven SSL
        - id: '22'
          software: RedHat Linux
        - id: '23'
          software: SAP Web Application Server
        - id: '24'
          software: Tomcat
        - id: '25'
          software: Website Professional
        - id: '26'
          software: WebStar 4.x and later
        - id: '27'
          software: WebTen (from Tenon)
        - id: '31'
          software: WHM/cPanel
        - id: '28'
          software: Zeus Web Server
        success: true
    Webserver:
      title: Webserver
      required:
      - id
      - software
      type: object
      properties:
        id:
          type: string
        software:
          type: string
      example:
        id: '1'
        software: AOL
    Success15:
      title: Success15
      required:
      - first_name
      - last_name
      - company_name
      - company_vat
      - company_phone
      - phone
      - fax
      - address
      - city
      - state
      - postal_code
      - country
      - email
      - reseller_plan
      - currency
      - success
      type: object
      properties:
        first_name:
          type: string
        last_name:
          type: string
        company_name:
          type: string
        company_vat:
          type: string
        company_phone:
          type: string
        phone:
          type: string
        fax:
          type: string
        address:
          type: string
        city:
          type: string
        state:
          type: string
        postal_code:
          type: string
        country:
          type: string
        email:
          type: string
        reseller_plan:
          type: string
          nullable: true
        currency:
          type: string
        success:
          type: boolean
      example:
        first_name: John
        last_name: Smith
        company_name: Company Name
        company_vat: '0000000000'
        company_phone: '+3711111111'
        phone: ''
        fax: ''
        address: Street
        city: City
        state: State
        postal_code: postal code
        country: LV
        email: admin@domain.tld
        reseller_plan: null
        currency: EUR
        success: true
    Success16:
      title: Success16
      required:
      - balance
      - currency
      - success
      type: object
      properties:
        balance:
          type: string
        currency:
          type: string
        success:
          type: boolean
      example:
        balance: '1000.00'
        currency: EUR
        success: true
    Success17:
      title: Success17
      required:
      - product_id
      - order_number
      - order_id
      - invoice_num
      - invoice_id
      - lei_id
      - order_amount
      - currency
      - tax
      - tax_rate
      - success
      type: object
      properties:
        product_id:
          type: string
        order_number:
          type: string
        order_id:
          type: string
        invoice_num:
          type: string
        invoice_id:
          type: string
        lei_id:
          type: string
        order_amount:
          type: number
        currency:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
        success:
          type: boolean
      example:
        product_id: '163'
        order_number: L1316726
        order_id: '1316726'
        invoice_num: GGS-0220845193
        invoice_id: '908041'
        lei_id: '137'
        order_amount: 201.67
        currency: EUR
        tax: '37.71'
        tax_rate: 23%
        success: true
    Success18:
      title: Success18
      required:
      - jurisdictions
      - success
      type: object
      properties:
        jurisdictions:
          type: array
          items:
            $ref: '#/components/schemas/Jurisdiction'
          description: ''
        success:
          type: boolean
      example:
        jurisdictions:
        - code: AD
          group: C
          notes: 36 hours to 72+ hours
        - code: AE
          group: C
          notes: 4 hours to 72+ hours
        - code: AF
          group: C
          notes: 4 hours to 72+ hours
        - code: AG
          group: C
          notes: 36 hours to 72+ hours
        - code: AI
          group: C
          notes: 36 hours to 72+ hours
        - code: AL
          group: C
          notes: 36 hours to 72+ hours
        - code: AM
          group: C
          notes: 36 hours to 72+ hours
        - code: AO
          group: C
          notes: 36 hours to 72+ hours
        - code: AQ
          group: C
          notes: 36 hours to 72+ hours
        - code: AR
          group: C
          notes: 4 hours to 72+ hours
        - code: AS
          group: C
          notes: 36 hours to 72+ hours
        - code: AT
          group: A
          notes: 5 minutes
        - code: AU
          group: A
          notes: 5 minutes
        - code: AW
          group: C
          notes: 4 hours to 72+ hours
        - code: AZ
          group: C
          notes: 36 hours to 72+ hours
        - code: BA
          group: C
          notes: 4 hours to 72+ hours
        - code: BB
          group: C
          notes: 4 hours to 72+ hours
        - code: BD
          group: C
          notes: 36 hours to 72+ hours
        - code: BE
          group: A
          notes: 5 minutes
        - code: BF
          group: C
          notes: 36 hours to 72+ hours
        - code: BG
          group: C
          notes: 4 hours to 72+ hours
        - code: BH
          group: C
          notes: 36 hours to 72+ hours
        - code: BI
          group: C
          notes: 36 hours to 72+ hours
        - code: BJ
          group: C
          notes: 36 hours to 72+ hours
        - code: BL
          group: C
          notes: 36 hours to 72+ hours
        - code: BM
          group: C
          notes: 4 hours to 72+ hours
        - code: BN
          group: C
          notes: 36 hours to 72+ hours
        - code: BO
          group: C
          notes: 4 hours to 72+ hours
        - code: BQ
          group: C
          notes: 36 hours to 72+ hours
        - code: BR
          group: C
          notes: 36 hours to 72+ hours
        - code: BS
          group: C
          notes: 4 hours to 72+ hours
        - code: BT
          group: C
          notes: 36 hours to 72+ hours
        - code: BV
          group: C
          notes: 36 hours to 72+ hours
        - code: BW
          group: C
          notes: 36 hours to 72+ hours
        - code: BY
          group: C
          notes: 4 hours to 72+ hours
        - code: BZ
          group: C
          notes: 36 hours to 72+ hours
        - code: CA
          group: A
          notes: 5 minutes
        - code: CA-AB
          group: A
          notes: 5 minutes
        - code: CA-BC
          group: A
          notes: 5 minutes
        - code: CA-MB
          group: A
          notes: 5 minutes
        - code: CA-NB
          group: A
          notes: 5 minutes
        - code: CA-NL
          group: A
          notes: 5 minutes
        - code: CA-NS
          group: A
          notes: 5 minutes
        - code: CA-NT
          group: A
          notes: 5 minutes
        - code: CA-NU
          group: A
          notes: 5 minutes
        - code: CA-ON
          group: A
          notes: 5 minutes
        - code: CA-PE
          group: A
          notes: 5 minutes
        - code: CA-QC
          group: A
          notes: 5 minutes
        - code: CA-SK
          group: A
          notes: 5 minutes
        - code: CA-YT
          group: A
          notes: 5 minutes
        - code: CC
          group: C
          notes: 36 hours to 72+ hours
        - code: CD
          group: C
          notes: 36 hours to 72+ hours
        - code: CF
          group: C
          notes: 36 hours to 72+ hours
        - code: CG
          group: C
          notes: 36 hours to 72+ hours
        - code: CH
          group: B
          notes: 1 hour - 36 hours
        - code: CI
          group: C
          notes: 36 hours to 72+ hours
        - code: CK
          group: C
          notes: 4 hours to 72+ hours
        - code: CL
          group: C
          notes: 36 hours to 72+ hours
        - code: CM
          group: C
          notes: 36 hours to 72+ hours
        - code: CN
          group: C
          notes: 4 hours to 72+ hours
        - code: CO
          group: C
          notes: 4 hours to 72+ hours
        - code: CR
          group: C
          notes: 36 hours to 72+ hours
        - code: CU
          group: C
          notes: 36 hours to 72+ hours
        - code: CV
          group: C
          notes: 36 hours to 72+ hours
        - code: CW
          group: C
          notes: 4 hours to 72+ hours
        - code: CX
          group: C
          notes: 36 hours to 72+ hours
        - code: CY
          group: B
          notes: 1 hour - 36 hours
        - code: CZ
          group: B
          notes: 1 hour - 36 hours
        - code: DE
          group: A
          notes: 5 minutes
        - code: DJ
          group: C
          notes: 36 hours to 72+ hours
        - code: DK
          group: A
          notes: 5 minutes
        - code: DM
          group: C
          notes: 36 hours to 72+ hours
        - code: DO
          group: C
          notes: 36 hours to 72+ hours
        - code: DZ
          group: C
          notes: 36 hours to 72+ hours
        - code: EC
          group: C
          notes: 36 hours to 72+ hours
        - code: EE
          group: B
          notes: 1 hour - 36 hours
        - code: EG
          group: C
          notes: 36 hours to 72+ hours
        - code: EH
          group: C
          notes: 36 hours to 72+ hours
        - code: ER
          group: C
          notes: 36 hours to 72+ hours
        - code: ES
          group: B
          notes: 1 hour - 36 hours
        - code: ET
          group: C
          notes: 36 hours to 72+ hours
        - code: FI
          group: A
          notes: 5 minutes
        - code: FJ
          group: C
          notes: 36 hours to 72+ hours
        - code: FK
          group: C
          notes: 36 hours to 72+ hours
        - code: FM
          group: C
          notes: 36 hours to 72+ hours
        - code: FO
          group: C
          notes: 36 hours to 72+ hours
        - code: FR
          group: B
          notes: 1 hour - 36 hours
        - code: GA
          group: C
          notes: 36 hours to 72+ hours
        - code: GB
          group: A
          notes: 5 minutes
        - code: GD
          group: C
          notes: 36 hours to 72+ hours
        - code: GE
          group: C
          notes: 36 hours to 72+ hours
        - code: GF
          group: C
          notes: 36 hours to 72+ hours
        - code: GG
          group: B
          notes: 1 hour - 36 hours
        - code: GH
          group: C
          notes: 36 hours to 72+ hours
        - code: GI
          group: C
          notes: 4 hours to 72+ hours
        - code: GL
          group: A
          notes: 5 minutes
        - code: GM
          group: C
          notes: 36 hours to 72+ hours
        - code: GN
          group: C
          notes: 36 hours to 72+ hours
        - code: GP
          group: C
          notes: 36 hours to 72+ hours
        - code: GQ
          group: C
          notes: 36 hours to 72+ hours
        - code: GR
          group: C
          notes: 4 hours to 72+ hours
        - code: GS
          group: C
          notes: 36 hours to 72+ hours
        - code: GT
          group: C
          notes: 36 hours to 72+ hours
        - code: GU
          group: C
          notes: 36 hours to 72+ hours
        - code: GW
          group: C
          notes: 36 hours to 72+ hours
        - code: GY
          group: C
          notes: 36 hours to 72+ hours
        - code: HK
          group: B
          notes: 1 hour - 36 hours
        - code: HM
          group: C
          notes: 36 hours to 72+ hours
        - code: HN
          group: C
          notes: 36 hours to 72+ hours
        - code: HR
          group: C
          notes: 4 hours to 72+ hours
        - code: HT
          group: C
          notes: 36 hours to 72+ hours
        - code: HU
          group: C
          notes: 4 hours to 72+ hours
        - code: ID
          group: C
          notes: 36 hours to 72+ hours
        - code: IE
          group: B
          notes: 1 hour - 36 hours
        - code: IL
          group: C
          notes: 4 hours to 72+ hours
        - code: IM
          group: B
          notes: 1 hour - 36 hours
        - code: IN
          group: B
          notes: 1 hour - 36 hours
        - code: IO
          group: C
          notes: 36 hours to 72+ hours
        - code: IQ
          group: C
          notes: 36 hours to 72+ hours
        - code: IR
          group: C
          notes: 36 hours to 72+ hours
        - code: IS
          group: B
          notes: 1 hour - 36 hours
        - code: IT
          group: C
          notes: 4 hours to 72+ hours
        - code: JE
          group: B
          notes: 1 hour - 36 hours
        - code: JM
          group: C
          notes: 36 hours to 72+ hours
        - code: JO
          group: C
          notes: 4 hours to 72+ hours
        - code: JP
          group: C
          notes: 4 hours to 72+ hours
        - code: KE
          group: C
          notes: 36 hours to 72+ hours
        - code: KG
          group: C
          notes: 36 hours to 72+ hours
        - code: KH
          group: C
          notes: 36 hours to 72+ hours
        - code: KI
          group: C
          notes: 36 hours to 72+ hours
        - code: KM
          group: C
          notes: 36 hours to 72+ hours
        - code: KN
          group: C
          notes: 36 hours to 72+ hours
        - code: KP
          group: C
          notes: 36 hours to 72+ hours
        - code: KR
          group: C
          notes: 4 hours to 72+ hours
        - code: KW
          group: C
          notes: 36 hours to 72+ hours
        - code: KY
          group: C
          notes: 4 hours to 72+ hours
        - code: KZ
          group: C
          notes: 36 hours to 72+ hours
        - code: LA
          group: C
          notes: 36 hours to 72+ hours
        - code: LB
          group: C
          notes: 4 hours to 72+ hours
        - code: LC
          group: C
          notes: 36 hours to 72+ hours
        - code: LI
          group: B
          notes: 1 hour - 36 hours
        - code: LK
          group: C
          notes: 36 hours to 72+ hours
        - code: LR
          group: C
          notes: 36 hours to 72+ hours
        - code: LS
          group: C
          notes: 4 hours to 72+ hours
        - code: LT
          group: A
          notes: 5 minutes
        - code: LU
          group: A
          notes: 5 minutes
        - code: LV
          group: C
          notes: 4 hours to 72+ hours
        - code: LY
          group: C
          notes: 36 hours to 72+ hours
        - code: MA
          group: C
          notes: 36 hours to 72+ hours
        - code: MC
          group: C
          notes: 4 hours to 72+ hours
        - code: MD
          group: C
          notes: 36 hours to 72+ hours
        - code: ME
          group: C
          notes: 36 hours to 72+ hours
        - code: MF
          group: C
          notes: 36 hours to 72+ hours
        - code: MG
          group: C
          notes: 36 hours to 72+ hours
        - code: MH
          group: C
          notes: 4 hours to 72+ hours
        - code: MK
          group: C
          notes: 36 hours to 72+ hours
        - code: ML
          group: C
          notes: 36 hours to 72+ hours
        - code: MM
          group: C
          notes: 36 hours to 72+ hours
        - code: MN
          group: C
          notes: 36 hours to 72+ hours
        - code: MO
          group: C
          notes: 36 hours to 72+ hours
        - code: MP
          group: C
          notes: 36 hours to 72+ hours
        - code: MQ
          group: C
          notes: 36 hours to 72+ hours
        - code: MR
          group: C
          notes: 36 hours to 72+ hours
        - code: MS
          group: C
          notes: 36 hours to 72+ hours
        - code: MT
          group: B
          notes: 1 hour - 36 hours
        - code: MU
          group: C
          notes: 4 hours to 72+ hours
        - code: MV
          group: C
          notes: 36 hours to 72+ hours
        - code: MW
          group: C
          notes: 36 hours to 72+ hours
        - code: MX
          group: C
          notes: 4 hours to 72+ hours
        - code: MY
          group: C
          notes: 4 hours to 72+ hours
        - code: MZ
          group: C
          notes: 36 hours to 72+ hours
        - code: NA
          group: C
          notes: 36 hours to 72+ hours
        - code: NC
          group: C
          notes: 36 hours to 72+ hours
        - code: NE
          group: C
          notes: 36 hours to 72+ hours
        - code: NF
          group: C
          notes: 36 hours to 72+ hours
        - code: NG
          group: C
          notes: 36 hours to 72+ hours
        - code: NI
          group: C
          notes: 36 hours to 72+ hours
        - code: NL
          group: B
          notes: 1 hour - 36 hours
        - code: NO
          group: B
          notes: 1 hour - 36 hours
        - code: NP
          group: C
          notes: 36 hours to 72+ hours
        - code: NR
          group: C
          notes: 36 hours to 72+ hours
        - code: NU
          group: C
          notes: 36 hours to 72+ hours
        - code: NZ
          group: B
          notes: 1 hour - 36 hours
        - code: OM
          group: C
          notes: 36 hours to 72+ hours
        - code: PA
          group: C
          notes: 4 hours to 72+ hours
        - code: PE
          group: C
          notes: 36 hours to 72+ hours
        - code: PF
          group: C
          notes: 36 hours to 72+ hours
        - code: PG
          group: C
          notes: 4 hours to 72+ hours
        - code: PH
          group: C
          notes: 36 hours to 72+ hours
        - code: PK
          group: C
          notes: 36 hours to 72+ hours
        - code: PL
          group: A
          notes: 5 minutes
        - code: PM
          group: C
          notes: 36 hours to 72+ hours
        - code: PN
          group: C
          notes: 36 hours to 72+ hours
        - code: PR
          group: C
          notes: 36 hours to 72+ hours
        - code: PS
          group: C
          notes: 36 hours to 72+ hours
        - code: PT
          group: B
          notes: 1 hour - 36 hours
        - code: PW
          group: C
          notes: 36 hours to 72+ hours
        - code: PY
          group: C
          notes: 36 hours to 72+ hours
        - code: QA
          group: C
          notes: 4 hours to 72+ hours
        - code: RE
          group: C
          notes: 36 hours to 72+ hours
        - code: RO
          group: C
          notes: 4 hours to 72+ hours
        - code: RS
          group: C
          notes: 4 hours to 72+ hours
        - code: RU
          group: C
          notes: 4 hours to 72+ hours
        - code: RW
          group: C
          notes: 36 hours to 72+ hours
        - code: SA
          group: C
          notes: 36 hours to 72+ hours
        - code: SB
          group: C
          notes: 4 hours to 72+ hours
        - code: SC
          group: C
          notes: 36 hours to 72+ hours
        - code: SD
          group: C
          notes: 36 hours to 72+ hours
        - code: SE
          group: A
          notes: 5 minutes
        - code: SG
          group: A
          notes: 5 minutes
        - code: SH
          group: C
          notes: 36 hours to 72+ hours
        - code: SI
          group: B
          notes: 1 hour - 36 hours
        - code: SJ
          group: C
          notes: 36 hours to 72+ hours
        - code: SK
          group: B
          notes: 1 hour - 36 hours
        - code: SL
          group: C
          notes: 36 hours to 72+ hours
        - code: SM
          group: C
          notes: 36 hours to 72+ hours
        - code: SN
          group: C
          notes: 36 hours to 72+ hours
        - code: SO
          group: C
          notes: 36 hours to 72+ hours
        - code: SR
          group: C
          notes: 36 hours to 72+ hours
        - code: SS
          group: C
          notes: 36 hours to 72+ hours
        - code: ST
          group: C
          notes: 36 hours to 72+ hours
        - code: SV
          group: C
          notes: 36 hours to 72+ hours
        - code: SX
          group: C
          notes: 36 hours to 72+ hours
        - code: SY
          group: C
          notes: 36 hours to 72+ hours
        - code: SZ
          group: C
          notes: 36 hours to 72+ hours
        - code: TC
          group: C
          notes: 36 hours to 72+ hours
        - code: TD
          group: C
          notes: 36 hours to 72+ hours
        - code: TF
          group: C
          notes: 36 hours to 72+ hours
        - code: TG
          group: C
          notes: 36 hours to 72+ hours
        - code: TH
          group: C
          notes: 4 hours to 72+ hours
        - code: TJ
          group: C
          notes: 36 hours to 72+ hours
        - code: TK
          group: C
          notes: 36 hours to 72+ hours
        - code: TL
          group: C
          notes: 36 hours to 72+ hours
        - code: TM
          group: C
          notes: 36 hours to 72+ hours
        - code: TN
          group: C
          notes: 36 hours to 72+ hours
        - code: TO
          group: C
          notes: 4 hours to 72+ hours
        - code: TR
          group: C
          notes: 4 hours to 72+ hours
        - code: TT
          group: C
          notes: 36 hours to 72+ hours
        - code: TV
          group: C
          notes: 36 hours to 72+ hours
        - code: TW
          group: C
          notes: 36 hours to 72+ hours
        - code: TZ
          group: C
          notes: 36 hours to 72+ hours
        - code: UA
          group: C
          notes: 4 hours to 48 hours
        - code: UG
          group: C
          notes: 36 hours to 72+ hours
        - code: UM
          group: C
          notes: 36 hours to 72+ hours
        - code: US
          group: B
          notes: 1 hour - 36 hours
        - code: US-AK
          group: A
          notes: 5 minutes
        - code: US-AL
          group: A
          notes: 5 minutes
        - code: US-AR
          group: A
          notes: 5 minutes
        - code: US-AZ
          group: A
          notes: 5 minutes
        - code: US-CA
          group: A
          notes: 5 minutes
        - code: US-CO
          group: A
          notes: 5 minutes
        - code: US-CT
          group: A
          notes: 5 minutes
        - code: US-DC
          group: B
          notes: 1 hour - 36 hours
        - code: US-DE
          group: B
          notes: 1 hour - 36 hours
        - code: US-FL
          group: A
          notes: 5 minutes
        - code: US-GA
          group: A
          notes: 5 minutes
        - code: US-HI
          group: A
          notes: 5 minutes
        - code: US-IA
          group: B
          notes: 1 hour - 36 hours
        - code: US-ID
          group: A
          notes: 5 minutes
        - code: US-IL
          group: C
          notes: 4 hours to 72+ hours
        - code: US-IN
          group: A
          notes: 5 minutes
        - code: US-KS
          group: A
          notes: 5 minutes
        - code: US-KY
          group: A
          notes: 5 minutes
        - code: US-LA
          group: A
          notes: 5 minutes
        - code: US-MA
          group: B
          notes: 1 hour - 36 hours
        - code: US-MD
          group: C
          notes: 4 hours to 72+ hours
        - code: US-ME
          group: A
          notes: 5 minutes
        - code: US-MI
          group: A
          notes: 5 minutes
        - code: US-MN
          group: A
          notes: 5 minutes
        - code: US-MO
          group: B
          notes: 1 hour - 36 hours
        - code: US-MS
          group: B
          notes: 1 hour - 36 hours
        - code: US-MT
          group: B
          notes: 1 hour - 36 hours
        - code: US-NC
          group: A
          notes: 5 minutes
        - code: US-ND
          group: A
          notes: 5 minutes
        - code: US-NE
          group: A
          notes: 5 minutes
        - code: US-NH
          group: C
          notes: 4 hours to 72+ hours
        - code: US-NJ
          group: B
          notes: 1 hour - 36 hours
        - code: US-NM
          group: A
          notes: 5 minutes
        - code: US-NV
          group: B
          notes: 1 hour - 36 hours
        - code: US-NY
          group: B
          notes: 1 hour - 36 hours
        - code: US-OH
          group: B
          notes: 1 hour - 36 hours
        - code: US-OK
          group: A
          notes: 5 minutes
        - code: US-OR
          group: A
          notes: 5 minutes
        - code: US-PA
          group: B
          notes: 1 hour - 36 hours
        - code: US-RI
          group: B
          notes: 1 hour - 36 hours
        - code: US-SC
          group: B
          notes: 1 hour - 36 hours
        - code: US-SD
          group: A
          notes: 5 minutes
        - code: US-TN
          group: A
          notes: 5 minutes
        - code: US-TX
          group: A
          notes: 5 minutes
        - code: US-UT
          group: A
          notes: 5 minutes
        - code: US-VA
          group: A
          notes: 5 minutes
        - code: US-VT
          group: A
          notes: 5 minutes
        - code: US-WA
          group: A
          notes: 5 minutes
        - code: US-WI
          group: A
          notes: 5 minutes
        - code: US-WV
          group: A
          notes: 5 minutes
        - code: US-WY
          group: A
          notes: 5 minutes
        - code: UY
          group: C
          notes: 36 hours to 72+ hours
        - code: UZ
          group: C
          notes: 36 hours to 72+ hours
        - code: VA
          group: C
          notes: 36 hours to 72+ hours
        - code: VC
          group: C
          notes: 36 hours to 72+ hours
        - code: VE
          group: C
          notes: 36 hours to 72+ hours
        - code: VG
          group: C
          notes: 4 hours to 72+ hours
        - code: VI
          group: C
          notes: 4 hours to 72+ hours
        - code: VN
          group: C
          notes: 36 hours to 72+ hours
        - code: VU
          group: C
          notes: 4 hours to 72+ hours
        - code: WF
          group: C
          notes: 36 hours to 72+ hours
        - code: WS
          group: C
          notes: 36 hours to 72+ hours
        - code: XK
          group: C
          notes: 4 hours to 72+ hours
        - code: YE
          group: C
          notes: 36 hours to 72+ hours
        - code: YT
          group: C
          notes: 36 hours to 72+ hours
        - code: ZA
          group: B
          notes: 1 hour - 36 hours
        - code: ZM
          group: C
          notes: 36 hours to 72+ hours
        - code: ZW
          group: C
          notes: 36 hours to 72+ hours
        success: true
    Jurisdiction:
      title: Jurisdiction
      required:
      - code
      - group
      - notes
      type: object
      properties:
        code:
          type: string
        group:
          type: string
        notes:
          type: string
      example:
        code: AD
        group: C
        notes: 36 hours to 72+ hours
    Seccess-statusactive:
      title: Seccess-statusactive
      required:
      - lei_id
      - status
      - product_id
      - confidence_level
      - le_number
      - valid_from
      - valid_till
      - legal_address
      - success
      type: object
      properties:
        lei_id:
          type: string
        status:
          type: string
        product_id:
          type: string
        confidence_level:
          type: string
        le_number:
          type: string
        valid_from:
          type: string
        valid_till:
          type: string
        legal_address:
          allOf:
          - $ref: '#/components/schemas/LegalAddress'
          - example:
              City: City
              Country: Country
              Postal: Postal code
        success:
          type: boolean
      example:
        lei_id: '35'
        status: active
        product_id: '161'
        confidence_level: '10'
        le_number: 98450090FE38E6Q40000
        valid_from: 2019-12-23 16:06:02
        valid_till: 2020-12-23 16:06:02
        legal_address:
          City: City
          Country: Country
          Postal: Postal code
        success: true
    LegalAddress:
      title: LegalAddress
      required:
      - City
      - Country
      - Postal
      type: object
      properties:
        City:
          type: string
        Country:
          type: string
        Postal:
          type: string
      example:
        City: City
        Country: Country
        Postal: Postal code
    Success19:
      title: Success19
      required:
      - product_id
      - order_number
      - order_id
      - invoice_num
      - invoice_id
      - lei_id
      - lei_number
      - order_amount
      - currency
      - tax
      - tax_rate
      - success
      type: object
      properties:
        product_id:
          type: string
        order_number:
          type: string
        order_id:
          type: string
        invoice_num:
          type: string
        invoice_id:
          type: string
        lei_id:
          type: string
        lei_number:
          type: string
        order_amount:
          type: number
        currency:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
        success:
          type: boolean
      example:
        product_id: '161'
        order_number: L1557459
        order_id: '1573538'
        invoice_num: GGS-1020998536
        invoice_id: '1063713'
        lei_id: '548'
        lei_number: 98450090FE38E6Q00000
        order_amount: 66.55
        currency: USD
        tax: '11.55'
        tax_rate: 21%
        success: true
    leiLoolup:
      title: leiLoolup
      required:
      - result
      - success
      type: object
      properties:
        result:
          type: array
          items:
            $ref: '#/components/schemas/Result'
          description: ''
        success:
          type: boolean
      example:
        result:
        - leiNumber: 7ZW8QJWVPR4P1J1KQY45
          nextRenewalDate: 2021-06-29T17:06:00Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE LLC
          registrationAuthorityEntityId: '3582691'
          entityLegalFormCode: HZEH
          legalJurisdiction: US-DE
          legalState: US-DE
          legalCountry: US
          legalCity: WILMINGTON
          legalPostal: '19808'
          legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
          hqState: US-CA
          hqCountry: US
          hqCity: Mountain View
          hqPostal: '94043'
          hqfirstAddressLine: 1600 Amphitheatre Parkway
        - leiNumber: 213800WO2QK7HUL8R680
          nextRenewalDate: 2020-06-20T00:00:00Z
          entityStatus: ACTIVE
          leiStatus: LAPSED
          legalName: GOOGLE BELGIUM
          registrationAuthorityEntityId: 0878.065.378
          entityLegalFormCode: R85P
          legalJurisdiction: BE
          legalState: BE-BRU
          legalCountry: BE
          legalCity: BRUSSEL
          legalPostal: '1040'
          legalfirstAddressLine: CHAUSSÉE D'ETTERBEEK 180
          hqState: BE-BRU
          hqCountry: BE
          hqCity: BRUSSEL
          hqPostal: '1040'
          hqfirstAddressLine: STEENWEG OP ETTERBEEK 180
        - leiNumber: YYPPRNO5HB304LHFVG31
          nextRenewalDate: 2021-07-14T21:26:00Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE IRELAND LIMITED
          registrationAuthorityEntityId: '368047'
          entityLegalFormCode: MNQ7
          legalJurisdiction: IE
          legalState: IE-D
          legalCountry: IE
          legalCity: Dublin
          legalPostal: D04 E5W5
          legalfirstAddressLine: GORDON HOUSEBARROW STREETDUBLIN 4
          hqState: IE-D
          hqCountry: IE
          hqCity: Dublin
          hqPostal: D04 E5W5
          hqfirstAddressLine: Gordon HouseBarrow StreetDublin 4
        - leiNumber: 549300Y7W34DK0WBPY51
          nextRenewalDate: 2021-09-03T00:18:00Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE INTERNATIONAL LLC
          registrationAuthorityEntityId: '3525923'
          entityLegalFormCode: HZEH
          legalJurisdiction: US-DE
          legalState: US-DE
          legalCountry: US
          legalCity: WILMINGTON
          legalPostal: '19808'
          legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
          hqState: US-CA
          hqCountry: US
          hqCity: Mountain View
          hqPostal: '94043'
          hqfirstAddressLine: C/O Google LLC1600 Amphitheatre Parkway
        - leiNumber: 335800P2W6AY6E8BEP06
          nextRenewalDate: 2021-03-28T18:30:00Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE INDIA PRIVATE LIMITED
          registrationAuthorityEntityId: U72900KA2003PTC033028
          entityLegalFormCode: YSP9
          legalJurisdiction: IN
          legalState: IN-KA
          legalCountry: IN
          legalCity: BANGALORE
          legalPostal: '560016'
          legalfirstAddressLine: NO 3, RMZ INFINITY TOWER E OLD MADRAS ROAD4TH AND 5TH FLOORS
          hqState: IN-KA
          hqCountry: IN
          hqCity: BANGALORE
          hqPostal: '560016'
          hqfirstAddressLine: NO 3, RMZ INFINITY TOWER E OLD MADRAS ROAD4TH AND 5TH FLOORS
        - leiNumber: RXU43ANVI3MGLXA9UI89
          nextRenewalDate: 2021-06-01T18:06:00Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE ASIA PACIFIC PTE. LTD.
          registrationAuthorityEntityId: 200817984R
          entityLegalFormCode: LWXI
          legalJurisdiction: SG
          legalState: null
          legalCountry: SG
          legalCity: SINGAPORE
          legalPostal: '018981'
          legalfirstAddressLine: '8 MARINA BOULEVARD #05-02 MARINA BAY FINANCIAL CENTRE'
          hqState: null
          hqCountry: SG
          hqCity: Singapore
          hqPostal: '018960'
          hqfirstAddressLine: Asia Square 18 Marina View#30-01
        - leiNumber: 335800WBAET9Q971AT75
          nextRenewalDate: 2021-04-08T12:13:10Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE CLOUD INDIA PRIVATE LIMITED
          registrationAuthorityEntityId: U72900HR2016FTC064680
          entityLegalFormCode: YSP9
          legalJurisdiction: IN
          legalState: IN-HR
          legalCountry: IN
          legalCity: GURGAON
          legalPostal: '122001'
          legalfirstAddressLine: UNIT NO. 204, 2ND FLOOR,SIGNATURE TOWER-II, TOWER-ASECTOR-15, PART-II,VILLAGE SILOKHERA
          hqState: IN-HR
          hqCountry: IN
          hqCity: GURGAON
          hqPostal: '122001'
          hqfirstAddressLine: UNIT NO. 204, 2ND FLOOR,SIGNATURE TOWER-II, TOWER-ASECTOR-15, PART-II,VILLAGE SILOKHERA
        - leiNumber: 335800SCE2XZHDWXCG42
          nextRenewalDate: 2021-04-03T12:04:14Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE PAYMENT INDIA PRIVATE LIMITED
          registrationAuthorityEntityId: U72200DL2007PTC360455
          entityLegalFormCode: YSP9
          legalJurisdiction: IN
          legalState: IN-DL
          legalCountry: IN
          legalCity: DELHI
          legalPostal: '110001'
          legalfirstAddressLine: 5TH FLOOR, DLF CENTER, BLOCK-124NARINDRA PLACE, SANSAD MARG,SOUTH DELHI
          hqState: IN-DL
          hqCountry: IN
          hqCity: DELHI
          hqPostal: '110001'
          hqfirstAddressLine: 5TH FLOOR, DLF CENTER, BLOCK-124NARINDRA PLACE, SANSAD MARG,SOUTH DELHI
        - leiNumber: 1FN51LDHILXJ06W1QN20
          nextRenewalDate: 2021-06-01T18:08:00Z
          entityStatus: ACTIVE
          leiStatus: ISSUED
          legalName: GOOGLE IRELAND HOLDINGS UNLIMITED COMPANY
          registrationAuthorityEntityId: '369511'
          entityLegalFormCode: KMFX
          legalJurisdiction: IE
          legalState: IE-D
          legalCountry: IE
          legalCity: Dublin
          legalPostal: D02R296
          legalfirstAddressLine: 70 SIR JOHN ROGERSON'S QUAYDUBLIN 2
          hqState: null
          hqCountry: BM
          hqCity: Hamilton
          hqPostal: HM 11
          hqfirstAddressLine: PO Box HM666Clarendon House2 Church Street
        - leiNumber: 549300QM6VE7OM3KUG47
          nextRenewalDate: 2019-09-26T10:30:00Z
          entityStatus: ACTIVE
          leiStatus: LAPSED
          legalName: Northern Cross SICAV P.L.C - Value Googler
          registrationAuthorityEntityId: null
          entityLegalFormCode: '8888'
          legalJurisdiction: MT
          legalState: null
          legalCountry: MT
          legalCity: Sliema
          legalPostal: SLM 1601
          legalfirstAddressLine: 228 Tower Road
          hqState: null
          hqCountry: MT
          hqCity: Gżira
          hqPostal: GZR 1038
          hqfirstAddressLine: 6th Floor6 Sir William Reid Street
        success: true
    Result:
      title: Result
      required:
      - leiNumber
      - nextRenewalDate
      - entityStatus
      - leiStatus
      - legalName
      - registrationAuthorityEntityId
      - entityLegalFormCode
      - legalJurisdiction
      - legalState
      - legalCountry
      - legalCity
      - legalPostal
      - legalfirstAddressLine
      - hqState
      - hqCountry
      - hqCity
      - hqPostal
      - hqfirstAddressLine
      type: object
      properties:
        leiNumber:
          type: string
        nextRenewalDate:
          type: string
        entityStatus:
          type: string
        leiStatus:
          type: string
        legalName:
          type: string
        registrationAuthorityEntityId:
          type: string
          nullable: true
        entityLegalFormCode:
          type: string
        legalJurisdiction:
          type: string
        legalState:
          type: string
          nullable: true
        legalCountry:
          type: string
        legalCity:
          type: string
        legalPostal:
          type: string
        legalfirstAddressLine:
          type: string
        hqState:
          type: string
          nullable: true
        hqCountry:
          type: string
        hqCity:
          type: string
        hqPostal:
          type: string
        hqfirstAddressLine:
          type: string
      example:
        leiNumber: 7ZW8QJWVPR4P1J1KQY45
        nextRenewalDate: 2021-06-29T17:06:00Z
        entityStatus: ACTIVE
        leiStatus: ISSUED
        legalName: GOOGLE LLC
        registrationAuthorityEntityId: '3582691'
        entityLegalFormCode: HZEH
        legalJurisdiction: US-DE
        legalState: US-DE
        legalCountry: US
        legalCity: WILMINGTON
        legalPostal: '19808'
        legalfirstAddressLine: C/O CORPORATION SERVICE COMPANY251 LITTLE FALLS DRIVE
        hqState: US-CA
        hqCountry: US
        hqCity: Mountain View
        hqPostal: '94043'
        hqfirstAddressLine: 1600 Amphitheatre Parkway
    Success20:
      title: Success20
      required:
      - product_id
      - approver_method
      - order_id
      - invoice_id
      - order_status
      - success
      - san
      - order_amount
      - currency
      - tax
      - tax_rate
      type: object
      properties:
        product_id:
          type: string
        approver_method:
          allOf:
          - $ref: '#/components/schemas/ApproverMethod'
          - example:
              http:
                link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                content: >-
                  68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                  comodoca.com

                  t0767031001581598445
        order_id:
          type: integer
          format: int32
        invoice_id:
          type: integer
          format: int32
        order_status:
          type: string
        success:
          type: boolean
        san:
          type: array
          items:
            $ref: '#/components/schemas/San'
          description: ''
        order_amount:
          type: number
        currency:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
      example:
        product_id: '77'
        approver_method:
          http:
            link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
            filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
            content: >-
              68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

              comodoca.com

              t0767031001581598445
        order_id: 1332864
        invoice_id: 908032
        order_status: active
        success: true
        san:
        - san_name: my-domain1.tld
          validation_method: http
          status: 1
          status_description: Processing
          validation:
            http:
              link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
              filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
              content: >-
                68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                comodoca.com

                t0767031001581598445
        - san_name: my-domain2.tld
          validation_method: http
          status: 1
          status_description: Processing
          validation:
            http:
              link: http://my-domain2.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
              filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
              content: >-
                68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                comodoca.com

                t0767031001581598445
        - san_name: my-domain3.tld
          validation_method: http
          status: 1
          status_description: Processing
          validation:
            http:
              link: http://my-domain3.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
              filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
              content: >-
                68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                comodoca.com

                t0767031001581598445
        order_amount: 67.61
        currency: EUR
        tax: '12.64'
        tax_rate: 23%
    ApproverMethod:
      title: ApproverMethod
      required:
      - http
      type: object
      properties:
        http:
          allOf:
          - $ref: '#/components/schemas/Http1'
          - example:
              link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
      example:
        http:
          link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
          content: >-
            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

            comodoca.com

            t0767031001581598445
    San:
      title: San
      required:
      - san_name
      - validation_method
      - status
      - status_description
      - validation
      type: object
      properties:
        san_name:
          type: string
        validation_method:
          type: string
        status:
          type: integer
          format: int32
        status_description:
          type: string
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation1'
          - example:
              http:
                link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                content: >-
                  68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                  comodoca.com

                  t0767031001581598445
      example:
        san_name: my-domain1.tld
        validation_method: http
        status: 1
        status_description: Processing
        validation:
          http:
            link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
            filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
            content: >-
              68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

              comodoca.com

              t0767031001581598445
    Validation1:
      title: Validation1
      required:
      - http
      type: object
      properties:
        http:
          allOf:
          - $ref: '#/components/schemas/Http1'
          - example:
              link: http://domain.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
      example:
        http:
          link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
          content: >-
            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

            comodoca.com

            t0767031001581598445
    Success21:
      title: Success21
      required:
      - product_id
      - additional_domains_count
      - additional_domains_price
      - approvalEmails
      - validation
      - order_id
      - order_status
      - success
      type: object
      properties:
        product_id:
          type: string
        additional_domains_count:
          type: integer
          format: int32
        additional_domains_price:
          type: number
        approvalEmails:
          type: array
          items:
            type: string
          description: ''
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation2'
          - example:
              dns:
                record: _0D9B5DFA06DF0A68CAE61723949E696F.my-domain.tld CNAME 78bf3e3bcfcbdb63f9c381383662ff3ba40100b802bbbb33728a5538e0a82577.r5722af2f310a4f2e03.comodoca.com
        order_id:
          type: string
        order_status:
          type: string
        success:
          type: boolean
      example:
        product_id: '68'
        additional_domains_count: 1
        additional_domains_price: 5.61
        approvalEmails:
        - admin@my-domain.tld
        - administrator@my-domain.tld
        - hostmaster@my-domain.tld
        - postmaster@my-domain.tld
        - webmaster@my-domain.tld
        - admin@my-domain.tld
        - administrator@my-domain.tld
        - hostmaster@my-domain.tld
        - postmaster@my-domain.tld
        - webmaster@my-domain.tld
        validation:
          dns:
            record: _0D9B5DFA06DF0A68CAE61723949E696F.my-domain.tld CNAME 78bf3e3bcfcbdb63f9c381383662ff3ba40100b802bbbb33728a5538e0a82577.r5722af2f310a4f2e03.comodoca.com
        order_id: '1014161'
        order_status: reissue
        success: true
    Validation2:
      title: Validation2
      required:
      - dns
      type: object
      properties:
        dns:
          allOf:
          - $ref: '#/components/schemas/Dns1'
          - example:
              record: _604693EB6CD1DCB4551BCC5370E09055.DOMAIN3.COM CNAME 22f5ab9523a304f616b855ff3322eadd.15805be87cf949b3c8e8df78890209a5.comodoca.com
      example:
        dns:
          record: _0D9B5DFA06DF0A68CAE61723949E696F.my-domain.tld CNAME 78bf3e3bcfcbdb63f9c381383662ff3ba40100b802bbbb33728a5538e0a82577.r5722af2f310a4f2e03.comodoca.com
    Success22:
      title: Success22
      required:
      - approver_method
      - order_id
      - invoice_id
      - order_status
      - success
      - san
      - order_amount
      - currency
      - tax
      - tax_rate
      type: object
      properties:
        approver_method:
          allOf:
          - $ref: '#/components/schemas/ApproverMethod1'
          - example:
              https:
                link: https://my-domain.tld/.well-known/pki-validation/8194FB5DF2591AE80EB7AFADE91B3285.txt
                filename: 8194FB5DF2591AE80EB7AFADE91B3285.txt
                content: >-
                  660876AABEF4C3815B780D880432312ECE1447D7DDBA21DE9861419C50ED96E5

                  comodoca.com

                  t0089141001563881533
        order_id:
          type: integer
          format: int32
        invoice_id:
          type: integer
          format: int32
        order_status:
          type: string
        success:
          type: boolean
        san:
          type: array
          items:
            $ref: '#/components/schemas/San1'
          description: ''
        order_amount:
          type: number
        currency:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
      example:
        approver_method:
          https:
            link: https://my-domain.tld/.well-known/pki-validation/8194FB5DF2591AE80EB7AFADE91B3285.txt
            filename: 8194FB5DF2591AE80EB7AFADE91B3285.txt
            content: >-
              660876AABEF4C3815B780D880432312ECE1447D7DDBA21DE9861419C50ED96E5

              comodoca.com

              t0089141001563881533
        order_id: 1146933
        invoice_id: 786138
        order_status: active
        success: true
        san:
        - san_name: '*.my-domain.tld'
          validation_method: email
          status: 1
          status_description: Processing
          validation:
            email: admin@my-domain.tld
        order_amount: 187.39
        currency: EUR
        tax: '32.52'
        tax_rate: 21%
    ApproverMethod1:
      title: ApproverMethod1
      required:
      - https
      type: object
      properties:
        https:
          allOf:
          - $ref: '#/components/schemas/Https1'
          - example:
              link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
      example:
        https:
          link: https://my-domain.tld/.well-known/pki-validation/8194FB5DF2591AE80EB7AFADE91B3285.txt
          filename: 8194FB5DF2591AE80EB7AFADE91B3285.txt
          content: >-
            660876AABEF4C3815B780D880432312ECE1447D7DDBA21DE9861419C50ED96E5

            comodoca.com

            t0089141001563881533
    San1:
      title: San1
      required:
      - san_name
      - validation_method
      - status
      - status_description
      - validation
      type: object
      properties:
        san_name:
          type: string
        validation_method:
          type: string
        status:
          type: integer
          format: int32
        status_description:
          type: string
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation3'
          - example:
              email: admin@my-domain.tld
      example:
        san_name: '*.my-domain.tld'
        validation_method: email
        status: 1
        status_description: Processing
        validation:
          email: admin@my-domain.tld
    Validation3:
      title: Validation3
      required:
      - email
      type: object
      properties:
        email:
          type: string
      example:
        email: admin@my-domain.tld
    Success23:
      title: Success23
      required:
      - order_id
      - invoice_id
      - order_status
      - success
      - order_amount
      - currency
      - tax
      - tax_rate
      type: object
      properties:
        order_id:
          type: integer
          format: int32
        invoice_id:
          type: integer
          format: int32
        order_status:
          type: string
        success:
          type: boolean
        order_amount:
          type: number
        currency:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
      example:
        order_id: 1146951
        invoice_id: 786148
        order_status: active
        success: true
        order_amount: 248.73
        currency: EUR
        tax: '0.00'
        tax_rate: 0%
    Success24:
      title: Success24
      required:
      - message
      - success
      type: object
      properties:
        message:
          type: string
        success:
          type: boolean
      example:
        message: Cancell request submitted.
        success: true
    Success25:
      title: Success25
      required:
      - certificates
      - success
      - time_stamp
      type: object
      properties:
        certificates:
          type: array
          items:
            $ref: '#/components/schemas/Certificate'
          description: ''
        success:
          type: boolean
        time_stamp:
          type: integer
          format: int32
      example:
        certificates:
        - order_id: '1289056'
          status: active
          expires: 2021-12-23
        - order_id: '1685483'
          status: expired
        - order_id: '1743649'
          status: active
          expires: 2022-10-19
        - order_id: '2034100'
          status: unpaid
        - order_id: '2036899'
          status: cancelled
        - order_id: '2073461'
          status: incomplete
        success: true
        time_stamp: 1637157818
    Certificate:
      title: Certificate
      required:
      - order_id
      - status
      type: object
      properties:
        order_id:
          type: string
        status:
          type: string
        expires:
          type: string
      example:
        order_id: '1289056'
        status: active
        expires: 2021-12-23
    Success26:
      title: Success26
      required:
      - order_id
      - partner_order_id
      - internal_id
      - status
      - status_description
      - dcv_status
      - product_id
      - domain
      - approver_method
      - domains
      - total_domains
      - validity_period
      - valid_from
      - valid_till
      - begin_date
      - end_date
      - csr_code
      - crt_code
      - ca_code
      - server_count
      - reissue
      - reissue_now
      - renew
      - webserver_type
      - upgrade
      - approver_emails
      - dcv_method
      - admin_addressline1
      - admin_addressline2
      - admin_city
      - admin_country
      - admin_fax
      - admin_phone
      - admin_postalcode
      - admin_region
      - admin_email
      - admin_firstname
      - admin_lastname
      - admin_organization
      - admin_title
      - org_addressline3
      - org_city
      - org_country
      - org_fax
      - org_phone
      - org_postalcode
      - org_region
      - tech_organization
      - tech_addressline1
      - tech_addressline2
      - tech_addressline3
      - tech_city
      - tech_country
      - tech_fax
      - tech_phone
      - tech_postalcode
      - tech_region
      - tech_email
      - tech_firstname
      - tech_lastname
      - tech_title
      - ssl_price
      - ssl_period
      - manual_check
      - pre_signing
      - admin_msg
      - free_ev_upgrade
      - codesigning_inviteurl
      - validation_description
      - san
      - success
      - time_stamp
      type: object
      properties:
        order_id:
          type: integer
          format: int32
        partner_order_id:
          type: integer
          format: int32
        internal_id:
          type: string
        status:
          type: string
        status_description:
          type: string
        dcv_status:
          type: string
        product_id:
          type: string
        domain:
          type: string
        approver_method:
          allOf:
          - $ref: '#/components/schemas/ApproverMethod'
          - example:
              http:
                link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                content: >-
                  68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                  comodoca.com

                  t0767031001581598445
        domains:
          type: string
        total_domains:
          type: integer
          format: int32
        validity_period:
          type: integer
          format: int32
        valid_from:
          type: string
        valid_till:
          type: string
        begin_date:
          type: string
          nullable: true
        end_date:
          type: string
          nullable: true
        csr_code:
          type: string
        crt_code:
          type: string
        ca_code:
          type: string
        server_count:
          type: integer
          format: int32
        reissue:
          type: integer
          format: int32
        reissue_now:
          type: integer
          format: int32
        renew:
          type: integer
          format: int32
        webserver_type:
          type: integer
          format: int32
        upgrade:
          type: integer
          format: int32
        approver_emails:
          type: string
        dcv_method:
          type: string
        admin_addressline1:
          type: string
        admin_addressline2:
          type: string
        admin_city:
          type: string
        admin_country:
          type: string
        admin_fax:
          type: string
        admin_phone:
          type: string
        admin_postalcode:
          type: string
        admin_region:
          type: string
        admin_email:
          type: string
        admin_firstname:
          type: string
        admin_lastname:
          type: string
        admin_organization:
          type: string
        admin_title:
          type: string
        org_addressline3:
          type: string
        org_city:
          type: string
        org_country:
          type: string
        org_fax:
          type: string
        org_phone:
          type: string
        org_postalcode:
          type: string
        org_region:
          type: string
        tech_organization:
          type: string
        tech_addressline1:
          type: string
        tech_addressline2:
          type: string
        tech_addressline3:
          type: string
        tech_city:
          type: string
        tech_country:
          type: string
        tech_fax:
          type: string
        tech_phone:
          type: string
        tech_postalcode:
          type: string
        tech_region:
          type: string
        tech_email:
          type: string
        tech_firstname:
          type: string
        tech_lastname:
          type: string
        tech_title:
          type: string
        ssl_price:
          type: string
        ssl_period:
          type: integer
          format: int32
        manual_check:
          type: string
        pre_signing:
          type: string
        admin_msg:
          type: string
        free_ev_upgrade:
          type: integer
          format: int32
        codesigning_inviteurl:
          type: string
        validation_description:
          type: string
        san:
          type: array
          items:
            $ref: '#/components/schemas/San2'
          description: ''
        success:
          type: boolean
        time_stamp:
          type: integer
          format: int32
      example:
        order_id: 1146748
        partner_order_id: 123456789
        internal_id: S1130555
        status: processing
        status_description: ''
        dcv_status: '1'
        product_id: '77'
        domain: my-domain.tld
        approver_method:
          http:
            link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
            filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
            content: >-
              68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

              comodoca.com

              t0956924001563873438
        domains: my-domain.tld,www.my-domain.tld,my-domain1.tld
        total_domains: 8
        validity_period: 12
        valid_from: 0000-00-00
        valid_till: 0000-00-00
        begin_date: null
        end_date: null
        csr_code: '-----BEGIN CERTIFICATE REQUEST-----....-----END CERTIFICATE REQUEST-----'
        crt_code: ''
        ca_code: ''
        server_count: 1
        reissue: 0
        reissue_now: 0
        renew: 0
        webserver_type: 2
        upgrade: 0
        approver_emails: ''
        dcv_method: http
        admin_addressline1: ''
        admin_addressline2: ''
        admin_city: Kowloon
        admin_country: HK
        admin_fax: ''
        admin_phone: '0852183528'
        admin_postalcode: ''
        admin_region: ''
        admin_email: admin@domain.tld
        admin_firstname: Jons
        admin_lastname: Smits
        admin_organization: ''
        admin_title: n/a
        org_addressline3: ''
        org_city: ''
        org_country: ''
        org_fax: ''
        org_phone: ''
        org_postalcode: ''
        org_region: ''
        tech_organization: ''
        tech_addressline1: ''
        tech_addressline2: ''
        tech_addressline3: ''
        tech_city: ''
        tech_country: ''
        tech_fax: ''
        tech_phone: '777888999'
        tech_postalcode: ''
        tech_region: ''
        tech_email: tech@my-domain.tld
        tech_firstname: Igor
        tech_lastname: Savin
        tech_title: n/a
        ssl_price: '59.13'
        ssl_period: 12
        manual_check: '0'
        pre_signing: '0'
        admin_msg: ''
        free_ev_upgrade: 0
        codesigning_inviteurl: ''
        validation_description: ''
        san:
        - san_name: www.my-domain.tld
          validation_method: http
          status: '1'
          status_description: Proccessing
          validation:
            http:
              link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
              filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
              content: >-
                68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                comodoca.com

                t0956924001563873438
        - san_name: my-domain1.tld
          validation_method: http
          status: '1'
          status_description: Proccessing
          validation:
            http:
              link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
              filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
              content: >-
                68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                comodoca.com

                t0956924001563873438
        success: true
        time_stamp: 1563873515
    San2:
      title: San2
      required:
      - san_name
      - validation_method
      - status
      - status_description
      - validation
      type: object
      properties:
        san_name:
          type: string
        validation_method:
          type: string
        status:
          type: string
        status_description:
          type: string
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation1'
          - example:
              http:
                link: http://my-domain1.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                content: >-
                  68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                  comodoca.com

                  t0767031001581598445
      example:
        san_name: www.my-domain.tld
        validation_method: http
        status: '1'
        status_description: Proccessing
        validation:
          http:
            link: http://my-domain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
            filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
            content: >-
              68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

              comodoca.com

              t0956924001563873438
    Succes:
      title: Succes
      required:
      - timestamp
      - order_id
      - status
      - success
      type: object
      properties:
        timestamp:
          type: integer
          format: int32
        order_id:
          type: integer
          format: int32
        status:
          type: string
        success:
          type: boolean
      example:
        timestamp: 1596699813
        order_id: 1501561
        status: processing
        success: true
    Succcess1:
      title: Succcess1
      required:
      - orders
      - success
      type: object
      properties:
        orders:
          type: array
          items:
            $ref: '#/components/schemas/Order'
          description: ''
        success:
          type: boolean
      example:
        orders:
        - id: '171385'
          total_price: '4.44'
          currency: EUR
          date: 2016-01-28 14:59:39
        - id: '178391'
          total_price: '0.00'
          currency: EUR
          date: 2016-02-18 18:35:10
        - id: '180366'
          total_price: '4.96'
          currency: EUR
          date: 2016-02-25 12:43:50
        - id: '186085'
          total_price: '4.37'
          currency: EUR
          date: 2016-03-12 15:17:47
        - id: '195034'
          total_price: '4.79'
          currency: EUR
          date: 2016-04-09 01:24:37
        - id: '201373'
          total_price: '4.82'
          currency: EUR
          date: 2016-04-28 13:59:24
        - id: '202454'
          total_price: '379.01'
          currency: EUR
          date: 2016-05-03 01:54:45
        - id: '202457'
          total_price: '379.01'
          currency: EUR
          date: 2016-05-03 01:57:25
        - id: '222256'
          total_price: '0.00'
          currency: EUR
          date: 2016-07-08 10:00:46
        - id: '222266'
          total_price: '0.00'
          currency: EUR
          date: 2016-07-08 10:39:52
        - id: '222267'
          total_price: '0.00'
          currency: EUR
          date: 2016-07-08 10:45:44
        - id: '222272'
          total_price: '0.00'
          currency: EUR
          date: 2016-07-08 10:56:31
        - id: '240207'
          total_price: '4.78'
          currency: EUR
          date: 2016-09-06 09:51:02
        - id: '240894'
          total_price: '4.80'
          currency: EUR
          date: 2016-09-07 14:17:23
        - id: '644782'
          total_price: '0.00'
          currency: EUR
          date: 2018-04-21 17:22:48
        - id: '1125151'
          total_price: '23.57'
          currency: EUR
          date: 2019-07-02 17:28:18
        - id: '1125167'
          total_price: '23.57'
          currency: EUR
          date: 2019-07-02 17:39:15
        - id: '1125168'
          total_price: '23.57'
          currency: EUR
          date: 2019-07-02 17:39:39
        - id: '1125169'
          total_price: '23.57'
          currency: EUR
          date: 2019-07-02 17:40:08
        - id: '1125171'
          total_price: '23.57'
          currency: EUR
          date: 2019-07-02 17:40:22
        - id: '1125182'
          total_price: '23.57'
          currency: EUR
          date: 2019-07-02 17:48:26
        success: true
    Order:
      title: Order
      required:
      - id
      - total_price
      - currency
      - date
      type: object
      properties:
        id:
          type: string
        total_price:
          type: string
        currency:
          type: string
        date:
          type: string
      example:
        id: '171385'
        total_price: '4.44'
        currency: EUR
        date: 2016-01-28 14:59:39
    Success27:
      title: Success27
      required:
      - orders
      - limit
      - offset
      - count
      - success
      type: object
      properties:
        orders:
          type: array
          items:
            $ref: '#/components/schemas/Order1'
          description: ''
        limit:
          type: integer
          format: int32
        offset:
          type: integer
          format: int32
        count:
          type: integer
          format: int32
        success:
          type: boolean
      example:
        orders:
        - order_id: '1495250'
          status: processing
        - order_id: '1493957'
          status: processing
        - order_id: '1490216'
          status: processing
        - order_id: '1487916'
          status: processing
        - order_id: '1487912'
          status: cancelled
        - order_id: '1483584'
          status: cancelled
        - order_id: '1480106'
          status: active
        - order_id: '1477779'
          status: cancelled
        - order_id: '1477742'
          status: cancelled
        - order_id: '1476842'
          status: unpaid
        - order_id: '1476831'
          status: unpaid
        - order_id: '1476051'
          status: cancelled
        - order_id: '1475635'
          status: cancelled
        - order_id: '1475510'
          status: cancelled
        - order_id: '1475504'
          status: cancelled
        - order_id: '1475501'
          status: cancelled
        - order_id: '1467964'
          status: active
        - order_id: '1467960'
          status: unpaid
        - order_id: '1467959'
          status: unpaid
        - order_id: '1467930'
          status: unpaid
        - order_id: '1467928'
          status: unpaid
        - order_id: '1467815'
          status: cancelled
        - order_id: '1466595'
          status: cancelled
        - order_id: '1463017'
          status: processing
        - order_id: '1463009'
          status: active
        - order_id: '1457098'
          status: cancelled
        - order_id: '1457082'
          status: cancelled
        - order_id: '1449895'
          status: cancelled
        - order_id: '1447986'
          status: cancelled
        - order_id: '1447515'
          status: cancelled
        - order_id: '1445654'
          status: active
        - order_id: '1445482'
          status: cancelled
        - order_id: '1445299'
          status: cancelled
        - order_id: '1437978'
          status: rejected
        - order_id: '1437228'
          status: cancelled
        - order_id: '1437218'
          status: cancelled
        - order_id: '1433212'
          status: cancelled
        - order_id: '1433086'
          status: incomplete
        - order_id: '1433081'
          status: cancelled
        - order_id: '1428412'
          status: cancelled
        - order_id: '1428360'
          status: cancelled
        - order_id: '1428350'
          status: active
        - order_id: '1427530'
          status: unpaid
        - order_id: '1427103'
          status: unpaid
        - order_id: '1427094'
          status: unpaid
        - order_id: '1427090'
          status: unpaid
        - order_id: '1427082'
          status: unpaid
        - order_id: '1427078'
          status: unpaid
        - order_id: '1427077'
          status: unpaid
        - order_id: '1426813'
          status: unpaid
        - order_id: '1426812'
          status: cancelled
        - order_id: '1426646'
          status: unpaid
        - order_id: '1426642'
          status: unpaid
        - order_id: '1426641'
          status: cancelled
        - order_id: '1426600'
          status: unpaid
        - order_id: '1426591'
          status: unpaid
        - order_id: '1426590'
          status: cancelled
        - order_id: '1422895'
          status: active
        - order_id: '1420362'
          status: cancelled
        - order_id: '1418329'
          status: cancelled
        - order_id: '1417776'
          status: cancelled
        - order_id: '1417758'
          status: cancelled
        - order_id: '1417564'
          status: cancelled
        - order_id: '1417526'
          status: cancelled
        - order_id: '1417438'
          status: cancelled
        - order_id: '1417433'
          status: cancelled
        - order_id: '1416552'
          status: cancelled
        - order_id: '1413878'
          status: cancelled
        - order_id: '1413860'
          status: cancelled
        - order_id: '1413857'
          status: rejected
        - order_id: '1412999'
          status: cancelled
        - order_id: '1412868'
          status: cancelled
        - order_id: '1409665'
          status: cancelled
        - order_id: '1405806'
          status: cancelled
        - order_id: '1404964'
          status: cancelled
        - order_id: '1403152'
          status: cancelled
        - order_id: '1402970'
          status: cancelled
        - order_id: '1402968'
          status: cancelled
        - order_id: '1402899'
          status: cancelled
        - order_id: '1402874'
          status: cancelled
        - order_id: '1402656'
          status: cancelled
        - order_id: '1402606'
          status: cancelled
        - order_id: '1400038'
          status: cancelled
        - order_id: '1399396'
          status: cancelled
        - order_id: '1394110'
          status: cancelled
        - order_id: '1394050'
          status: cancelled
        - order_id: '1394042'
          status: cancelled
        - order_id: '1393723'
          status: active
        - order_id: '1393711'
          status: cancelled
        - order_id: '1392481'
          status: cancelled
        - order_id: '1391789'
          status: cancelled
        - order_id: '1391370'
          status: cancelled
        - order_id: '1390389'
          status: cancelled
        - order_id: '1390337'
          status: cancelled
        - order_id: '1377585'
          status: cancelled
        - order_id: '1373411'
          status: cancelled
        - order_id: '1372082'
          status: cancelled
        - order_id: '1371068'
          status: cancelled
        - order_id: '1366899'
          status: rejected
        - order_id: '1358792'
          status: cancelled
        - order_id: '1358727'
          status: cancelled
        - order_id: '1356903'
          status: cancelled
        - order_id: '1356892'
          status: cancelled
        - order_id: '1356837'
          status: cancelled
        - order_id: '1350014'
          status: cancelled
        - order_id: '1344307'
          status: cancelled
        - order_id: '1340150'
          status: cancelled
        - order_id: '1340128'
          status: cancelled
        - order_id: '1340127'
          status: cancelled
        - order_id: '1337982'
          status: cancelled
        - order_id: '1337978'
          status: cancelled
        - order_id: '1337966'
          status: expired
        - order_id: '1337772'
          status: cancelled
        - order_id: '1337707'
          status: cancelled
        - order_id: '1337327'
          status: cancelled
        - order_id: '1337068'
          status: cancelled
        - order_id: '1337048'
          status: expired
        - order_id: '1337021'
          status: cancelled
        - order_id: '1332864'
          status: cancelled
        - order_id: '1331485'
          status: cancelled
        - order_id: '1331418'
          status: cancelled
        - order_id: '1330814'
          status: cancelled
        - order_id: '1329793'
          status: expired
        - order_id: '1329387'
          status: cancelled
        - order_id: '1327385'
          status: active
        - order_id: '1327355'
          status: rejected
        - order_id: '1327332'
          status: cancelled
        - order_id: '1327311'
          status: cancelled
        - order_id: '1327254'
          status: cancelled
        - order_id: '1327211'
          status: cancelled
        - order_id: '1326643'
          status: expired
        - order_id: '1326627'
          status: cancelled
        - order_id: '1326569'
          status: unpaid
        - order_id: '1326425'
          status: expired
        - order_id: '1323343'
          status: expired
        - order_id: '1323070'
          status: cancelled
        - order_id: '1322327'
          status: cancelled
        - order_id: '1322325'
          status: unpaid
        - order_id: '1322315'
          status: expired
        - order_id: '1322300'
          status: cancelled
        - order_id: '1322289'
          status: unpaid
        - order_id: '1322242'
          status: cancelled
        - order_id: '1317713'
          status: cancelled
        - order_id: '1316393'
          status: cancelled
        - order_id: '1316291'
          status: unpaid
        - order_id: '1316277'
          status: cancelled
        - order_id: '1316270'
          status: unpaid
        - order_id: '1316234'
          status: unpaid
        - order_id: '1316181'
          status: active
        - order_id: '1316026'
          status: cancelled
        - order_id: '1316025'
          status: cancelled
        - order_id: '1315758'
          status: cancelled
        - order_id: '1315733'
          status: unpaid
        - order_id: '1315727'
          status: expired
        - order_id: '1315722'
          status: cancelled
        - order_id: '1315094'
          status: cancelled
        - order_id: '1314689'
          status: unpaid
        - order_id: '1314669'
          status: expired
        - order_id: '1311974'
          status: cancelled
        - order_id: '1311938'
          status: cancelled
        - order_id: '1311330'
          status: expired
        - order_id: '1311323'
          status: cancelled
        - order_id: '1311133'
          status: expired
        - order_id: '1311129'
          status: expired
        - order_id: '1311125'
          status: cancelled
        - order_id: '1311113'
          status: expired
        - order_id: '1306977'
          status: active
        - order_id: '1306576'
          status: cancelled
        - order_id: '1306336'
          status: cancelled
        - order_id: '1305492'
          status: cancelled
        - order_id: '1303427'
          status: cancelled
        - order_id: '1302618'
          status: active
        - order_id: '1302153'
          status: cancelled
        - order_id: '1302059'
          status: cancelled
        - order_id: '1301959'
          status: cancelled
        - order_id: '1301101'
          status: cancelled
        - order_id: '1301078'
          status: expired
        - order_id: '1292133'
          status: cancelled
        - order_id: '1290117'
          status: cancelled
        - order_id: '1289529'
          status: expired
        - order_id: '1289286'
          status: active
        - order_id: '1289254'
          status: expired
        - order_id: '1289056'
          status: active
        - order_id: '1289043'
          status: active
        - order_id: '1288926'
          status: active
        - order_id: '1286337'
          status: cancelled
        - order_id: '1285402'
          status: cancelled
        - order_id: '1284738'
          status: cancelled
        - order_id: '1281445'
          status: cancelled
        - order_id: '1275231'
          status: cancelled
        - order_id: '1274912'
          status: cancelled
        - order_id: '1274894'
          status: cancelled
        - order_id: '1274886'
          status: cancelled
        - order_id: '1274847'
          status: cancelled
        - order_id: '1274837'
          status: cancelled
        - order_id: '1274836'
          status: cancelled
        - order_id: '1274830'
          status: cancelled
        - order_id: '1274829'
          status: cancelled
        - order_id: '1274819'
          status: cancelled
        - order_id: '1274810'
          status: cancelled
        - order_id: '1274427'
          status: cancelled
        - order_id: '1273140'
          status: unpaid
        - order_id: '1273137'
          status: cancelled
        - order_id: '1271755'
          status: cancelled
        - order_id: '1271163'
          status: unpaid
        - order_id: '1271068'
          status: unpaid
        - order_id: '1271067'
          status: unpaid
        - order_id: '1271066'
          status: unpaid
        - order_id: '1271063'
          status: unpaid
        - order_id: '1268716'
          status: cancelled
        - order_id: '1268692'
          status: cancelled
        - order_id: '1268510'
          status: cancelled
        - order_id: '1267728'
          status: cancelled
        - order_id: '1267710'
          status: rejected
        - order_id: '1267485'
          status: unpaid
        - order_id: '1267466'
          status: unpaid
        - order_id: '1267461'
          status: unpaid
        - order_id: '1267455'
          status: cancelled
        - order_id: '1267320'
          status: cancelled
        - order_id: '1266535'
          status: cancelled
        - order_id: '1266530'
          status: cancelled
        - order_id: '1266525'
          status: cancelled
        - order_id: '1266306'
          status: cancelled
        - order_id: '1266279'
          status: cancelled
        - order_id: '1265690'
          status: cancelled
        - order_id: '1265576'
          status: unpaid
        - order_id: '1265571'
          status: cancelled
        - order_id: '1265512'
          status: cancelled
        - order_id: '1265507'
          status: cancelled
        - order_id: '1265371'
          status: unpaid
        - order_id: '1265370'
          status: cancelled
        - order_id: '1265369'
          status: cancelled
        - order_id: '1264372'
          status: cancelled
        - order_id: '1263125'
          status: active
        - order_id: '1263034'
          status: active
        - order_id: '1263029'
          status: expired
        - order_id: '1261918'
          status: cancelled
        - order_id: '188'
          status: expired
        limit: 1000
        offset: 0
        count: 238
        success: true
    Order1:
      title: Order1
      required:
      - order_id
      - status
      type: object
      properties:
        order_id:
          type: string
        status:
          type: string
      example:
        order_id: '1495250'
        status: processing
    Success28:
      title: Success28
      required:
      - total_orders
      - success
      type: object
      properties:
        total_orders:
          type: integer
          format: int32
        success:
          type: boolean
      example:
        total_orders: 1000
        success: true
    Success31:
      title: Success31
      required:
      - product_id
      - validation
      - approver_email
      - success_message
      - success
      type: object
      properties:
        product_id:
          type: string
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation5'
          - example:
              https:
                link: https://mydomain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                content: >-
                  68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                  comodoca.com

                  t0860053001562142772
        approver_email:
          type: string
        success_message:
          type: string
        success:
          type: boolean
      example:
        product_id: '77'
        validation:
          https:
            link: https://mydomain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
            filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
            content: >-
              68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

              comodoca.com

              t0860053001562142772
        approver_email: https
        success_message: Validation method has been successfully changed
        success: true
    Validation5:
      title: Validation5
      required:
      - https
      type: object
      properties:
        https:
          allOf:
          - $ref: '#/components/schemas/Https1'
          - example:
              link: https://domain2.tld/.well-known/pki-validation/604693EB6CD1DCB4551BCC5370E09055.txt
              filename: 604693EB6CD1DCB4551BCC5370E09055.txt
              content: >-
                22F5AB9523A304F616B855FF3322EADD15805BE87CF949B3C8E8DF78890209A5

                COMODOCA.COM
      example:
        https:
          link: https://mydomain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
          filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
          content: >-
            68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

            comodoca.com

            t0860053001562142772
    Success32:
      title: Success32
      required:
      - product_id
      - message
      - success
      type: object
      properties:
        product_id:
          type: string
        message:
          type: string
        success:
          type: boolean
      example:
        product_id: '63'
        message: Validation email has been successfully sent
        success: true
    Success33:
      title: Success33
      required:
      - product_id
      - validation
      - success_message
      - success
      type: object
      properties:
        product_id:
          type: string
        validation:
          allOf:
          - $ref: '#/components/schemas/Validation5'
          - example:
              https:
                link: https://mydomain.tld/.well-known/pki-validation/FEA0F3C39F67CD7F1C40674447A9ED23.txt
                filename: FEA0F3C39F67CD7F1C40674447A9ED23.txt
                content: >-
                  68499ECE7EC78ACD861FC94134127CA3153D96B3E138605624AB24DED7AED135

                  comodoca.com

                  t0860053001562142772
        success_message:
          type: string
        success:
          type: boolean
      example:
        product_id: '63'
        validation:
          https:
            link: https://domain.tld/.well-known/pki-validation/D41D8CD98F00B204E9800998ECF8427E.txt
            filename: D41D8CD98F00B204E9800998ECF8427E.txt
            content: >-
              E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855

              comodoca.com

              t0089141001563881533
        success_message: Validation method has been successfully updated
        success: true
    Success36:
      title: Success36
      required:
      - invoices
      - success
      type: object
      properties:
        invoices:
          type: array
          items:
            $ref: '#/components/schemas/Invoice'
          description: ''
        success:
          type: boolean
      example:
        invoices:
        - order_id: null
          number: GGM-0818506737
          date: 2018-08-01
          subtotal: '0.00'
          tax: '0.00'
          total: '0.00'
          tax_rate: '0.00'
          status: paid
          currency: EUR
          payment_method: bank_transfer
        - order_id: '780909'
          number: GGP-0818511104
          date: 2018-08-08
          subtotal: '400.00'
          tax: '0.00'
          total: '400.00'
          tax_rate: '0.00'
          status: paid
          currency: EUR
          payment_method: paypal
        - order_id: '828727'
          number: GGS-0918534516
          date: 2018-09-17
          subtotal: '849.07'
          tax: '178.30'
          total: '1027.37'
          tax_rate: '21.00'
          status: unpaid
          currency: EUR
          payment_method: balance
        - order_id: '862951'
          number: GGS-1018549086
          date: 2018-10-12
          subtotal: '0.00'
          tax: '0.00'
          total: '0.00'
          tax_rate: '21.00'
          status: paid
          currency: EUR
          payment_method: free
        success: true
    Invoice:
      title: Invoice
      required:
      - order_id
      - number
      - date
      - subtotal
      - tax
      - total
      - tax_rate
      - status
      - currency
      - payment_method
      type: object
      properties:
        order_id:
          type: string
          nullable: true
        number:
          type: string
        date:
          type: string
        subtotal:
          type: string
        tax:
          type: string
        total:
          type: string
        tax_rate:
          type: string
        status:
          type: string
        currency:
          type: string
        payment_method:
          type: string
      example:
        order_id: null
        number: GGM-0818506737
        date: 2018-08-01
        subtotal: '0.00'
        tax: '0.00'
        total: '0.00'
        tax_rate: '0.00'
        status: paid
        currency: EUR
        payment_method: bank_transfer
    Success37:
      title: Success37
      required:
      - invoices
      - success
      type: object
      properties:
        invoices:
          type: array
          items:
            $ref: '#/components/schemas/Invoice1'
          description: ''
        success:
          type: boolean
      example:
        invoices:
        - order_id: '2033503'
          number: GGS-10211329562
          date: 2021-10-11
          tax: '37.80'
          tax_rate: '21.00'
          subtotal: '180.00'
          total: '217.80'
          currency: USD
          payment_method: balance
        - order_id: '2033941'
          number: GGS-10211329819
          date: 2021-10-11
          tax: '43.48'
          tax_rate: '21.00'
          subtotal: '207.06'
          total: '250.54'
          currency: USD
          payment_method: moneybookers
        - order_id: '2033517'
          number: GGS-10211329572
          date: 2021-10-11
          tax: '3.82'
          tax_rate: '21.00'
          subtotal: '18.21'
          total: '22.03'
          currency: USD
          payment_method: paypal
        success: true
    Invoice1:
      title: Invoice1
      required:
      - order_id
      - number
      - date
      - tax
      - tax_rate
      - subtotal
      - total
      - currency
      - payment_method
      type: object
      properties:
        order_id:
          type: string
        number:
          type: string
        date:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
        subtotal:
          type: string
        total:
          type: string
        currency:
          type: string
        payment_method:
          type: string
      example:
        order_id: '2033503'
        number: GGS-10211329562
        date: 2021-10-11
        tax: '37.80'
        tax_rate: '21.00'
        subtotal: '180.00'
        total: '217.80'
        currency: USD
        payment_method: balance
    Succcess2:
      title: Succcess2
      required:
      - order_id
      - number
      - date
      - subtotal
      - tax
      - tax_rate
      - total
      - status
      - currency
      - payment_method
      - success
      type: object
      properties:
        order_id:
          type: string
        number:
          type: string
        date:
          type: string
        subtotal:
          type: string
        tax:
          type: string
        tax_rate:
          type: string
        total:
          type: string
        status:
          type: string
        currency:
          type: string
        payment_method:
          type: string
        success:
          type: boolean
      example:
        order_id: '1146748'
        number: GGS-0719723755
        date: 2019-07-23
        subtotal: '59.13'
        tax: '12.42'
        tax_rate: '21.00'
        total: '71.55'
        status: paid
        currency: EUR
        payment_method: balance
        success: true
    Content-Type:
      title: Content-Type
      enum:
      - application/x-www-form-urlencoded
      type: string
      example: application/x-www-form-urlencoded
tags:
- name: Auth
- name: Products
- name: CSR
- name: DCV
- name: Webservers
- name: Account
- name: LEI
- name: Orders
- name: Validation
- name: Invoices
