curl --request GET \
--url https://api.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>"
}
]List all registered webhook event subscriptions
curl --request GET \
--url https://api.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>"
}
]"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Was this page helpful?