curl -X PATCH "https://api.whatabot.app/api/v1/kanban/cards/card-uuid" \
-H "X-Api-Key: wh_your_api_key" \
-H "Content-Type: application/json" \
-d '{"values": {"amount": 3000.00}, "tags": ["priority"]}'
{
"id": "card-uuid",
"pipelineId": "pipeline-uuid",
"stageId": "stage-uuid",
"sessionId": "session-uuid",
"tags": ["priority"],
"values": {
"name": "Jane Doe",
"amount": 3000.00,
"status": "qualified"
},
"createdAt": "2026-04-20T10:00:00.000Z",
"movedAt": "2026-04-20T12:30:00.000Z"
}
Update values or tags of a card.
curl -X PATCH "https://api.whatabot.app/api/v1/kanban/cards/card-uuid" \
-H "X-Api-Key: wh_your_api_key" \
-H "Content-Type: application/json" \
-d '{"values": {"amount": 3000.00}, "tags": ["priority"]}'
{
"id": "card-uuid",
"pipelineId": "pipeline-uuid",
"stageId": "stage-uuid",
"sessionId": "session-uuid",
"tags": ["priority"],
"values": {
"name": "Jane Doe",
"amount": 3000.00,
"status": "qualified"
},
"createdAt": "2026-04-20T10:00:00.000Z",
"movedAt": "2026-04-20T12:30:00.000Z"
}
wh_).{
"values": {
"amount": 3000.00,
"status": "qualified"
}
}
{
"tags": ["enterprise", "priority"]
}
curl -X PATCH "https://api.whatabot.app/api/v1/kanban/cards/card-uuid" \
-H "X-Api-Key: wh_your_api_key" \
-H "Content-Type: application/json" \
-d '{"values": {"amount": 3000.00}, "tags": ["priority"]}'
{
"id": "card-uuid",
"pipelineId": "pipeline-uuid",
"stageId": "stage-uuid",
"sessionId": "session-uuid",
"tags": ["priority"],
"values": {
"name": "Jane Doe",
"amount": 3000.00,
"status": "qualified"
},
"createdAt": "2026-04-20T10:00:00.000Z",
"movedAt": "2026-04-20T12:30:00.000Z"
}