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