eventSubscriptions
Update event subscription
Use this method to update the details of an event subscription.
To update an event subscription, you need its subscriptionId. Our gateway returned the subscriptionId in the response of the Create Event Subscription method.
Note: If you don’t have the subscriptionId, use our List Event Subscriptions method to search for the event subscription.
You can update the following details about an event subscription:
- Status of the event subscription.
- Events that you have subscribed to. For a list of events that you can subscribe to, go to Events list.
- Information about how we contact you when an event occurs.
put/event-subscriptions/{subscriptionId}
Path parameters
subscriptionIdinteger required
Unique identifier that we assigned to the event subscription.
Note: Our gateway returned the subscriptionId in the id field in the response of the Create Event Subscription method.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
Successful request. We updated the event subscription.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.