cURL
curl --request POST \ --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers \ --header 'Content-Type: application/json' \ --data '{ "Name": "<string>", "Value": "<string>" }'
{ "ID": "<string>", "Name": "<string>", "Value": "<string>", "WebhookID": "<string>" }
Adds a new header to an existing webhook.
Was this page helpful?