Get Webhook Headers

List the names of custom HTTP headers included with deliveries to this pod-scoped webhook. Header values are write-only and are never returned.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

pod_idstringRequired
ID of pod.
webhook_idstringRequired
ID of webhook.

Response

This endpoint returns an object.
header_nameslist of strings
Names of the custom delivery headers configured for this webhook. Header values are never returned.

Errors

404
Not Found Error