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": "9b29471a-17bf-4332-835b-a6af8e0cc430", "business_id": "9b294222-3a53-427f-9393-95dc6d63ee6c", "name": "Test Webhook Event", "url": "https://google.com", "event_types": [ "transfer.created", "transfer.updated" ], "created_at": "2024-01-24T16:05:10+08:00", "updated_at": "2024-01-24T16:05:10+08:00" }
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The Webhook Event id
200
Was this page helpful?