Subscribe to account activity
API Reference contents
Account Activity API Reference Index
| Purpose | Premium | Enterprise |
|---|---|---|
| Registers a webhook URL / Generates a webhook_id | POST :env_name/webhooks |
POST webhooks |
| Returns all webhook URLs and their statuses | GET webhooks |
GET webhooks |
| Manually triggers a challenge response check | PUT :env_name/webhooks/:webhook_id |
PUT webhooks/:webhook_id |
| Subscribes an application to an account's events | POST :env_name/subscriptions |
POST webhooks/:webhook_id/subscriptions/all |
| Returns a count of currently active subscriptions | GET subscriptions/count |
GET subscriptions/count |
| Check to see if a webhook is subscribed to an account | GET :env_name/subscriptions |
GET webhooks/:webhook_id/subscriptions/all |
| Returns a list of currently active subscriptions | GET :env_name/subscriptions/list |
GET webhooks/:webhook_id/subscriptions/all/list |
| Deletes the webhook | DELETE :env_name/webhooks/:webhook_id |
DELETE webhooks/:webhook_id |
| Deactivates subscription | DELETE :env_name/subscriptions |
DELETE webhooks/:webhook_id/subscriptions/all |