v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

card.updated

Occurs when a card is updated.

postWebhookcard.updated

Payload

event_type'card.updated' required

The type of event that occurred.

previous_fieldsobject required

The previous values of the fields that were updated.

statestring required

The current state of the card.

card_tokenstring uuid required

The token of the card that was updated.

Example payload

{
  "previous_fields": {
    "state": "PAUSED"
  },
  "state": "OPEN",
  "card_token": "00000000-0000-0000-0000-000000000000"
}

Response

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