POST
/
boards

Authorizations

Authorization
string
header
required

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

Query Parameters

properties
enum<string>[]

Select the board properties that should be returned

Available options:
title,
appearance,
icon,
updatedAt,
description,
createdAt,
tags.title,
tags.createdAt,
tags.updatedAt

Body

application/json
appearance
enum<string>

Appearance of the board

Available options:
greyExtraLight,
mandy,
saffron,
conifer,
pastelGreen,
downy,
malibu,
royalBlue,
mediumPurple,
brilliantRose
description
string

Description of the board

icon
string

Icon of the board

index
number

Index of the board

tagIds
string[]

IDs of the tags to associate with the board

tagNames
string[]

Names of the tags to associate with the board

title
string

Title of the board

Minimum length: 1

Response

200 - application/json
data
object