Event Subscriptions REST Endpoints

Event Subscriptions
The event-based subscription management object that allows external applications to discover objects that can be subscribed.
Create an event subscription
Method: post
Path: /services/rest/connect/v1.4/eventSubscriptions
Delete an event subscription
Method: delete
Path: /services/rest/connect/v1.4/eventSubscriptions/{id}
Get an event subscription
Method: get
Path: /services/rest/connect/v1.4/eventSubscriptions/{id}
Get multiple event subscriptions
Method: get
Path: /services/rest/connect/v1.4/eventSubscriptions
Update an event subscription
Method: patch
Path: /services/rest/connect/v1.4/eventSubscriptions/{id}