Description Usage Arguments References Examples
This call is used to retrieve detailed endpoint information. It will return a single Endpoint object on success. The object will contain complete assessment information. This API call does not initiate new assessments, even when a cached report is not found.
1 | get_endpoint_data(host, ip, from_cache = FALSE)
|
host |
hostname; required. |
ip |
endpoint IP address |
from_cache |
always deliver cached assessment reports if available; optional,
defaults to |
https://github.com/ssllabs/ssllabs-scan/blob/stable/ssllabs-api-docs-v3.md
1 | get_endpoint_data("www.ssllabs.com", "64.41.200.100", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.