Skip to main content

Endpoints


List Projects

Query Parameters: Example Request:
Example Response:

Create a Project

Request Body:
Required fields: name, client_id Response: 201 Created with the created project object.

Update a Project

Send only the fields you want to update (partial updates are supported):
Response: 200 OK with the updated project object.

Archive a Project

Projects are archived, not permanently deleted. Archived projects can be restored from Projects → Archived in the UI. Response: 204 No Content

Project Object