---
title: "card.updated"
method: POST
path: "card.updated"
tags: ["Event Types"]
---

# card.updated

`POST card.updated` (webhook)

Occurs when a card is updated.

## Payload

- object
  - `event_type` 'card.updated', required — The type of event that occurred.
  - `previous_fields` object, required — The previous values of the fields that were updated.
  - `state` string, required — The current state of the card.
  - `card_token` string, uuid, required — The token of the card that was updated.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
