POST
/
api
/
v1
/
orgs
/
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The name of the project

Examples:

"My Project"

description
string | null

A detailed description of the project

Examples:

"This project aims to..."

status
string | null
default:active

Current status of the project

Examples:

"active"

"archived"

"completed"

metadata
object | null

Additional project metadata in key-value pairs

Examples:
{ "priority": "", "team_size": "" }

Response

Successful Response

The response is of type any.