cURL
curl --request GET \ --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/boards \ --header 'Authorization: Bearer <token>'
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Retrieves all boards for a given workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
regular
template
Successful response