Skip to main content
POST
Create a new list

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Body

application/json

List object that needs to be created

board_id
string
required
Example:

"2"

title
string
Example:

"My list"

content
string
icon
string
Example:

"shield"

color
string
behavior
enum<string>
Available options:
backlog,
committed,
started,
completed,
cancelled

Response

list created

list
object