Motion Logo Motion API Documentation
Support
API Keys

Create Project

Creates a new project

POST v1 / projects

Authorization

Authorization string required

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

Body

application/json

dueDate ISO 8601 date

ISO 8601 Due date on the project, like 2024-03-12T10:52:55.714-06:00

name string required

The name of the project

workspaceId string required

The workspace to which the project belongs

description string

The description of the project. HTML input accepted

labels array<string>

The list of labels by name the project should have

priority string default: MEDIUM

Defaults to MEDIUM. Options are ASAP, HIGH, MEDIUM, and LOW

Response

200 - application/json - object

id string required

name string required

description string required

The HTML contents of the description

workspaceId string required

The id of the workspace

status object required

The status of the project

Was this page helpful?