Skip to main content
POST
/
api
/
v1
/
webhook-events
/
recover
Bulk recover failed events from a timestamp.
curl --request POST \
  --url https://api.backside.app/api/v1/webhook-events/recover \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "since": "2023-11-07T05:31:56Z"
}
'
{
  "recovered": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
since
string<date-time>
required

Response

Recovery result

recovered
integer<int64>
required