v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
webhooks

Reset shared secret

Resets the shared secret for the specified webhook.

You can improve security by using this operation to rotate an API client webhooks' shared secrets at periodic intervals.

For more information about how a shared secret is used, see the Authenticating callbacks section in Webhook callbacks.

post/webhooks/{webhookId}/resetSharedSecret

Headers

Content-Typestring

Required for POST and PUT requests. Defines the structure for the request body.

Response

OK

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation
versionnumber nullable

New version of the sheet. Applicable only for operations which update sheet data.

Example response

{
  "message": "SUCCESS"
}