Create Project

POST
/api/v1/projects

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

name*string
organizationId*string

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/projects" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "organizationId": "string"  }'
{  "id": "string",  "name": "string",  "slug": "string"}
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/AuthenticationError",  "cause": "string",  "message": "string"}