This method allows you to resend all failed webhook notifications to Webhook Endpoints by specifying the eventType.
API Key permission group : Enable Wallet Management
Designated Wallet : Not Impacted
{
"webhookId": "1721442311151521794",
"eventType": "1",
"resendFromDateTime": 1699256508000,
"timestamp": 1699256508000
}
curl --location --request POST '/open-api/entity/webhook/resend' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookId": "1721442311151521794",
"eventType": "1",
"resendFromDateTime": 1699256508000,
"timestamp": 1699256508000
}'{
"data": true,
"code": "000000",
"message": "Success"
}