POST
/
v1
/
projects

Authorizations

Authorization
string
headerrequired

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

Body

application/json

A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.

organization_id
string
required

Unique identifier for the organization the project belongs to

slug
string
required

The Name of the project, URL-friendly string that identifies the project

description
string

Description of the project

Response

200 - application/json

A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.

object
string

String representing the object's type. Objects of the same type share the same value

id
string

Unique identifier for the project

organization_id
string

Unique identifier for the organization the project belongs to

slug
string

The Name of the project, URL-friendly string that identifies the project

description
string

Description of the project

avatar_url
string

Avatar URL of the project

created_at
string

Time at which the project was created

updated_at
string

Time at which the project was last updated