Create Webhook Secret

Creates a Webhook Secret to use with the Impilo Platform with the provides secret. The secret will be passed along as a header with Webhooks sent from Impilo.

Returns an error if you already have a Webhook secret created.

Authentication

Impilo-API-Keystring
API Key authentication via header

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

Created
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.