Project API Resource
The project resource enables to work with projects. By using the API resource methods, you can get information about, create, edit, and delete them. Look through the HTTP methods defined for this resource to get a better idea of what you can do with this resource.
GET | /project |
Returns the list of projects |
POST | /project |
Creates a new project |
GET | /project/{project_id} |
Returns information about the project |
PUT | /project/{project_id} |
Updates the project |
DELETE | /project/{project_id} |
Deletes the project |
Find more details on the Project API resource and its methods in our documentation. Try them right from there!