Get Webhook Setup Info
Description: Get webhook setup info
Path: /api/v1/setting/getWebhookSetupInfo
Method: GET
Response
Attributes
Last updated
Description: Get webhook setup info
Path: /api/v1/setting/getWebhookSetupInfo
Method: GET
Last updated
{
"code": 1,
"message": "All went well, and (usually) some data was returned",
"error": null,
"data": {
"enabled": false,
"allowedEventTypeList": [
"booking.created",
"booking.status_changed"
],
"subscriptionList": [
{
"url": "https://go2joy-partner-service-staging.go2joy.io",
"eventType": "booking.status_changed"
}
]
},
"timestamp": 1755533287
}