Skip to main content
POST
Create Project

Authorizations

X-Api-Key
string
header
required

Body

application/json
name
string
required
Example:

"Project Name"

type
enum<string>
required

Project type

Available options:
board,
list
Example:

"board"

users
integer[]

Assigned user IDs

Example:
client
integer | null

Client ID to assign the project to

privacy
boolean

Restrict project visibility to its assigned members

changeProtected
boolean

Prevent edits by non-admins

isTemplate
boolean

Mark the project as a template

Response

Created

id
string
required
Example:

"as:1234567890"

name
string
required
Example:

"Project Name"

users
number[]
required

List of assigned user IDs

Example:
workspaceId
string | null
workspaceName
string | null
client
number | null

Client ID

type
enum<string>

Project Type

Available options:
board,
list
Example:

"board"

favorite
boolean
Example:

false

billing
object
rate
object
budget
object