Recover failed messages

Recover (resend) failed messages for one endpoint

POST https://sandbox-api.stilt.com/v1/webhooks/endpoints/{endpoint_id}/resend

Path Parameters

NameTypeDescription

endpoint_id*

string

The uuid of the endpoint

Request Body

NameTypeDescription

start_date*

string

All failed webhooks since this day will be resend to your platform

Must be in a format "YYYY-MM-DD".

{
    // Response
}

Last updated