cURL
curl --request GET \ --url https://core-api.getaptly.com/api/board/{boardId}/{cardId} \ --header 'x-token: <api-key>'
{ "data": { "cardId": "<string>", "boardUuid": "<string>", "archived": true, "assignee": "<string>" } }
Returns a single card by its ID.
Documentation IndexFetch the complete documentation index at: https://docs.getaptly.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt
Use this file to discover all available pages before exploring further.
Card data.
Show child attributes