Resend
Resend event
post/v1/events/{event_token}/event_subscriptions/{event_subscription_token}/resend
Resend an event to an event subscription.
Path Parameters
event_tokenstring
event_subscription_tokenstring
Request example Request
curl https://api.lithic.com/v1/events/$EVENT_TOKEN/event_subscriptions/$EVENT_SUBSCRIPTION_TOKEN/resend \
-X POST \
-H "Authorization: $LITHIC_API_KEY"