TLS / Certificate Analyzer – Endpoint
Base URL
https://api.rsch.ioPath
/api/v1/recon/tlsMethod
GETQuery Parameters
domain– Required. Domain or URL to connect via TLS, for exampletestphp.vulnweb.comorhttps://testphp.vulnweb.com.
Example Request
GET https://api.rsch.io/api/v1/recon/tls?domain=testphp.vulnweb.comResponses follow the standard API envelope:
{
"status": "success",
"request_id": "uuid-v4",
"date": "2025-11-19 07:00:00",
"duration": 0.12345,
"data": { "...": "module-specific payload" }
}On error, the envelope contains an error field with a human-readable message.
Last updated on