Retrieves the body of a Webhook Event.
curl --request GET \ --url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}/events/{event_id}/body \ --header 'X-Violet-App-Id: <x-violet-app-id>' \ --header 'X-Violet-App-Secret: <x-violet-app-secret>' \ --header 'X-Violet-Token: <x-violet-token>'
{ "body": {}, "length": 123, "date_created": "2023-11-07T05:31:56Z" }
default response
Webhook Event Body
Was this page helpful?