Job monitors
Overview of all job monitors
GET
https://cronly.app/api/monitors
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Details of job monitor
GET
https://cronly.app/api/monitors/{id}
Query Parameters
Name
Type
Description
id*
Integer
The ID of the job monitor you want to view
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Create a new job monitor
POST
https://cronly.app/api/monitors
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Request Body
Name
Type
Description
name*
String
timezone*
String
project_id
Integer
schedule*
String
duration*
Integer
Delete a job monitor
DELETE
https://cronly.app/api/monitors/{id}
Query Parameters
Name
Type
Description
id*
Integer
The ID of the job monitor you want to view
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Last updated