Skip to main content
POST
/
api
/
banking
/
plaid
/
webhooks
Listen to Plaid webhooks
curl --request POST \
  --url https://api.example.com/api/banking/plaid/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "itemId": "123",
  "webhookType": "123",
  "webhookCode": "123"
}
'

Body

application/json
itemId
string
required

The Plaid item ID

Example:

"123"

webhookType
string
required

The Plaid webhook type

Example:

"123"

webhookCode
string
required

The Plaid webhook code

Example:

"123"

Response

201 - undefined