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
}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
}Was this page helpful?