Sign in

Get X.509 status

documented

Get TLS/SSL status for the domain certificate.

GET /v2/x509/{domain}/statusDomain Trackingno 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.mailgun.net/v2/x509/{{$domain}}/status" \
  -X GET \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json"