Create board
Creates an empty board with one default tab.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects an object.
name
Board display name, unique within the workspace
tag
Optional grouping label. A board carries at most one tag, and tags are not stored objects: a tag exists while at least one board uses it and disappears when the last one stops. Omit or send null to leave the board untagged.
Response
Successful Response
id
Board identifier, used as {board_id} in every nested route
name
Board display name
created_by
Actor that created the board
created_at
Creation time, UTC, RFC 3339
updated_by
Actor that last changed the board or anything on it
updated_at
Last change time, UTC, RFC 3339
tag
The board's grouping tag, or null when untagged
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error