Retrieve the signing secret for a webhook endpoint. Use this to verify incoming webhook payloads.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/webhooks/{webhookId}/secret \ --header 'Api-Key: <api-key>'
{ "object": "webhook_secret", "secret": "<string>" }
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