v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Webhooks

Verify a webhook endpoint

Send a test event to verify the webhook endpoint is properly configured and reachable. The request body accepts an optional 'eventType' field to specify which event type to test (e.g., 'transaction.created', 'transaction.updated'). If omitted from the request body, defaults to 'transaction.created'.

post/webhooks/{webhookEndpointId}/verify

Path parameters

webhookEndpointIdstring uuid required

ID for the webhook

Request body

eventType'transaction.created' | 'transaction.updated' | 'checkingAccount.balance.updated' | 'savingsAccount.balance.updated' | 'treasuryAccount.balance.updated' | 'investmentAccount.balance.updated' | 'creditAccount.balance.updated' nullable

Optional event type to test. If not specified, defaults to transaction.created.