cURL
curl --request GET \ --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers
[ { "ID": "<string>", "Name": "<string>", "Value": "<string>" } ]
Retrieves all headers for a specific webhook.
A list of headers for the specified webhook.
Unique identifier for the header
Name of the header
Value of the header
Was this page helpful?