Recover Failed Deliveries
Re-send every message that failed to reach this endpoint since a given time, at most 7 days ago. Use it after a receiver outage, or after re-enabling an endpoint that was disabled for delivery failures.
Recovery runs in the background and this request returns immediately. Follow progress with the deliveries endpoint.
Path parameters
endpoint_id
The endpoint’s id (whe_...).
Request
This endpoint expects an object.
since
Re-send every message that failed to reach the endpoint since this time. ISO 8601; must be in the past and within the last 7 days. A time without a zone is read as UTC.
Response
Successful Response
endpoint_id
since
The recovery start time, in UTC.
recovering
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
503
Service Unavailable Error