Webhooks

Fetch Webhook Secret

GET
Gets your Webhook Secret if it exists. Otherwise returns an error.

Response

This endpoint returns an object
secret
stringOptional
Secret we will pass along with any Webhooks we send to your subscribed endpoints.
GET
1curl https://app.impiloplatform.com/api/v3/webhook-secret \
2 -H "Impilo-API-Key: <apiKey>"
200
Retrieved
1{
2 "secret": "secret"
3}