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.
Header object that needs to be added
Details of a webhook header
Name of the header
Value of the header
Header added successfully.
Unique identifier for the header
Unique identifier of the associated webhook
Was this page helpful?