| POST /1.1/account_activity/webhooks.json?url=<URL> | POST /2/webhooks | 文档。需要 OAuth2AppOnly。 |
| GET /1.1/account_activity/webhooks.json | GET /2/webhooks | 文档。需要 OAuth2AppOnly。 |
| PUT /1.1/account_activity/webhooks/:webhook_id.json | PUT /2/webhooks/:webhook_id | 触发 CRC。文档。需要 OAuth2AppOnly。 |
| DELETE /1.1/account_activity/webhooks/:webhook_id.json | DELETE /2/webhooks/:webhook_id | 文档。需要 OAuth2AppOnly。 |
| POST /1.1/account_activity/webhooks/:webhook_id/subscriptions/all.json | POST /2/account_activity/webhooks/:webhook_id/subscriptions/all | 需要 OAuthUser。 |
| GET /1.1/account_activity/subscriptions/count.json | GET /2/account_activity/subscriptions/count | 需要 OAuth2AppOnly。 |
| GET /1.1/account_activity/webhooks/:webhook_id/subscriptions/all.json | GET /2/account_activity/webhooks/:webhook_id/subscriptions/all | 需要 OAuthUser。 |
| GET /1.1/account_activity/webhooks/:webhook_id/subscriptions/all/list.json | GET /2/account_activity/webhooks/:webhook_id/subscriptions/all/list | 需要 OAuth2AppOnly。 |
| DELETE /1.1/account_activity/webhooks/:webhook_id/subscriptions/:user_id/all | DELETE /2/account_activity/webhooks/:webhook_id/subscriptions/:user_id/all | 需要 OAuth2AppOnly。 |
| DELETE /1.1/account_activity/webhooks/:webhook_id/subscriptions/all | 已弃用 / 无直接等价项 | 请逐个删除,或通过 DELETE /2/webhooks/:webhook_id 移除该 webhook。 |