GET
/
v1
/
webhook-events
curl --request GET \
  --url https://api.sandbox.hit-pay.com/v1/webhook-events \
  --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"

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