Create a project

View as Markdown
Create a project for the authenticated API key's team.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Request

This endpoint expects an object.
namestringRequired1-255 characters
urlstringOptional1-500 characters

Required for web projects; optional for mobile projects.

projectTypeenumOptional
Allowed values:
descriptionstring or nullOptional<=2000 characters

Response

Project created
projectobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error