Skip to main content
GET
/
workspaces
/
{workspaceSlug}
/
boards
/
{boardSlug}
Get board by slug
curl --request GET \
  --url https://kan.bn/api/v1/workspaces/{workspaceSlug}/boards/{boardSlug}
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}

Path Parameters

workspaceSlug
string
required
Required string length: 3 - 24
boardSlug
string
required
Required string length: 3 - 24

Query Parameters

members
string[]
Minimum string length: 12
labels
string[]
Minimum string length: 12
lists
string[]
Minimum string length: 12

Response

Successful response