v1
latestOpenAPI 3.0.02026-07-14201133.2 KBWebhooks
Renews a web hook
put/self/webhooks/{id}/renew
Path parameters
idstring required
Webhook ID
Response
Successful
Example response
{
"createdAt": "2019-01-01T00:00:00.000Z",
"events": [
"CALL"
],
"expireAt": "2019-01-01T00:00:00.000Z",
"metadataPolicy": "NONE",
"purgeAt": "2019-01-01T00:00:00.000Z",
"renewedAt": "2019-01-01T00:00:00.000Z",
"signingAlgo": "HMAC_SHA256",
"statistics": {
"totalAttempts": 10,
"totalFailures": 10,
"totalSuccesses": 10
},
"status": "ACTIVE",
"url": "https://www.example.com"
}