Update Webhook V2Copy Pageput https://api.proof.com/v2/webhooks/{id}Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidstringrequiredThe ID of the webhook to be updated.Body Paramsurlstringrequiredlength ≤ 5000Proof will make a POST request to this URL for every subscribed event.headerstring | nullA header value to pass through every request Proof makes back to your webhook URL. This can be required authentication to your system for security purposes. (E.g. "header": "X-Custom-Header:X-Custom-Key")request_id_header_namestring | nullThe name of the header that will contain the request ID for each webhook request. Defaults to X-Request-Id.headersarray of strings | nullA list of header values to pass through every request Proof makes back to your webhook URL. This can be required authentication to your system for security purposes. (E.g. "headers": ["[X-Custom-Header]:[X-Custom-Key]"]). If passed, value for header (singular) is ignored.headersADD stringsigning_keystring | nullA signing key to sign the webhook payloads with. This is used to verify the authenticity of the webhook requests. If not passed and if using api keys to authenticate, Proof will use the api key to sign the payloads. https://dev.proof.com/docs/webhooks-v2#securityoauth_configobject | nullOAuth 2.0 client-credentials block. Supply either this object or an API key/header to authenticate incoming webhook requests.oauth_config object | nullsubscriptionsarray of stringsrequiredAn array containing the desired events that Proof should POST a webhook for. See our Webhooks V2 guide for a list of valid subscriptions.subscriptions*ADD stringResponses 200Webhook updated 404Not Found 422Unprocessable EntityUpdated 7 months ago