← Tools Reference

Cert Spotter

Cert Spotter integration (Security, Data). Imported from open-connector.

API key4 toolshttps://api.certspotter.com/v1
GET
sslmate_cert_spotter_api_list_monitored_domains
List monitored domains configured in the connected Cert Spotter account.

/monitored_domains/{name}

1 parameter
ParamTypeRequiredDescription
namestringrequiredPath parameter: name
GET
sslmate_cert_spotter_api_get_monitored_domain
Get one monitored domain configuration from the connected Cert Spotter account.

/monitored_domains/{name}

1 parameter
ParamTypeRequiredDescription
namestringrequiredThe monitored domain name. Prefix with a leading dot to cover the entire subdom…
POST
sslmate_cert_spotter_api_upsert_monitored_domain
Create or update one monitored domain configuration in the connected Cert Spotter account.

/monitored_domains/{name}

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe monitored domain name. Prefix with a leading dot to cover the entire subdom…
enabledbooleanoptionalWhether monitoring should be enabled for this domain.
DELETE
sslmate_cert_spotter_api_delete_monitored_domain
Delete one monitored domain configuration from the connected Cert Spotter account.

/monitored_domains/{name}

1 parameter
ParamTypeRequiredDescription
namestringrequiredThe monitored domain name. Prefix with a leading dot to cover the entire subdom…