GET
/
v1
/
webhook-events
/
{webhook_event_id}
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"
}

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

webhook_event_id
string
required

The Webhook Event id

Response

200
application/json
200

The response is of type object.