Recover
Resend failed messages
post/v1/event_subscriptions/{event_subscription_token}/recover
Resend all failed messages since a given time.
Path Parameters
event_subscription_tokenstring
Query Parameters
beginstring
optional
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
formatdate-time
endstring
optional
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
formatdate-time
Request example Request
curl https://api.lithic.com/v1/event_subscriptions/$EVENT_SUBSCRIPTION_TOKEN/recover \
-X POST \
-H "Authorization: $LITHIC_API_KEY"