Update webhook
Updates the webhook with the given ID. You can update the name, description, status, URL, and set basic authentication. Changing the URL will require this webhook to be verified again. Changing the status will disable/enable sending of identification events to your webhook.
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Management API version.
Path Parameters
Webhook ID
Body
URL of the webhook endpoint. Must start with https://.
"https://website.com/webhook"
Description of the webhook.
"My Webhook"
Status of the webhook: 'enabled' or 'disabled'.
enabled, disabled Environment ID this webhook is associated with. Null if global.
Response
Webhook updated. Changes will take effect in a few minutes.