Get Webhook Headers

Get Webhook Headers

get

Retrieves a list of WebhookHeaders by WebhookId.

Path parameters
webhook_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
get
GET /v1/events/webhooks/{webhook_id}/headers HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default

default response

[
  {
    "id": 1,
    "app_id": 1,
    "webhook_id": 1,
    "key": "text",
    "value": "text",
    "date_created": "2025-07-10T07:00:59.715Z",
    "date_last_modified": "2025-07-10T07:00:59.715Z"
  }
]

Last updated

Was this helpful?