Update Webhook Secret

Updates your Webhook Secret if it exists. Requires a secret parameter.

Returns an error if you don’t have a secret configured.

Headers

Impilo-API-KeystringRequired

Request

This endpoint expects an object.
headerstringOptionalDefaults to Impilo-Webhook-Secret
Header name to use for the secret in the webhook request.
secretstringOptional
Secret we will pass along with any Webhooks we send to your subscribed endpoints.

Response

OK
headerstring or nullDefaults to Impilo-Webhook-Secret
Header name to use for the secret in the webhook request.
secretstring or null
Secret we will pass along with any Webhooks we send to your subscribed endpoints.