cURL
curl --request PATCH \ --url https://api.tally.so/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "formId": "<string>", "url": "<string>", "signingSecret": "<string>", "httpHeaders": [ { "name": "<string>", "value": "<string>" } ], "eventTypes": [ "FORM_RESPONSE" ], "isEnabled": true }'
Updates an existing webhook configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the webhook to update
Webhook updated successfully