Create SSL check
documentedCreate an SSL check with the given parameters.
POST /v1/sslSSLno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.statuscake.com/v1/ssl" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "website_url={{$website_url}}&check_rate={{$check_rate}}&alert_at[]={{$alert1}}&alert_at[]={{$alert2}}&alert_at[]={{$alert3}}&alert_reminder={{$alert_reminder}}&alert_expiry={{$alert_expiry}}&alert_broken={{$alert_broken}}&alert_mixed={{$alert_mixed}}"