cURL
curl --request GET \ --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers/{header_id}
{ "ID": "<string>", "Name": "<string>", "Value": "<string>", "WebhookID": "<string>" }
Retrieves the details of a specific header associated with a given webhook. Useful for inspecting custom headers configured for webhook delivery.
Was this page helpful?