API
With the SSLmonitor API for Google Sheets, you can automatically push your SSL certificate data straight into spreadsheets you already use. Track expirations, analyze trends, build custom dashboards, or share reports with your team - without manual exports or copy-paste. Use the simple code below to start syncing your SSL data and manage it in Google Sheets exactly the way you want.
Monitor List
=IMPORTDATA("https://api.sslmonitor.io/rpc/google-sheet?method=monitor-list&key=[YOUR-API-KEY]")
Request Parameters
| name | required | examples |
|---|---|---|
| key | required | Your API Key |
| method | required | monitor-list |
| fields | optional | host,port,ssl_expire_days - See Fields Appendix |
| host | optional | *.example.com |
| port | optional | 443 |
Monitor Get
=IMPORTDATA("https://api.sslmonitor.io/rpc/google-sheet?method=monitor-get&key=[YOUR-API-KEY]&id=888")
Request Parameters
| name | required | examples |
|---|---|---|
| key | required | Your API Key |
| method | required | monitor-get |
| id | required | 888 |
| fields | optional | host,port,ssl_expire_days - See Fields Appendix |