Sign in

Create SSL check

documented

Create an SSL check with the given parameters.

POST /v1/sslSSLno implementation yet0 runs
No 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}}"
Create SSL check · statuscake · OpenIntegrations