Skip to main content
POST
Create board

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.

Body

application/json
title
string
required

Human-readable board name. Required.

Minimum string length: 1
description
string

Optional longer description.

isPublic
boolean
default:false

Whether the board is publicly viewable via its share URL. Defaults to false.

Response

201 - application/json

Board created

id
string
required
project_id
string
required
enabled
boolean
required

Whether the board is publicly accessible

created_at
string<date-time>
updated_at
string<date-time> | null
title
string
description
string | null