Simulations (Dev)
Simulate an Event
POST
/
simulate
/
events
Event simulation is available to test webhook handlers and event processing logic.
Prerequisites
Some event types require specific endpoints to be called first:
attribute.*
events: callPOST /entities/:ent_id/attributes
firstcredit_score.*
events: callPOST /entities/:ent_id/credit_scores
firstaccount.opened
events: callPOST /entities/:ent_id/connect
first
Request Body
Entity Events
The type of event to simulate. One of attribute.*
, credit_score.*
or account.opened
ID of the Entity.
Account Events
The type of event to simulate. Must be account.closed
ID of the Account.