API reference
Account Activity API Reference Index
Purpose | Enterprise |
---|---|
Registers a webhook URL / Generates a webhook_id | POST webhooks |
Returns all webhook URLs and their statuses | GET webhooks |
Manually triggers a challenge response check | PUT webhooks/:webhook_id |
Subscribes an application to an account's events | POST webhooks/:webhook_id/subscriptions/all |
Returns a count of currently active subscriptions | GET subscriptions/count |
Check to see if a webhook is subscribed to an account | GET webhooks/:webhook_id/subscriptions/all |
Returns a list of currently active subscriptions | GET webhooks/:webhook_id/subscriptions/all/list |
Deletes the webhook | DELETE webhooks/:webhook_id |
Deactivates a subscription using 3-legged OAuth (DEPRECATED) | DELETE webhooks/:webhook_id/subscriptions/all |
Deactivates a subscription using application-only OAuth | DELETE webhooks/:webhook_id/subscriptions/:user_id/all.json |
Redelivers activities to a webhook | POST replay/webhooks/:webhook_id/subscriptions/all |