POST /api/ssllabs/assessments/endpoints
Price: 5 credits
Return the SSL Labs assessment detail for a single endpoint IP of a host
Fetch the TLS assessment detail for one specific server endpoint (IP address) of a host — useful for multi-IP / CDN hosts where each IP may have a different configuration. Returns the same per-endpoint report as the full assessment: grade, supported protocols and cipher suites, the full vulnerability battery, HSTS policy, forward secrecy and client handshake simulations for that IP. Provide the host and one of its endpoint IP addresses (the ipAddress values returned by the ssllabs/assessments endpoint).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 600; min: 20; max: 1500)host string required — Hostname the endpoint belongs to (a bare domain or URL; scheme, path and port are stripped) (examples: "github.com", "cloudflare.com"; minLength: 1)s string required — Endpoint IP address (one of the ipAddress values from the host's assessment) (examples: "140.82.113.4", "104.16.132.229"; minLength: 1)from_cache boolean — Return a recently cached assessment when available instead of testing live (default: true)@type string (default: "SsllabsEndpoint")ip_address string nullableserver_name string nullablestatus_message string nullablegrade string nullablegrade_trust_ignored string nullablefuture_grade string nullablehas_warnings boolean nullableis_exceptional boolean nullableprogress integer nullableduration integer nullabledelegation integer nullabledetails object nullable@type string (default: "SsllabsEndpointDetails")protocols array (default: [])@type string (default: "SsllabsProtocol")id integer nullablename string nullableversion string nullablecipher_suites array (default: [])@type string (default: "SsllabsCipherSuite")id integer nullablename string nullablecipher_strength integer nullablekx_type string nullablekx_strength integer nullablenamed_group_id integer nullablenamed_group_bits integer nullablenamed_group_name string nullableprotocol_id integer nullablenamed_groups array (default: [])server_signature string nullableprefix_delegation boolean nullablenon_prefix_delegation boolean nullablereneg_support integer nullablesession_resumption integer nullablesession_tickets integer nullablecompression_methods integer nullablesupports_npn boolean nullablesupports_alpn boolean nullablealpn_protocols string nullablesupports_aead boolean nullablesupports_cbc boolean nullablechacha20_preference boolean nullableforward_secrecy integer nullableprotocol_intolerance integer nullablemisc_intolerance integer nullablehas_sct integer nullableocsp_stapling boolean nullablesni_required boolean nullablehttp_status_code integer nullableimplements_tls13_mandatory_cs boolean nullablezero_rtt_enabled integer nullablehsts_policy object nullable@type string (default: "SsllabsHstsPolicy")status string nullablemax_age integer nullableinclude_sub_domains boolean nullablepreload boolean nullableheader string nullablehpkp_status string nullablevulnerabilities object nullable@type string (default: "SsllabsVulnerabilities")beast boolean nullableheartbleed boolean nullableheartbeat boolean nullableopen_ssl_ccs integer nullableopen_ssl_lucky_minus20 integer nullableticketbleed integer nullablebleichenbacher integer nullablezombie_poodle integer nullablegolden_doodle integer nullablezero_length_padding_oracle integer nullablesleeping_poodle integer nullablepoodle boolean nullablepoodle_tls integer nullablefallback_scsv boolean nullablefreak boolean nullablelogjam boolean nullabledh_uses_known_primes integer nullabledh_ys_reuse boolean nullabledrown_vulnerable boolean nullableecdh_parameter_reuse boolean nullablesupports_rc4 boolean nullablerc4_only boolean nullablerc4_with_modern boolean nullablesims array (default: [])@type string (default: "SsllabsSimulation")client_id integer nullableclient_name string nullableclient_version string nullableclient_platform string nullableis_reference boolean nullableerror_code integer nullableerror_message string nullableattempts integer nullableprotocol_id integer nullablesuite_id integer nullablesuite_name string nullablekx_type string nullablenamed_group_name string nullablecert_chains array (default: [])@type string (default: "SsllabsCertChain")id string nullablecert_ids array (default: [])issues integer nullableno_sni boolean nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Endpoint not found for this host / IP, or it could not be assessed Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.