{"info":{"_postman_id":"bc6852fe-b078-46f1-838f-f5376c104056","name":"RSECloud API Documentation","description":"<html><head></head><body><p><strong>Introduction:</strong><br>Our API provides access to SSL certificate data collected from Global Internet IPv4 address space including Cloud Providers such as AWS, Azure, GCP, Oracle and Digital Ocean , aimed at monitoring the global landscape. The data includes domain TLDs, IP addresses, and organization information. Our mission is to offer an always up-to-date and accessible map of the cloud landscape for major cloud service providers.</p>\n<p><strong>Benefits of SSL Certificate Data:</strong></p>\n<ul>\n<li>Enables enumeration of subdomains for target domains.</li>\n<li>Facilitates enumeration of domains for target companies.</li>\n<li>Supports enumeration of possible sub-subdomain targets, especially for wildcard certificates.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33929903","collectionId":"bc6852fe-b078-46f1-838f-f5376c104056","publishedId":"2sA35G4N2c","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-30T14:02:35.000Z"},"item":[{"name":"API v1","item":[{"name":"Users","item":[{"name":"subscription","id":"34e78af4-4f62-4e2e-b39a-0e109629e44a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v1/user/subscription","description":"<p>Retrieve the subscription status of the authenticated user, including the subscription end date, the number of requests left, and the total number of requests allowed within the subscription plan.</p>\n","urlObject":{"protocol":"https","path":["api","v1","user","subscription"],"host":["api","rsecloud","com"],"query":[],"variable":[]}},"response":[{"id":"a99b6775-ca05-4fbf-934c-4400f598d648","name":"200 OK - API Response","originalRequest":{"method":"GET","header":[{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://api.rsecloud.com/api/v1/user/subscription","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","user","subscription"],"query":[{"key":"page","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Fri, 29 Mar 2024 16:19:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"end_date\": \"2024-04-01\",\n    \"requests_left\": 1962,\n    \"requests_plan\": 2000\n}"},{"id":"55efc304-3fb9-4e2c-9b38-7207d613d680","name":"401 - API Key Missing","originalRequest":{"method":"GET","header":[{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://api.rsecloud.com/api/v1/user/subscription","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","user","subscription"],"query":[{"key":"page","value":"","type":"text","disabled":true}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Fri, 29 Mar 2024 16:20:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"API key is missing\"\n}"},{"id":"c10fcaaf-91b3-45e2-9a02-9c4a45dc3586","name":"401 - Invalid API Key","originalRequest":{"method":"GET","header":[{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"https://api.rsecloud.com/api/v1/user/subscription","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","user","subscription"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Fri, 29 Mar 2024 16:24:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid API Key\"\n}"}],"_postman_id":"34e78af4-4f62-4e2e-b39a-0e109629e44a"}],"id":"4e80b558-e30c-43d6-909a-76b867e91f0a","description":"<p><strong>User Subscription Status</strong></p>\n<p>This collection provides endpoints for checking the subscription status of users. It enables users to monitor their subscription details, including the subscription end date and the remaining number of requests allowed within the subscription plan.</p>\n","_postman_id":"4e80b558-e30c-43d6-909a-76b867e91f0a"},{"name":"Domains","item":[{"name":"Subdomains","id":"969f4aa4-83e3-491d-8227-0b08f9054cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":"https://api.rsecloud.com/api/v1/subdomains?page=1","description":"<p>Search for target domain names and find hits in the Common Name and Subject Alternative Name fields of collected certificates. This endpoint facilitates the discovery of subdomains associated with a specific domain.</p>\n","urlObject":{"protocol":"https","path":["api","v1","subdomains"],"host":["api","rsecloud","com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"bbd938df-d5da-4acf-ad38-b8906e53795d","name":"200 OK - API Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/subdomains?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","subdomains"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Fri, 29 Mar 2024 16:25:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1496"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 591,\n    \"data\": [\n        \"www.example.com\",\n        \"vpn.example.com\",\n        \"test-dev.example.com\",\n        \"untangle.example.com\",\n        \"retail-demo-ronakbsh.example.com\",\n        \"koala.example.com\",\n        \"koala-and-more.example.com\",\n        \"learning.example.com\",\n        \"cafe.example.com\",\n        \"ihstg11.example.com\",\n        \"server.example.com\",\n        \"test.example.com\",\n        \"cat.example.com\",\n        \"node-0.example.com\",\n        \"ip-172-31-28-148.example.com\",\n        \"client-service.example.com\",\n        \"testsmdpplus1.example.com\",\n        \"ec2amaz-ajid6bg.example.com\",\n        \"prometheus.example.com\",\n        \"web.example.com\",\n        \"ip-172-31-2-233.example.com\",\n        \"opensearch.example.com\",\n        \"whm.example.com\",\n        \"apps.example.com\",\n        \"petstore.example.com\",\n        \"ip-172-31-28-35.example.com\",\n        \"adfs.example.com\",\n        \"wt.example.com\",\n        \"16be.example.com\",\n        \"8415.example.com\",\n        \"alma.example.com\",\n        \"am-001.example.com\",\n        \"apiumbrella.example.com\",\n        \"ldap.example.com\",\n        \"sc-amzn2.example.com\",\n        \"ec2amaz-s1fuhpa.example.com\",\n        \"workstation.example.com\",\n        \"web01.example.com\",\n        \"ec2amaz-3pbsvn3.example.com\",\n        \"app.example.com\",\n        \"aws-am-019.example.com\",\n        \"site.example.com\",\n        \"no.example.com\",\n        \"blueboxit-r2-rep.example.com\",\n        \"verizon-rsp-at.example.com\",\n        \"echidna.example.com\",\n        \"kookaburra.example.com\",\n        \"mail.whm.example.com\",\n        \"www.whm.example.com\",\n        \"cpanel.whm.example.com\"\n    ],\n    \"page\": 1,\n    \"pagesize\": 50,\n    \"total_pages\": 12\n}"},{"id":"50d61c68-096a-4247-a78e-1f68c8b8b8f9","name":"401 - API Key Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/subdomains?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","subdomains"],"query":[{"key":"page","value":"1"}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:25:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"API key is missing\"\n}"},{"id":"150d8f49-a6b4-4434-8937-0b75381d4d97","name":"401 - Invalid API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/subdomains?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","subdomains"],"query":[{"key":"page","value":"1"},{"key":null,"value":"{{API_KEY}}","type":"text","disabled":true}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:26:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid API Key\"\n}"},{"id":"58d34e20-f736-408e-a27b-3a5d95b0427d","name":"Credits Exhausted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/subdomains?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","subdomains"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:54:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No remaining credits\"\n}"}],"_postman_id":"969f4aa4-83e3-491d-8227-0b08f9054cb6"}],"id":"3e18c34b-0244-472f-b362-32cc0b133b0e","description":"<p>This collection provides endpoints for enumerating subdomains of target domains. It is designed to assist in security research, reconnaissance, and asset discovery by querying SSL certificate data collected from Cloud Compute Assets.</p>\n<p><strong>Benefits:</strong></p>\n<ul>\n<li><p>Quickly identify all subdomains associated with a target domain.</p>\n</li>\n<li><p>Aid in security assessments, penetration testing, and vulnerability scanning.</p>\n</li>\n<li><p>Enhance asset discovery and reconnaissance efforts.</p>\n</li>\n</ul>\n","_postman_id":"3e18c34b-0244-472f-b362-32cc0b133b0e"},{"name":"SSL Certs","item":[{"name":"Search Certificates By Org Name","id":"fde4518f-20d7-467c-a431-1f95f485cd2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"org_name\":\"Bitnami\"}","options":{"raw":{"language":"json"}}},"url":"https://api.rsecloud.com/api/v1/searchCertificatesByOrgName?page=1","description":"<p>Search SSL certificates based on organization names to retrieve certificate details associated with the organization, including domain names, Common Name and IP addresses.</p>\n","urlObject":{"protocol":"https","path":["api","v1","searchCertificatesByOrgName"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>Specifies the page number of the dataset to retrieve.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9dac0416-1e8c-4a8f-82fa-5457e05c8fd0","name":"200 OK - API Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"org_name\":\"Bitnami\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByOrgName","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByOrgName"],"query":[{"key":"page","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:31:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8710"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 32620,\n    \"data\": [\n        {\n            \"ip\": \"35.180.54.55\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.60.88\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.36\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.52\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.63.60\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-04 14:20:40\"\n        },\n        {\n            \"ip\": \"35.180.64.81\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.6.176\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.9.33\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-20 18:46:11\"\n        },\n        {\n            \"ip\": \"35.180.13.8\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 22:25:44\"\n        },\n        {\n            \"ip\": \"35.180.17.12\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:08\"\n        },\n        {\n            \"ip\": \"35.180.17.247\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:07\"\n        },\n        {\n            \"ip\": \"35.180.19.35\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-01-20 04:37:05\"\n        },\n        {\n            \"ip\": \"35.180.20.192\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:07\"\n        },\n        {\n            \"ip\": \"35.180.21.54\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-01-20 04:37:05\"\n        },\n        {\n            \"ip\": \"35.180.21.133\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:09\"\n        },\n        {\n            \"ip\": \"35.180.23.195\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:09\"\n        },\n        {\n            \"ip\": \"35.180.28.98\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:27:19\"\n        },\n        {\n            \"ip\": \"35.180.30.243\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:27:19\"\n        },\n        {\n            \"ip\": \"35.180.30.254\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-01-27 17:05:09\"\n        },\n        {\n            \"ip\": \"35.180.32.3\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-01-18 19:20:44\"\n        },\n        {\n            \"ip\": \"35.180.33.70\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.36.14\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.36.197\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.36.254\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.38.95\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.38.144\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.38.231\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:41:13\"\n        },\n        {\n            \"ip\": \"35.180.44.66\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:43:53\"\n        },\n        {\n            \"ip\": \"35.180.44.81\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:43:53\"\n        },\n        {\n            \"ip\": \"35.180.48.130\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.48.178\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.51.152\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.51.223\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.71.121\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.68.239\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.67.244\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.79.98\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-01-09 03:52:46\"\n        },\n        {\n            \"ip\": \"35.180.79.173\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:27:13\"\n        },\n        {\n            \"ip\": \"35.180.87.69\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:44:44\"\n        },\n        {\n            \"ip\": \"35.180.84.170\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:44:45\"\n        },\n        {\n            \"ip\": \"35.180.92.137\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:18:05\"\n        },\n        {\n            \"ip\": \"35.180.93.177\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:18:05\"\n        },\n        {\n            \"ip\": \"35.180.91.166\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-02-03 02:15:34\"\n        },\n        {\n            \"ip\": \"35.180.91.197\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:18:05\"\n        },\n        {\n            \"ip\": \"35.180.88.205\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:18:05\"\n        },\n        {\n            \"ip\": \"35.180.88.226\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:18:05\"\n        },\n        {\n            \"ip\": \"35.180.89.153\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 21:18:05\"\n        },\n        {\n            \"ip\": \"35.180.99.15\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:06:12\"\n        },\n        {\n            \"ip\": \"35.180.99.78\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-02-14 03:27:30\"\n        },\n        {\n            \"ip\": \"35.180.110.80\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:49:08\"\n        }\n    ],\n    \"page\": 1,\n    \"pagesize\": 50,\n    \"total_pages\": 653\n}"},{"id":"0897a499-32aa-4cfb-a5b5-87e00e80f9b5","name":"401 - API Key Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"org_name\":\"Bitnami\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByOrgName","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByOrgName"],"query":[{"key":"page","value":"1","type":"text","disabled":true}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:32:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"API key is missing\"\n}"},{"id":"b0438801-3bc2-420c-a0f0-5ed6985aed4a","name":"401 - Invalid API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"org_name\":\"Bitnami\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByOrgName?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByOrgName"],"query":[{"key":"page","value":"1"}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:38:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid API Key\"\n}"},{"id":"c94db82c-279e-4775-8778-fb6b302fccce","name":"Credits Exhausted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"org_name\":\"Bitnami\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByOrgName","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByOrgName"],"query":[{"key":"page","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:55:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No remaining credits\"\n}"}],"_postman_id":"fde4518f-20d7-467c-a431-1f95f485cd2b"},{"name":"Search Certificates By Domain","id":"bc45233d-34cc-4e87-85fc-9eec3ad9f371","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":"https://api.rsecloud.com/api/v1/searchCertificatesByDomain?page=1","description":"<p>Search SSL certificates based on domain names to retrieve certificate details such as the Common Name and IP addresses associated with the domain.</p>\n","urlObject":{"protocol":"https","path":["api","v1","searchCertificatesByDomain"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>Specifies the page number of the dataset to retrieve.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"30a5e29a-1c69-4cc5-b00b-abc9fa214573","name":"200 OK - API Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByDomain?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByDomain"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:29:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8313"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 242184,\n    \"data\": [\n        {\n            \"ip\": \"35.180.54.33\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.54.55\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.54.237\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 17:36:45\"\n        },\n        {\n            \"ip\": \"35.180.57.97\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.57.157\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.57.168\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.57.198\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.58.127\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-09 20:25:56\"\n        },\n        {\n            \"ip\": \"35.180.59.50\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.60.88\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.30\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.36\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.52\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.83\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.117\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.194\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.212\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.62.229\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-01-09 03:52:38\"\n        },\n        {\n            \"ip\": \"35.180.63.60\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-04 14:20:40\"\n        },\n        {\n            \"ip\": \"35.180.63.85\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 20:23:37\"\n        },\n        {\n            \"ip\": \"35.180.64.81\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.65.91\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-02-17 17:15:54\"\n        },\n        {\n            \"ip\": \"35.180.65.136\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.65.149\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:14:19\"\n        },\n        {\n            \"ip\": \"35.180.0.97\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.0.169\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"My Company\",\n            \"timestamp\": \"2024-01-13 11:42:57\"\n        },\n        {\n            \"ip\": \"35.180.2.80\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.2.183\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.3.86\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.3.158\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.3.176\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.4.168\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.4.249\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.5.203\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-02-03 02:14:04\"\n        },\n        {\n            \"ip\": \"35.180.6.176\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.7.223\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 19:47:54\"\n        },\n        {\n            \"ip\": \"35.180.8.202\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 22:25:44\"\n        },\n        {\n            \"ip\": \"35.180.9.33\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-20 18:46:11\"\n        },\n        {\n            \"ip\": \"35.180.11.57\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 22:25:44\"\n        },\n        {\n            \"ip\": \"35.180.13.8\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 22:25:44\"\n        },\n        {\n            \"ip\": \"35.180.13.28\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 22:25:44\"\n        },\n        {\n            \"ip\": \"35.180.14.18\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-11 06:54:46\"\n        },\n        {\n            \"ip\": \"35.180.14.175\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 22:25:44\"\n        },\n        {\n            \"ip\": \"35.180.15.67\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-02-17 17:15:47\"\n        },\n        {\n            \"ip\": \"35.180.17.12\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:08\"\n        },\n        {\n            \"ip\": \"35.180.17.247\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:07\"\n        },\n        {\n            \"ip\": \"35.180.19.35\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-01-20 04:37:05\"\n        },\n        {\n            \"ip\": \"35.180.19.92\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 18:34:09\"\n        },\n        {\n            \"ip\": \"35.180.19.218\",\n            \"port\": 443,\n            \"subject_cn\": \"example.com\",\n            \"subject_org\": \"\",\n            \"timestamp\": \"2024-03-29 18:34:09\"\n        },\n        {\n            \"ip\": \"35.180.20.192\",\n            \"port\": 443,\n            \"subject_cn\": \"www.example.com\",\n            \"subject_org\": \"Bitnami\",\n            \"timestamp\": \"2024-03-29 18:34:07\"\n        }\n    ],\n    \"page\": 1,\n    \"pagesize\": 50,\n    \"total_pages\": 4844\n}"},{"id":"6559cef3-69b3-44a5-b58e-a66be07fb7df","name":"401 - Invalid API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"hdfcbank.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByDomain?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByDomain"],"query":[{"key":"page","value":"1"}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:27:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid API Key\"\n}"},{"id":"eb18c3b5-5bfa-45f2-ab7e-a08a396b8b2c","name":"401 - API Key Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByDomain?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByDomain"],"query":[{"key":"page","value":"1"}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:30:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"API key is missing\"\n}"},{"id":"b5185274-7bb6-4109-b668-10e1383c1158","name":"Credits Exhausted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\"domain\":\"example.com\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rsecloud.com/api/v1/searchCertificatesByDomain?page=1","protocol":"https","host":["api","rsecloud","com"],"path":["api","v1","searchCertificatesByDomain"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Sat, 30 Mar 2024 12:55:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No remaining credits\"\n}"}],"_postman_id":"bc45233d-34cc-4e87-85fc-9eec3ad9f371"}],"id":"45c0492e-acb8-4cf3-888b-5d8818051310","description":"<p>This collection offers endpoints for searching SSL certificates collected from Cloud Compute Servers. It serves as a valuable tool for security researchers, network administrators, and penetration testers to analyze and identify exposed Cloud Assets.</p>\n<p><strong>Endpoints:</strong></p>\n<ol>\n<li><p><strong>Search SSL Certificates by Domain:</strong></p>\n<ol>\n<li>Description: Search SSL certificates based on domain names to retrieve certificate details such as the Common Name, Subject Alternative Names, and IP addresses associated with the domain.</li>\n</ol>\n</li>\n<li><p><strong>Search SSL Certificates by Organization:</strong></p>\n<ol>\n<li>Description: Search SSL certificates based on organization names to retrieve certificate details associated with the organization, including domain names, Common Name, Subject Alternative Names, and IP addresses.</li>\n</ol>\n</li>\n</ol>\n","_postman_id":"45c0492e-acb8-4cf3-888b-5d8818051310"}],"id":"32546c49-b0ba-433e-a677-2a9c8e7b1483","_postman_id":"32546c49-b0ba-433e-a677-2a9c8e7b1483","description":""},{"name":"API v2","item":[{"name":"Subdomains","item":[{"name":"Active Recon Subdomains","id":"60bf02c9-c288-4523-81ef-b3a29cc707de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/subdomains/active/{domain}?page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","subdomains","active","{domain}"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>Page number for paginated results. Default is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"60bf02c9-c288-4523-81ef-b3a29cc707de"},{"name":"Passive Recon Subdomains","id":"ab08fd09-4d6b-46b0-9949-c57815877981","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/subdomains/passive/{domain}?page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","subdomains","passive","{domain}"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>Page number for paginated results. Default is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ab08fd09-4d6b-46b0-9949-c57815877981"}],"id":"894e5d55-afa7-4983-b10b-f87a087344c2","description":"<p>The Subdomains API allows users to retrieve subdomain information for a given domain. The data is split into two categories:</p>\n<ul>\n<li><p><strong>Active Subdomains:</strong> Derived from real-time scanning, useful for identifying current attack surfaces.</p>\n</li>\n<li><p><strong>Passive Subdomains:</strong> Collected from various public sources such as SSL certificates, DNS PTR records, Global Crawling, and CT logs, ideal for historical analysis.</p>\n</li>\n</ul>\n","_postman_id":"894e5d55-afa7-4983-b10b-f87a087344c2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}}},{"name":"SSL Certificates","item":[{"name":"Search SSL Certificates by Domain","id":"3f9b37b7-cd4c-4718-990d-6d57e31f9ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ssl/search?domain={domain}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ssl","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The domain name to search for SSL certificates.</p>\n","type":"text/plain"},"key":"domain","value":"{domain}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"3f9b37b7-cd4c-4718-990d-6d57e31f9ef5"},{"name":"Search SSL Certificates by Organization Name","id":"340e3c74-2496-40df-8254-ea310bb6aa45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ssl/search?cert_org={organization_name}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ssl","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The organization name as listed in the certificate.</p>\n","type":"text/plain"},"key":"cert_org","value":"{organization_name}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"340e3c74-2496-40df-8254-ea310bb6aa45"},{"name":"Search SSL Certificates by ASN Name","id":"b1b780eb-df4b-4683-bd14-4e3be563ca28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ssl/search?asn_name={asn_name}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ssl","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The ASN name related to the certificate.</p>\n","type":"text/plain"},"key":"asn_name","value":"{asn_name}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b1b780eb-df4b-4683-bd14-4e3be563ca28"},{"name":"Search SSL Certificates by ASN Number","id":"9a28e99f-f834-412f-893b-5879f4a1705a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ssl/search?asn={asn_number}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ssl","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The ASN number related to the certificate.</p>\n","type":"text/plain"},"key":"asn","value":"{asn_number}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9a28e99f-f834-412f-893b-5879f4a1705a"},{"name":"Search SSL Certificates  by IP Address","id":"05db9c96-0c5f-435f-840a-f68b8b3be723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ssl/search?ip={ip_address}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ssl","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The IP address related to the certificate.</p>\n","type":"text/plain"},"key":"ip","value":"{ip_address}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"05db9c96-0c5f-435f-840a-f68b8b3be723"}],"id":"df7b95a1-2931-4383-b4c8-975ad02fef83","description":"<h3 id=\"overview\"><strong>Overview</strong></h3>\n<p>The SSL Certificate API allows users to search for SSL certificate details based on various parameters. This is useful for tracking certificate issuance, monitoring expiration dates, and identifying misconfigurations or anomalies in SSL deployments.</p>\n<h3 id=\"api-endpoints\"><strong>API Endpoints:</strong></h3>\n<ul>\n<li><p><strong>Search by Domain:</strong> <code>GET /ssl/search?domain={domain}&amp;page=1</code></p>\n<ul>\n<li>Retrieves SSL certificates associated with a specific domain.</li>\n</ul>\n</li>\n<li><p><strong>Search by Certificate Organization:</strong> <code>GET /ssl/search?cert_org={organization_name}&amp;page=1</code></p>\n<ul>\n<li>Finds SSL certificates issued to a specific organization.</li>\n</ul>\n</li>\n<li><p><strong>Search by ASN Name:</strong> <code>GET /ssl/search?asn_name={asn_name}&amp;page=1</code></p>\n<ul>\n<li>Fetches SSL certificates linked to a given ASN name.</li>\n</ul>\n</li>\n<li><p><strong>Search by ASN Number:</strong> <code>GET /ssl/search?asn={asn_number}&amp;page=1</code></p>\n<ul>\n<li>Finds SSL certificates related to a specific ASN number.</li>\n</ul>\n</li>\n<li><p><strong>Search by IP Address:</strong> <code>GET /ssl/search?ip={ip_address}&amp;page=1</code></p>\n<ul>\n<li>Retrieves SSL certificates associated with a given IP address.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>X-API-Key</code> (Required): API key for authentication.</li>\n</ul>\n","_postman_id":"df7b95a1-2931-4383-b4c8-975ad02fef83","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}}},{"name":"DNS PTR Data","item":[{"name":"Search DNS PTR by IP Address","id":"720bea66-1cec-4fd6-beee-d65e23a74eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ptr/search?ip={ip_address}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ptr","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The IP address to retrieve PTR records for.</p>\n","type":"text/plain"},"key":"ip","value":"{ip_address}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"720bea66-1cec-4fd6-beee-d65e23a74eb8"},{"name":"Search DNS PTR by ASN Number","id":"8d74ad5b-febe-4b48-830f-6da15c765258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ptr/search?asn={asn_number}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ptr","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The ASN number to retrieve PTR records for.</p>\n","type":"text/plain"},"key":"asn","value":"{asn_number}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"8d74ad5b-febe-4b48-830f-6da15c765258"},{"name":"Search DNS PTR by ASN Name","id":"7f541144-5956-4dba-b53f-796e9c267355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ptr/search?asn_name={asn_name}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ptr","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The ASN name to retrieve PTR records for.</p>\n","type":"text/plain"},"key":"asn_name","value":"{asn_name}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"7f541144-5956-4dba-b53f-796e9c267355"},{"name":"Search DNS PTR by Domain","id":"d2c226b6-6bf9-40ca-84e5-603a50997e53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rsecloud.com/api/v2/ptr/search?domain={domain}&page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","ptr","search"],"host":["api","rsecloud","com"],"query":[{"description":{"content":"<p>The domain name to retrieve PTR records for.</p>\n","type":"text/plain"},"key":"domain","value":"{domain}"},{"description":{"content":"<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"d2c226b6-6bf9-40ca-84e5-603a50997e53"}],"id":"bf6925d6-5178-49c3-b3c3-a7414e6ca566","description":"<h3 id=\"overview\"><strong>Overview</strong></h3>\n<p>The DNS PTR API enables users to look up reverse DNS records to map IP addresses back to domain names.</p>\n<h3 id=\"api-endpoints\"><strong>API Endpoints:</strong></h3>\n<ul>\n<li><p><strong>Search by IP Address:</strong> <code>GET /ptr/search?ip={ip_address}&amp;page=1</code></p>\n<ul>\n<li>Retrieves PTR records linked to a specific IP address.</li>\n</ul>\n</li>\n<li><p><strong>Search by ASN Number:</strong> <code>GET /ptr/search?asn={asn_number}&amp;page=1</code></p>\n<ul>\n<li>Finds PTR records associated with an ASN number.</li>\n</ul>\n</li>\n<li><p><strong>Search by ASN Name:</strong> <code>GET /ptr/search?asn_name={asn_name}&amp;page=1</code></p>\n<ul>\n<li>Fetches PTR records related to a specific ASN name.</li>\n</ul>\n</li>\n<li><p><strong>Search by Domain:</strong> <code>GET /ptr/search?domain={domain}&amp;page=1</code></p>\n<ul>\n<li>Retrieves PTR records based on a given domain.</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"bf6925d6-5178-49c3-b3c3-a7414e6ca566","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}}},{"name":"Javascript Scans","item":[{"name":"Start JavaScript Scans","id":"8f8bba42-6f34-439d-b991-7d7a9e744955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"https://example.com/\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rsecloud.com/api/v2/js_scanning/start_scan","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","js_scanning","start_scan"],"host":["api","rsecloud","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f8bba42-6f34-439d-b991-7d7a9e744955"}],"id":"ceda7df9-0d97-4204-b64d-5290211206f7","description":"<p><strong>Description:</strong></p>\n<p>Initiates a JavaScript scanning process for a list of URLs to detect exposed secrets. This scan covers over 900+ secret signatures, including API keys, authentication tokens, and other sensitive data that may be exposed in JavaScript files.</p>\n<p>The scanner will:</p>\n<ul>\n<li><p>Crawl the provided URLs.</p>\n</li>\n<li><p>Detect and analyze all JavaScript files.</p>\n</li>\n<li><p>Scan for over 900+ secret signatures, including API keys, authentication tokens, and sensitive data.</p>\n</li>\n<li><p>Generate a detailed report of all detected exposures.</p>\n</li>\n</ul>\n<p>Users can scan a maximum of 10 URLs at once.</p>\n","_postman_id":"ceda7df9-0d97-4204-b64d-5290211206f7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}}},{"name":"GitHub Scans","item":[{"name":"Start GitHub Scans","id":"109d502b-66f5-4bf5-b654-3ec51c66dea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"repo_urls\": [\n        \"https://github.com/example/test_keys\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rsecloud.com/api/v2/github_scanning/start_scan","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v2","github_scanning","start_scan"],"host":["api","rsecloud","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"109d502b-66f5-4bf5-b654-3ec51c66dea1"}],"id":"d7fcf54d-05f3-47bf-bc71-0f1e715761ee","description":"<p><strong>Description:</strong></p>\n<p>Initiates a scan for secrets and vulnerabilities in specified GitHub repositories. The scan identifies hardcoded credentials, API keys, and other sensitive data within the codebase. Users can scan a maximum of 10 repositories at once.</p>\n","_postman_id":"d7fcf54d-05f3-47bf-bc71-0f1e715761ee","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094","id":"2c5ee679-a8c7-4435-96ed-783aaff53094","name":"API v2","type":"folder"}}}],"id":"2c5ee679-a8c7-4435-96ed-783aaff53094","description":"<h2 id=\"introduction\"><strong>Introduction</strong></h2>\n<p>This API provides a comprehensive set of tools for cybersecurity professionals, researchers, and organizations to analyze domains, SSL certificates, DNS records, and JavaScript for security Exposures. The API offers multiple endpoints to gather intelligence on subdomains, SSL certificates, DNS PTR records, and perform scanning on JavaScript and GitHub repositories.</p>\n<p>Each API request requires authentication using an API key. This documentation provides detailed information on available endpoints, request parameters, expected responses, and error handling.</p>\n<h2 id=\"authentication\"><strong>Authentication</strong></h2>\n<p>All API requests require an API key sent in the header:</p>\n<p>**Header:<br />**<code>X-API-Key: YOUR_API_KEY</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2efd2244-2d4a-42b2-a5c4-5b034aa32e00","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"823fd0c6-58b6-4dee-b045-c3359fea848a","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"2c5ee679-a8c7-4435-96ed-783aaff53094"}]}