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

Path Parameters

webhook_event_id
string
required

The Webhook Event id

Response

200
application/json
200
id
string
required
business_id
string
required
name
string
required
url
string
required
event_types
string[]
required
created_at
string
required
updated_at
string
required