URLs
POST api/v1/webhooks.xml (or .json)
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
CallBackUrl |
string |
Url of the Webhook to register to |
是 |
||
IsEnabled |
bool |
Disabled webhooks will not recieve any event data |
否 |
||
SubscribedWebhookIds |
string |
Comma-separated list of ids of each Webhook to register to. This will set each listed webhook as subscribed, and each not listed webhook as not subscribed. |
是 |