v2
latestOpenAPI 3.0.12026-07-2693281951.6 KBNotifications
Get Event Subscription
Used to get details of your subscription to a specified event type.
get/notifications/event-subscriptions/{eventTypeId}
Path parameters
eventTypeIdstring required
Valid event type Id
Unique identifier of the event type (for which notifications will be sent).
Headers
sub-applicationstring uuid
The sub-application ID to which event type is being subscribed to
Response
Event subscription data found
Example response
{
"data": {
"eventTypeId": "payment.status.completed",
"applicationId": "2698db90-6635-4f76-b673-5ce8e2aeda0e",
"created": "28-07-2021 15:47:03",
"notification": {
"type": "WEBHOOK",
"url": "https://httpbin.com/new_endpoint"
}
}
}