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.
Header retrieved successfully.
Unique identifier for the header
Name of the header
Value of the header
Unique identifier of the associated webhook
Was this page helpful?