webhook get events
Description
webhook 取得事件列表。
Resource
GET /v1/basic/webhook/events
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
僅限益欣內部使用(company_id = '24436074')。
Response Body Parameters
| Name | Type | Description |
|---|---|---|
| events | object | 回傳資料
|
Request Example
GET /v1/basic/webhook/events
Response Body Example
{
"events": [
"testevent",
"testevent_2",
"testevent_3"
]
}