Webhooks

Extend webhook life

Extends the life of webhook. Webhooks registered through the REST API expire after 30 days. Call this operation to keep them alive.

Unrecognized webhook IDs (those that are not found or belong to other apps) are ignored.

Permissions required: Only Connect and OAuth 2.0 apps can use this operation.

put/rest/api/2/webhook/refresh

Request body

webhookIdsinteger[] required

A list of webhook IDs.

Response

Returned if the request is successful.

expirationDateinteger required

The expiration date of all the refreshed webhooks.

Changes

No recorded changes to this endpoint across all 16 revisions of this API.