Skip to main content
WEBHOOK
connection.status_changed
{
  "id": "<string>",
  "type": "connection.status_changed",
  "createdAt": "2023-11-07T05:31:56Z",
  "data": {
    "connectionId": "<string>",
    "previousStatus": "active",
    "status": "active",
    "errorCode": "<string>",
    "errorMessage": "<string>"
  }
}

Body

application/json
id
string
required

Unique event identifier. Use this for idempotent processing.

type
enum<string>
required

Event type.

Available options:
connection.status_changed,
account.created,
account.updated,
transactions.sync_available,
transfer.status_changed,
test
createdAt
string<date-time>
required

When the event was created.

data
ConnectionStatusChangedData · object
required

Event-specific payload. The shape depends on the type field.

Response

Event accepted.