curl --request GET \
--url https://app.getaptly.com/api/card/{cardId} \
--header 'x-token: <x-token>'{
"_id": "JShpBxEFgRmZnivTf",
"name": "Widget Adapter",
"stage": "To Do"
}Returns the specific card based on the ID.
curl --request GET \
--url https://app.getaptly.com/api/card/{cardId} \
--header 'x-token: <x-token>'{
"_id": "JShpBxEFgRmZnivTf",
"name": "Widget Adapter",
"stage": "To Do"
}