Skip to main content
POST
/
api
/
v1
/
projects
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "id": "<string>",
  "name": "<string>",
  "updated_at": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to create a new project

name
string
required

Project name

description
string | null

Optional project description

Response

Project created successfully

Project details response

created_at
string
required

Creation timestamp (RFC3339)

id
string
required

Project ID

name
string
required

Project name

updated_at
string
required

Last update timestamp (RFC3339)

description
string | null

Optional project description