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

Header retrieved successfully.

ID
string

Unique identifier for the header

Name
string

Name of the header

Value
string

Value of the header

WebhookID
string

Unique identifier of the associated webhook