cURL
curl --request POST \ --url https://kan.bn/api/v1/cards/{cardPublicId}/checklists \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "publicId": "<string>", "name": "<string>" }
Adds a checklist to a card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 - 255
Successful response