cURL
curl --request POST \ --url https://kan.bn/api/v1/cards \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>", "description": "<string>", "listPublicId": "<string>", "labelPublicIds": [ "<string>" ], "memberPublicIds": [ "<string>" ], "position": "start" }'
"<any>"
Creates a new card for a given list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any