cURL
curl --request POST \ --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/boards \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "lists": [ "<string>" ], "labels": [ "<string>" ], "type": "regular", "sourceBoardPublicId": "<string>" } '
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Creates a new board for a given workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 - 100
1
regular
template
Successful response