Skip to main content
POST
/
webhooks
/
{webhook_id}
/
headers
Add a new header to a webhook
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>"
}

Path Parameters

webhook_id
string
required

Body

application/json
Name
string
Value
string

Response

ID
string
Name
string
Value
string
WebhookID
string