cURL
curl --request GET \ --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/search \ --header 'Authorization: Bearer <token>'
[ { "publicId": "<string>", "title": "<string>", "description": "<string>", "slug": "<string>", "updatedAt": "<string>", "createdAt": "<string>", "type": "board" } ]
Searches for boards and cards by title within a workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 - 100
1 <= x <= 50
Successful response
board