Create a project

Creating a project can be done as follows.

POST /projects
{
    "name": "My first project",
    "customer_id": "687108914e0bed9042072fb7"
}

Both name and customer_id are mandatory.

Last updated

Was this helpful?