SSL certificates
Overview of all SSL certificate monitors
GET
https://cronly.app/api/certificates
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Details of SSL certificate monitor
GET
https://cronly.app/api/certificates/{id}
Query Parameters
Name
Type
Description
id*
Integer
The ID of the certificate you want to view
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Create a new SSL certificate monitor
POST
https://cronly.app/api/certificates
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Request Body
Name
Type
Description
hostname*
String
port
Integer
Default: 443
project_id
Integer
Delete an SSL certificate monitor
DELETE
https://cronly.app/api/certificates/{id}
Query Parameters
Name
Type
Description
id*
Integer
The ID of the certificate you want to view
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Last updated