cURL
curl --request POST \ --url https://core-api.getaptly.com/api/board/{boardId} \ --header 'Content-Type: application/json' \ --header 'x-token: <api-key>' \ --data ' { "name": "John Smith", "abc123": "john@example.com", "ghi789": 1500 } '
{ "data": { "_id": "<string>" } }
Creates a new card on the board. Use field UUIDs (from the schema endpoint) as keys in the request body.
To update an existing card, provide the card’s _id in the request body — see Update a card.
_id
Card title (also accepted as title).
title
Any board field UUID as key, with the field's value.
Card created.
Show child attributes