Skip to main content
GET
/
card
/
{cardId}
Get a card
curl --request GET \
  --url https://app.getaptly.com/api/card/{cardId} \
  --header 'x-token: <x-token>'
{
  "_id": "JShpBxEFgRmZnivTf",
  "name": "Widget Adapter",
  "stage": "To Do"
}

Headers

x-token
string
required

Your Aptly API Token. Available in the Aptly UI under Card Sources > API.

Path Parameters

cardId
string
required

The unique ID of the card.

Response

Card data

_id
string
Example:

"JShpBxEFgRmZnivTf"

name
string
Example:

"Widget Adapter"

stage
string
Example:

"To Do"