GET
/
webhooks
/
{webhook_id}
/
headers
List all headers for a webhook
curl --request GET \
  --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers
[
  {
    "ID": "<string>",
    "Name": "<string>",
    "Value": "<string>"
  }
]

Path Parameters

webhook_id
string
required

Response

A list of headers for the specified webhook.

ID
string

Unique identifier for the header

Name
string

Name of the header

Value
string

Value of the header