Send Simulated Example
Send event type example message
post/v1/simulate/event_subscriptions/{event_subscription_token}/send_example
Send an example message for event.
Path Parameters
event_subscription_tokenstring
Body Parameters
event_typeenum
optional
Accepts one of the following: "account_holder.created", "account_holder.updated", "account_holder.verification", 40 more
Event type to send example message for.
Request example Request
curl https://api.lithic.com/v1/simulate/event_subscriptions/$EVENT_SUBSCRIPTION_TOKEN/send_example \
-H 'Content-Type: application/json' \
-H "Authorization: $LITHIC_API_KEY"