Redeliver
Send an earlier delivery again, to the same integration, with the same
event. The replay is a new delivery with its own id, linked to the original
through redelivery_of, and appears in ListDeliveries like any other.
It is signed with the integration’s current secret rather than the one the original used, which makes it the way to confirm that a rotated secret is accepted by the receiver.
Retrying this call sends the delivery again. Rate-limited per integration;
over the limit it fails with RESOURCE_EXHAUSTED rather than queueing.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Delivery to send again.
1 - 200Response
Success
Id of the delivery created by the replay. Poll BatchGetDeliveries with it
to follow the outcome.