cURL
curl --request GET \ --url https://api.ledger.so/v1/webhooks/{webhookId}/secret \ --header 'Api-Key: <api-key>'
{ "object": "webhook_secret", "secret": "<string>" }
Retrieve the signing secret for a webhook endpoint. Use this to verify incoming webhook payloads.
API key for authentication. Get your key from the Dashboard.
The webhook endpoint ID
Webhook secret
webhook_secret
The signing secret for verifying webhook payloads