SSL certificates
Overview of all SSL certificate monitors
GET
https://cronly.app/api/certificates
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer: |
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: |
Create a new SSL certificate monitor
POST
https://cronly.app/api/certificates
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer: |
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: |
Last updated