Skip to main content

Webhook Service Detail

GET 

/partner/notification/:user_code/webhook/setting

Retrieve configuration data for a specific webhook service type.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": [
{
"group_webhook_setting_idx": 1,
"webhook_service_type": "ms_teams",
"is_active": "Y",
"webhook_url_list": [
""
],
"webhook_email_list": [
""
]
}
]
}
Schema Details
FieldTypeDescription
messageobject
dataarray