API Reference
This endpoint allows you to get a webhook event’s details. You can use the webhook_event_id to get the webhook event’s details.
webhook_event_id
cURL
curl --request GET \ --url https://api.sandbox.hit-pay.com/v1/webhook-events/{webhook_event_id} \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{ "id": "<string>", "business_id": "<string>", "name": "<string>", "url": "<string>", "event_types": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>" }
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The Webhook Event id
200
Was this page helpful?