Skip to main content
GET
/
v1
/
webhook-events
/
{webhook_event_id}
Get Webhook Event Detail
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>"
}

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

webhook_event_id
string
required

The Webhook Event id

Response

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