EaserixDocs
DevelopersAPI referenceFormsProjects

Create a project

Name defaults to "Untitled project", color to "#2563eb".

View as Markdown
POST
/v1/projects
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/projects" \  -H "Content-Type: application/json" \  -d '{}'
{  "project": {    "id": "string",    "name": "string",    "color": "string",    "formCount": 0,    "visibility": "string",    "ownerId": "string",    "created": "2019-08-24T14:15:22Z",    "updated": "2019-08-24T14:15:22Z"  }}