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"
}Documentation Index
Fetch the complete documentation index at: https://aptly-1c228e04.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.