@apifreaks/openapi-specs 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/index.cjs +131 -0
  2. package/dist/index.d.cts +140 -3
  3. package/dist/index.d.ts +140 -3
  4. package/dist/index.js +129 -0
  5. package/dist/specs/commodity/commodity-fluctuation.yaml +225 -0
  6. package/dist/specs/commodity/commodity-prices.yaml +236 -0
  7. package/dist/specs/commodity/commodity-symbols.yaml +159 -0
  8. package/dist/specs/commodity/commodity-time-series.yaml +238 -0
  9. package/dist/specs/commodity/historical-commodity-prices.yaml +208 -0
  10. package/dist/specs/currency/currency-converter.yaml +193 -0
  11. package/dist/specs/currency/currency-fluctuation.yaml +211 -0
  12. package/dist/specs/currency/currency-historical-data-limit.yaml +112 -0
  13. package/dist/specs/currency/currency-rate.yaml +173 -0
  14. package/dist/specs/currency/currency-supported.yaml +176 -0
  15. package/dist/specs/currency/currency-symbols.yaml +115 -0
  16. package/dist/specs/currency/currency-time-series.yaml +232 -0
  17. package/dist/specs/currency/geolocalized-currency-conversion.yaml +214 -0
  18. package/dist/specs/currency/historical-currency-converter.yaml +195 -0
  19. package/dist/specs/currency/historical-currency-rate.yaml +180 -0
  20. package/dist/specs/dns/bulk-dns-lookup.yaml +484 -0
  21. package/dist/specs/dns/dns-history-lookup.yaml +451 -0
  22. package/dist/specs/dns/dns-lookup.yaml +360 -0
  23. package/dist/specs/dns/reverse-dns-lookup.yaml +338 -0
  24. package/dist/specs/domain/bulk-domain-checker.yaml +198 -0
  25. package/dist/specs/domain/domain-search-with-suggestions.yaml +196 -0
  26. package/dist/specs/domain/domain-search.yaml +149 -0
  27. package/dist/specs/domain/subdomain-lookup.yaml +251 -0
  28. package/dist/specs/email-validation/bulk-email-validation.yaml +403 -0
  29. package/dist/specs/email-validation/email-checker.yaml +451 -0
  30. package/dist/specs/financial/bulk-vat-rates-country.yaml +250 -0
  31. package/dist/specs/financial/financial-apis-supported-countries.yaml +152 -0
  32. package/dist/specs/financial/iban-validation.yaml +270 -0
  33. package/dist/specs/financial/swift-code-finder.yaml +146 -0
  34. package/dist/specs/financial/swift-code-lookup.yaml +156 -0
  35. package/dist/specs/financial/vat-number-validation.yaml +205 -0
  36. package/dist/specs/financial/vat-rates-by-ip.yaml +200 -0
  37. package/dist/specs/financial/vat-rates-country.yaml +212 -0
  38. package/dist/specs/general/usage-credits.yaml +188 -0
  39. package/dist/specs/geocoding/forward-geocoding.yaml +292 -0
  40. package/dist/specs/geocoding/reverse-geocoding.yaml +237 -0
  41. package/dist/specs/geodb/administrative-units-details.yaml +180 -0
  42. package/dist/specs/geodb/administrative-units-levels.yaml +140 -0
  43. package/dist/specs/geodb/administrative-units.yaml +168 -0
  44. package/dist/specs/geodb/cities.yaml +209 -0
  45. package/dist/specs/geodb/countries-details.yaml +207 -0
  46. package/dist/specs/geodb/countries.yaml +199 -0
  47. package/dist/specs/geodb/flags-supported.yaml +119 -0
  48. package/dist/specs/geodb/flags.yaml +170 -0
  49. package/dist/specs/geodb/regions.yaml +76 -0
  50. package/dist/specs/geodb/subregions.yaml +158 -0
  51. package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +895 -0
  52. package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +310 -0
  53. package/dist/specs/ip-intelligence/ip-locator.yaml +708 -0
  54. package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +230 -0
  55. package/dist/specs/other/astronomy-data.yaml +632 -0
  56. package/dist/specs/pdf/delete-pdf-page.yaml +193 -0
  57. package/dist/specs/pdf/linearize-pdf.yaml +187 -0
  58. package/dist/specs/pdf/merge-pdf.yaml +193 -0
  59. package/dist/specs/pdf/pdf-compress.yaml +208 -0
  60. package/dist/specs/pdf/pdf-decrypt.yaml +202 -0
  61. package/dist/specs/pdf/pdf-encrypt.yaml +213 -0
  62. package/dist/specs/pdf/pdf-extract-pages.yaml +199 -0
  63. package/dist/specs/pdf/pdf-file-status.yaml +148 -0
  64. package/dist/specs/pdf/pdf-file.yaml +136 -0
  65. package/dist/specs/pdf/pdf-files.yaml +85 -0
  66. package/dist/specs/pdf/pdf-resource-download.yaml +117 -0
  67. package/dist/specs/pdf/pdf-resource-upload-binary.yaml +152 -0
  68. package/dist/specs/pdf/pdf-resource-upload.yaml +163 -0
  69. package/dist/specs/pdf/pdf-restrict.yaml +246 -0
  70. package/dist/specs/pdf/pdf-split-pages.yaml +208 -0
  71. package/dist/specs/pdf/pdf-task-status.yaml +187 -0
  72. package/dist/specs/pdf/pdf-to-image.yaml +844 -0
  73. package/dist/specs/pdf/pdf-unrestrict.yaml +221 -0
  74. package/dist/specs/pdf/rotate-pdf-pages.yaml +207 -0
  75. package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +374 -0
  76. package/dist/specs/phone-validation/phone-number-validation.yaml +344 -0
  77. package/dist/specs/scraper/web-scraper.yaml +479 -0
  78. package/dist/specs/screenshot/bulk-screenshot.yaml +728 -0
  79. package/dist/specs/screenshot/website-screenshot.yaml +822 -0
  80. package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +593 -0
  81. package/dist/specs/ssl/ssl-certificate-lookup.yaml +478 -0
  82. package/dist/specs/timezone/timezone-converter.yaml +249 -0
  83. package/dist/specs/timezone/timezone-lookup.yaml +712 -0
  84. package/dist/specs/user-agent/bulk-user-agent-parser.yaml +340 -0
  85. package/dist/specs/user-agent/user-agent-parser.yaml +271 -0
  86. package/dist/specs/weather/air-quality.yaml +590 -0
  87. package/dist/specs/weather/bulk-live-weather.yaml +654 -0
  88. package/dist/specs/weather/flood-forecast.yaml +519 -0
  89. package/dist/specs/weather/historical-weather.yaml +842 -0
  90. package/dist/specs/weather/live-weather.yaml +633 -0
  91. package/dist/specs/weather/marine-weather.yaml +806 -0
  92. package/dist/specs/weather/time-series-weather.yaml +821 -0
  93. package/dist/specs/weather/weather-forecast.yaml +935 -0
  94. package/dist/specs/whois/asn-lookup.yaml +618 -0
  95. package/dist/specs/whois/bulk-whois-lookup.yaml +827 -0
  96. package/dist/specs/whois/domain-whois-history-lookup.yaml +445 -0
  97. package/dist/specs/whois/reverse-whois.yaml +566 -0
  98. package/dist/specs/whois/whois-domain-lookup.yaml +537 -0
  99. package/dist/specs/whois/whois-ip-lookup.yaml +1123 -0
  100. package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +232 -0
  101. package/dist/specs/zip-code/zip-code-api.yaml +216 -0
  102. package/dist/specs/zip-code/zip-code-distance-match.yaml +239 -0
  103. package/dist/specs/zip-code/zip-code-distance.yaml +233 -0
  104. package/dist/specs/zip-code/zip-codes-by-city.yaml +201 -0
  105. package/dist/specs/zip-code/zip-codes-by-region.yaml +200 -0
  106. package/dist/specs/zip-code/zip-codes-radius-search.yaml +262 -0
  107. package/package.json +6 -2
@@ -0,0 +1,478 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: SSL Lookup API - Check and Monitor SSL Certificate Chains
4
+ version: 1.0.0
5
+ description: Retrieve comprehensive SSL certificate information for any domain including expiry dates, issuer details, signature algorithms, public key data, and certificate extensions. Supports extended key usages, CRL distribution points, authority info access, subject alternative names, and certificate policies.
6
+ contact:
7
+ name: APIFreaks Support
8
+ url: https://apifreaks.com/contact
9
+ email: support@apifreaks.com
10
+ servers:
11
+ - url: https://api.apifreaks.com/v1.0
12
+ description: SSL Certificate Lookup API Server
13
+ paths:
14
+ /domain/ssl/live:
15
+ get:
16
+ tags:
17
+ - SSL APIs
18
+ summary: Retrieve the SSL certificate and any hidden information embedded within it for a domain.
19
+ description: |
20
+ Retrieve comprehensive SSL certificate information without the certificate chain.
21
+ This endpoint provides detailed information about the SSL certificate including expiry dates, issuer details, and encryption methods.
22
+ operationId: sslCertificateLookup
23
+ parameters:
24
+ - name: format
25
+ in: query
26
+ required: false
27
+ schema:
28
+ type: string
29
+ enum:
30
+ - json
31
+ - xml
32
+ default: json
33
+ description: Format of the response.
34
+ - name: domainName
35
+ in: query
36
+ required: true
37
+ schema:
38
+ type: string
39
+ description: Domain name or URL whose SSL certificate lookup is required
40
+ - name: sslRaw
41
+ in: query
42
+ required: false
43
+ schema:
44
+ type: boolean
45
+ description: Set to true to get the raw openSSL response of the domain
46
+ responses:
47
+ '200':
48
+ description: Successful SSL certificate lookup response
49
+ content:
50
+ application/json:
51
+ schema:
52
+ $ref: '#/components/schemas/SSLLookupResponse'
53
+ examples:
54
+ Single SSL Certificate:
55
+ value:
56
+ domainName: google.com
57
+ queryTime: '2026-06-06 14:58:44'
58
+ sslCertificates:
59
+ - chainOrder: end-user
60
+ authenticationType: domain
61
+ validityStartDate: 2026-05-18 18:35:21 UTC
62
+ validityEndDate: 2026-08-10 18:35:20 UTC
63
+ serialNumber: d5:2a:59:68:49:a3:ce:9b:10:64:16:9b:c7:eb:df:4b
64
+ signatureAlgorithm: SHA256-RSA
65
+ subject:
66
+ commonName: '*.google.com'
67
+ issuer:
68
+ commonName: WR2
69
+ organization: Google Trust Services
70
+ country: US
71
+ publicKey:
72
+ keySize: 256 bit
73
+ keyAlgorithm: ECDSA
74
+ pemRaw: |
75
+ -----BEGIN PUBLIC KEY-----
76
+ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErGwQHDlGZHg4bCpvaBQKF07hm4v6puRsRi7O6JQH78GTcBkGAHRZSLqvlH8K+wDBOiTKlDh3sWlmEJDUJDdoKA==
77
+ -----END PUBLIC KEY-----
78
+ extensions:
79
+ authorityKeyIdentifier: DE:1B:1E:ED:79:15:D4:3E:37:24:C3:21:BB:EC:34:39:6D:42:B2:30
80
+ subjectKeyIdentifier: 2E:EC:34:B9:3E:97:83:C3:7E:E5:D0:F4:AB:56:D4:25:99:67:7D:6B
81
+ keyUsages:
82
+ - Digital Signature
83
+ extendedKeyUsages:
84
+ - TLS Web Server Authentication
85
+ crlDistributionPoints:
86
+ - http://c.pki.goog/wr2/GSyT1N4PBrg.crl
87
+ authorityInfoAccess:
88
+ issuers:
89
+ - http://i.pki.goog/wr2.crt
90
+ ocsp:
91
+ - http://o.pki.goog/wr2
92
+ subjectAlternativeNames:
93
+ dnsNames:
94
+ - '*.google.com'
95
+ - google.com
96
+ - youtube.com
97
+ - '*.youtube.com'
98
+ - '*.ytimg.com'
99
+ certificatePolicies:
100
+ - policyId: 2.23.140.1.2.1
101
+ pemRaw: |
102
+ -----BEGIN CERTIFICATE-----
103
+ MIIIdTCCB12gAwIBAgIRANUqWWhJo86bEGQWm8fr30swDQYJKoZIhvcNAQELBQAwOzELMAkGA1UEBhMCVVMxHjAcBgNVBAoTFUdvb2dsZSBUcnVzdCBTZXJ2aWNlczEMMAoGA1UEAxMDV1IyMB4XDTI2MDUxODE4MzUyMVoXDTI2MDgxMDE4MzUyMFowFzEVMBMGA1UEAwwMKi5nb29nbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErGwQHDlGZHg4bCpvaBQKF07hm4v6puRsRi7O6JQH78GTcBkGAHRZSLqvlH8K+wDBOiTKlDh3sWlmEJDUJDdoKKOCBmEwggZdMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQu7DS5PpeDw37l0PSrVtQlmWd9azAfBgNVHSMEGDAWgBTeGx7teRXUPjckwyG77DQ5bUKyMDBYBggrBgEFBQcBAQRMMEowIQYIKwYBBQUHMAGGFWh0dHA6Ly9vLnBraS5nb29nL3dyMjAlBggrBgEFBQcwAoYZaHR0cDovL2kucGtpLmdvb2cvd3IyLmNydDCCBDgGA1UdEQSCBC8wggQrggwqLmdvb2dsZS5jb22CFiouYXBwZW5naW5lLmdvb2dsZS5jb22CCSouYmRuLmRldoIVKi5vcmlnaW4tdGVzdC5iZG4uZGV2ghIqLmNsb3VkLmdvb2dsZS5jb22CGCouY3Jvd2Rzb3VyY2UuZ29vZ2xlLmNvbYIYKi5kYXRhY29tcHV0ZS5nb29nbGUuY29tggsqLmdvb2dsZS5jYYILKi5nb29nbGUuY2yCDiouZ29vZ2xlLmNvLmlugg4qLmdvb2dsZS5jby5qcIIOKi5nb29nbGUuY28udWuCDyouZ29vZ2xlLmNvbS5hcoIPKi5nb29nbGUuY29tLmF1gg8qLmdvb2dsZS5jb20uYnKCDyouZ29vZ2xlLmNvbS5jb4IPKi5nb29nbGUuY29tLm14gg8qLmdvb2dsZS5jb20udHKCDyouZ29vZ2xlLmNvbS52boILKi5nb29nbGUuZGWCCyouZ29vZ2xlLmVzggsqLmdvb2dsZS5mcoILKi5nb29nbGUuaHWCCyouZ29vZ2xlLml0ggsqLmdvb2dsZS5ubIILKi5nb29nbGUucGyCCyouZ29vZ2xlLnB0ghkqLmdlbWluaS5jbG91ZC5nb29nbGUuY29tgg0qLmdzdGF0aWMuY29tghQqLm1ldHJpYy5nc3RhdGljLmNvbYIKKi5ndnQxLmNvbYIRKi5nY3BjZG4uZ3Z0MS5jb22CCiouZ3Z0Mi5jb22CDiouZ2NwLmd2dDIuY29tghAqLnVybC5nb29nbGUuY29tghYqLnlvdXR1YmUtbm9jb29raWUuY29tggsqLnl0aW1nLmNvbYIKYWkuYW5kcm9pZIILYW5kcm9pZC5jb22CDSouYW5kcm9pZC5jb22CEyouZmxhc2guYW5kcm9pZC5jb22CBGcuY28CBDEwLmdvb2dsZS5jb22CEiouZ29vZ2xlLWNhcnRzLmNvbYIKZ29vZ2xlLmNvbYISZ29vZ2xlY29tbWVyY2UuY29tghQqLmdvb2dsZWNvbW1lcmNlLmNvbYIKdXJjaGluLmNvbYIMKi51cmNoaW4uY29tggh5b3V0dS5iZYILeW91dHViZS5jb22CDSoueW91dHViZS5jb22CEW11c2ljLnlvdXR1YmUuY29tghMqLm11c2ljLnlvdXR1YmUuY29tghR5b3V0dWJlZWR1Y2F0aW9uLmNvbYIWKi55b3V0dWJlZWR1Y2F0aW9uLmNvbYIPeW91dHViZWtpZHMuY29tghEqLnlvdXR1YmVraWRzLmNvbYIFeXQuYmWCByoueXQuYmWCGmFuZHJvaWQuY2xpZW50cy5nb29nbGUuY29tghUqLmFpc3R1ZGlvLmdvb2dsZS5jb20wEwYDVR0gBAwwCjAIBgZngQwBAgEwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2MucGtpLmdvb2cvd3IyL0dTeVQxTjRQQnJnLmNybDCCAQMGCisGAQQB1nkCBAIEgfQEgfEA7wB2AMs49xWJfIShRF9bwd37yW7ymlnNRwppBYWwyxTDFFjnAAABnjyV+/0AAAQDAEcwRQIgCgvqLruYdmtREQIJopZQVZEAux/EdciE9ThPK5WLOIwCIQDJjNYSb4sTv+LnXVHnirnD6kTT5FY8gLI6mKR0WI/m1AB1ANgJVTuUT3r/yBYZb5RPhauw+Pxeh1UmDxXRLnK7RUsUAAABnjyV+8EAAAQDAEYwRAIgQvDSSJRos+D8Lk6bpjH2ZlYxD/N6Gv2TqkFZhUlFKeQCIBq55PPw4e5N89gLgzFC2kp1X+YvFsURPsLrz1LqOAymMA0GCSqGSIb3DQEBCwUAA4IBAQBtZusj1ojCxhZxk5KpZ92eZuTkDVJgJGtDq8gPRehf50mZiu2gDK1JgXIzKRey3tHmgNrCmTon5QJAL9yDyrOGs2GoQsfMkenH0+/hTsLB+n03ni9+9jghfPvE9CZbFimniiqGznhnW5mNOZGy2AnXz79ZfHr4J8AuPh4HVvPc6q/2coyl7Vlxp2XDo6j1eoZARVSske22WvE34U4Yunq+SE0E0a8aKTV7Q7YHeu8/NAsFmG7V6QSSqAyFyxqeEzuz8ylBPxS/cejBk+29tGlfqqrR1JEKdcFLF7EuRyvRWAuQMQBHRA9boa3/lz1f+jEkkUbfqEMrDAnxLthdKKJk
104
+ -----END CERTIFICATE-----
105
+ '400':
106
+ description: Bad Request – Invalid domain parameter
107
+ content:
108
+ application/json:
109
+ schema:
110
+ $ref: '#/components/schemas/ErrorResponse'
111
+ examples:
112
+ Invalid Domain Param:
113
+ value:
114
+ timestamp: '2025-08-14T10:21:23.349Z'
115
+ status: 400
116
+ error: Invalid Param Exception
117
+ message: 'Please pass domain param correct value[For Technical Support: support@apifreaks.com]'
118
+ path: /v1.0/ssl/live
119
+ '403':
120
+ description: Forbidden – Domain extension unavailable
121
+ content:
122
+ application/json:
123
+ schema:
124
+ $ref: '#/components/schemas/ErrorResponse'
125
+ examples:
126
+ Unavailable Domain Extension:
127
+ value:
128
+ timestamp: '2025-08-14T10:18:47.504Z'
129
+ status: 403
130
+ error: Forbidden
131
+ message: Unavailable domain extension.
132
+ path: /v1.0/ssl/live
133
+ '404':
134
+ description: Not Found – No SSL certificate exists for entered domain
135
+ content:
136
+ application/json:
137
+ schema:
138
+ $ref: '#/components/schemas/ErrorResponse'
139
+ examples:
140
+ No SSL Certificate:
141
+ value:
142
+ timestamp: '2025-08-14T10:18:28.465Z'
143
+ status: 404
144
+ error: SSL Data Not Found
145
+ message: No Ssl Certificate exists for entered Domain
146
+ path: /v1.0/ssl/live
147
+ components:
148
+ securitySchemes:
149
+ ApiKeyAuthHeader:
150
+ type: apiKey
151
+ in: header
152
+ name: X-apiKey
153
+ description: Pass your API key via the X-apiKey request header.
154
+ ApiKeyAuthQuery:
155
+ type: apiKey
156
+ in: query
157
+ name: apiKey
158
+ description: Pass your API key via the apiKey query parameter.
159
+ schemas:
160
+ SSLLookupResponse:
161
+ type: object
162
+ required:
163
+ - domainName
164
+ - queryTime
165
+ - sslCertificates
166
+ properties:
167
+ domainName:
168
+ type: string
169
+ description: Domain name or URL that was queried.
170
+ queryTime:
171
+ type: string
172
+ format: date-time
173
+ description: Timestamp when the query was executed.
174
+ sslCertificates:
175
+ type: array
176
+ items:
177
+ $ref: '#/components/schemas/SSLCertificateItem'
178
+ description: Array of SSL certificate objects in the chain.
179
+ sslRaw:
180
+ type: string
181
+ description: Raw OpenSSL response text if sslRaw was set to true.
182
+ description: SSL certificate lookup response containing certificate details and extensions.
183
+ SSLCertificateItem:
184
+ type: object
185
+ description: A single SSL certificate in the certificate chain.
186
+ required:
187
+ - chainOrder
188
+ - authenticationType
189
+ - validityStartDate
190
+ - validityEndDate
191
+ - serialNumber
192
+ - signatureAlgorithm
193
+ - pemRaw
194
+ - subject
195
+ - issuer
196
+ - publicKey
197
+ - extensions
198
+ properties:
199
+ chainOrder:
200
+ type: string
201
+ description: Position in the certificate chain (end-user, intermediate, root).
202
+ authenticationType:
203
+ type: string
204
+ description: Authentication type (domain, organization, extended).
205
+ validityStartDate:
206
+ type: string
207
+ format: date-time
208
+ description: Certificate validity start date.
209
+ validityEndDate:
210
+ type: string
211
+ format: date-time
212
+ description: Certificate validity end date.
213
+ serialNumber:
214
+ type: string
215
+ description: Certificate serial number.
216
+ signatureAlgorithm:
217
+ type: string
218
+ description: Signature algorithm used (e.g., SHA256-RSA).
219
+ subject:
220
+ $ref: '#/components/schemas/SSLSubject'
221
+ issuer:
222
+ $ref: '#/components/schemas/SSLIssuer'
223
+ publicKey:
224
+ $ref: '#/components/schemas/SSLPublicKey'
225
+ extensions:
226
+ $ref: '#/components/schemas/SSLExtensions'
227
+ pemRaw:
228
+ type: string
229
+ description: Raw PEM-encoded certificate.
230
+ SSLSubject:
231
+ type: object
232
+ description: Subject information of the SSL certificate.
233
+ required:
234
+ - commonName
235
+ properties:
236
+ commonName:
237
+ type: string
238
+ description: Common name of the subject.
239
+ organization:
240
+ type: string
241
+ description: Organization of the subject.
242
+ organizationalUnit:
243
+ type: string
244
+ description: Organizational unit of the subject.
245
+ locality:
246
+ type: string
247
+ description: Locality of the subject.
248
+ state:
249
+ type: string
250
+ description: State of the subject.
251
+ country:
252
+ type: string
253
+ description: Country of the subject.
254
+ incCountry:
255
+ type: string
256
+ description: Incorporation country of the subject.
257
+ incState:
258
+ type: string
259
+ description: Incorporation state of the subject.
260
+ businessCategory:
261
+ type: string
262
+ description: Business category of the subject.
263
+ street:
264
+ type: string
265
+ description: Street address of the subject.
266
+ postalCode:
267
+ type: string
268
+ description: Postal code of the subject.
269
+ serialNumber:
270
+ type: string
271
+ description: Serial number of the subject.
272
+ SSLIssuer:
273
+ type: object
274
+ description: Issuer information of the SSL certificate.
275
+ required:
276
+ - commonName
277
+ - organization
278
+ - country
279
+ properties:
280
+ commonName:
281
+ type: string
282
+ description: Common name of the issuer.
283
+ organization:
284
+ type: string
285
+ description: Organization of the issuer.
286
+ organizationalUnit:
287
+ type: string
288
+ description: Organizational unit of the issuer.
289
+ locality:
290
+ type: string
291
+ description: Locality of the issuer.
292
+ state:
293
+ type: string
294
+ description: State of the issuer.
295
+ country:
296
+ type: string
297
+ description: Country of the issuer.
298
+ incCountry:
299
+ type: string
300
+ description: Incorporation country of the issuer.
301
+ incState:
302
+ type: string
303
+ description: Incorporation state of the issuer.
304
+ businessCategory:
305
+ type: string
306
+ description: Business category of the issuer.
307
+ street:
308
+ type: string
309
+ description: Street address of the issuer.
310
+ postalCode:
311
+ type: string
312
+ description: Postal code of the issuer.
313
+ serialNumber:
314
+ type: string
315
+ description: Serial number of the issuer.
316
+ SSLPublicKey:
317
+ type: object
318
+ description: Public key details of the SSL certificate.
319
+ required:
320
+ - keySize
321
+ - keyAlgorithm
322
+ - pemRaw
323
+ properties:
324
+ keySize:
325
+ type: string
326
+ description: Public key size (e.g., 256 bit).
327
+ keyAlgorithm:
328
+ type: string
329
+ description: Public key algorithm (e.g., ECDSA, RSA).
330
+ pemRaw:
331
+ type: string
332
+ description: Raw PEM-encoded public key.
333
+ SSLExtensions:
334
+ type: object
335
+ description: X.509 certificate extensions.
336
+ required:
337
+ - keyUsages
338
+ properties:
339
+ authorityKeyIdentifier:
340
+ type: string
341
+ description: Authority key identifier.
342
+ subjectKeyIdentifier:
343
+ type: string
344
+ description: Subject key identifier.
345
+ keyUsages:
346
+ type: array
347
+ items:
348
+ type: string
349
+ description: Key usage extensions.
350
+ extendedKeyUsages:
351
+ type: array
352
+ items:
353
+ type: string
354
+ description: Extended key usage extensions.
355
+ crlDistributionPoints:
356
+ type: array
357
+ items:
358
+ type: string
359
+ description: CRL distribution point URLs.
360
+ authorityInfoAccess:
361
+ $ref: '#/components/schemas/SSLAuthorityInfoAccess'
362
+ subjectAlternativeNames:
363
+ $ref: '#/components/schemas/SSLSubjectAlternativeNames'
364
+ certificatePolicies:
365
+ type: array
366
+ items:
367
+ $ref: '#/components/schemas/SSLCertificatePolicy'
368
+ description: Certificate policy objects.
369
+ SSLAuthorityInfoAccess:
370
+ type: object
371
+ description: Authority information access details.
372
+ properties:
373
+ issuers:
374
+ type: array
375
+ items:
376
+ type: string
377
+ description: Issuer certificate URLs.
378
+ ocsp:
379
+ type: array
380
+ items:
381
+ type: string
382
+ description: OCSP responder URLs.
383
+ required: []
384
+ SSLSubjectAlternativeNames:
385
+ type: object
386
+ description: Subject alternative names on the certificate.
387
+ properties:
388
+ dnsNames:
389
+ type: array
390
+ items:
391
+ type: string
392
+ description: DNS names on the certificate.
393
+ emailAddresses:
394
+ type: array
395
+ items:
396
+ type: string
397
+ description: Email addresses on the certificate.
398
+ ipAddresses:
399
+ type: array
400
+ items:
401
+ type: string
402
+ description: IP addresses on the certificate.
403
+ uris:
404
+ type: array
405
+ items:
406
+ type: string
407
+ description: URIs on the certificate.
408
+ required: []
409
+ SSLCertificatePolicy:
410
+ type: object
411
+ description: A certificate policy object.
412
+ properties:
413
+ policyId:
414
+ type: string
415
+ description: Policy OID identifier.
416
+ policyQualifier:
417
+ $ref: '#/components/schemas/SSLPolicyQualifier'
418
+ required: []
419
+ SSLPolicyQualifier:
420
+ type: object
421
+ description: Policy qualifier for a certificate policy.
422
+ properties:
423
+ oid:
424
+ type: string
425
+ description: OID of the policy qualifier.
426
+ cpsUri:
427
+ type: string
428
+ format: uri
429
+ description: CPS URI for the policy qualifier.
430
+ userNotice:
431
+ $ref: '#/components/schemas/SSLUserNotice'
432
+ required: []
433
+ SSLUserNotice:
434
+ type: object
435
+ description: User notice for a policy qualifier.
436
+ properties:
437
+ explicitText:
438
+ type: string
439
+ description: Explicit text of the user notice.
440
+ noticeRef:
441
+ $ref: '#/components/schemas/SSLUserNoticeRef'
442
+ required: []
443
+ SSLUserNoticeRef:
444
+ type: object
445
+ description: Notice reference for a user notice.
446
+ properties:
447
+ organization:
448
+ type: string
449
+ description: Organization for the notice reference.
450
+ noticeNumbers:
451
+ type: string
452
+ description: Notice numbers.
453
+ required: []
454
+ ErrorResponse:
455
+ type: object
456
+ description: Standard error envelope returned by the API on failed requests.
457
+ required:
458
+ - message
459
+ properties:
460
+ error:
461
+ type: string
462
+ description: Short error category or exception type.
463
+ message:
464
+ type: string
465
+ description: Human-readable error message describing the failure.
466
+ path:
467
+ type: string
468
+ description: API endpoint path that produced the error.
469
+ status:
470
+ type: integer
471
+ description: HTTP status code returned with the error.
472
+ timestamp:
473
+ type: string
474
+ format: date-time
475
+ description: Timestamp when the error occurred (ISO 8601).
476
+ security:
477
+ - ApiKeyAuthHeader: []
478
+ - ApiKeyAuthQuery: []