cURL
curl --request POST \ --url https://kan.bn/api/v1/checklists/{checklistPublicId}/items \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
{ "publicId": "<string>", "title": "<string>", "completed": true }
Adds an item to a checklist
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 - 500
Successful response