Retrieves a Webhook Header by ID.
curl --request GET \ --url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}/headers/{header_id}
{ "id": 123, "app_id": 123, "webhook_id": 123, "key": "<string>", "value": "<string>", "date_created": "2023-11-07T05:31:56Z", "date_last_modified": "2023-11-07T05:31:56Z" }
Webhook Header
App ID
ID of the webhook the header belongs to
Header Key
Header Value
Date of creation
Date of last update
Was this page helpful?