Skip to main content
GET
/
webhooks
/
{webhook_id}
/
headers
/
{header_id}
Get a header by ID for a specific webhook
curl --request GET \
  --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers/{header_id}
{
  "ID": "<string>",
  "Name": "<string>",
  "Value": "<string>",
  "WebhookID": "<string>"
}

Path Parameters

webhook_id
string
required
header_id
string
required

Response

ID
string
Name
string
Value
string
WebhookID
string