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.
Was this page helpful?