v47

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2024-10-01163166522.3 KB
Projects

Create project

Create a new project. If there is an existing project with the same name as the one specified in the request, will return the existing project unmodified

post/v1/project

Request body

namestring required

Name of the project

org_namestring nullable

For nearly all users, this parameter should be unnecessary. But in the rare case that your API key belongs to multiple organizations, you may specify the name of the organization the project belongs in.

Response

Returns the new project object

idstring uuid required

Unique identifier for the project

org_idstring uuid required

Unique id for the organization that the project belongs under

namestring required

Name of the project

createdstring date-time nullable

Date of project creation

deleted_atstring date-time nullable

Date of project deletion, or null if the project is still active

user_idstring uuid nullable

Identifies the user who created the project