ssl
Get all SSL checks
Returns a list of SSL checks for an account.
get/ssl
Query parameters
pageinteger
Page of results
limitinteger
The number of SSL checks to return per page
Response
OK
Example response
{
"data": [
{
"id": "123",
"website_url": "https://www.example.com",
"check_rate": 1800,
"alert_at": [
1,
7,
30
],
"alert_broken": true,
"alert_expiry": true,
"alert_mixed": true,
"alert_reminder": true,
"certificate_score": 55,
"certificate_status": "CERT_OK",
"cipher": "TLS_RSA_WITH_AES_128_GCM_SHA256",
"cipher_score": 70,
"contact_groups": [
"1",
"2",
"3"
],
"issuer_common_name": "Let's Encrypt Authority X3",
"flags": {
"follow_redirects": true,
"has_mixed": true,
"has_pfs": true,
"is_broken": false,
"is_expired": false,
"is_extended": true,
"is_missing": false,
"is_revoked": false
},
"follow_redirects": true,
"hostname": "svc.example.com",
"last_reminder": 0,
"mixed_content": [
{
"src": "http://www.example.com/public/images/teapot.png",
"type": "img"
},
{
"src": "http://www.example.com/public/css/style.css",
"type": "link"
}
],
"paused": false,
"updated_at": "2017-10-24T09:02:25+00:00",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51 mycustomstring",
"valid_from": "2017-10-10T14:06:00+00:00",
"valid_until": "2017-12-29T00:00:00+00:00"
}
],
"metadata": {
"page": 1,
"per_page": 25,
"page_count": 10,
"total_count": 230
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.