Projects
Overview of all projects
GET
https://cronly.app/api/projects
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Details of project
GET
https://cronly.app/api/projects/{id}
Query Parameters
Name
Type
Description
id*
Integer
The ID of the project you want to view
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Create a new project
POST
https://cronly.app/api/projects
Headers
Name
Type
Description
Authorization*
String
Bearer: API token
Request Body
Name
Type
Description
name*
String
Delete a project
DELETE
https://cronly.app/api/projects/{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