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.
Headers
Impilo-API-Key
Request
This endpoint expects an object.
header
Header name to use for the secret in the webhook request.
secret
Secret we will pass along with any Webhooks we send to your subscribed endpoints.
Response
Created
header
Header name to use for the secret in the webhook request.
secret
Secret we will pass along with any Webhooks we send to your subscribed endpoints.