Replay Missing Webhooks
POST {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id/replay-missing
Replays messages to the endpoint. Only messages that were created after
since
will be sent. Messages that were previously sent to the endpoint are not resent.
Request Body
{"since"=>"<dateTime>", "until"=>"<dateTime>"}
HEADERS
| Key | Datatype | Required | Description |
| idempotency-key
| string | | The request's idempotency key |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: ``