eventSubscriptions
Retrieve event subscription
Use this method to retrieve the details of an event subscription.
In your request, include the subscriptionId that we sent to you when we created the event subscription.
Note: If you don't know the subscriptionId of the event subscription, go to List event subscriptions.
get/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
Response
Returns the event subscription object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.