Retrieve Webhook Subscription Details
This section shows you how to retrieve webhook subscription details.
Endpoint
Test:
GET
https://apitest.cybersource.com
/notification-subscriptions/v1/webhooks/{webhookID}Production:
GET
https://api.cybersource.com
/notification-subscriptions/v1/webhooks/{webhookID}Production in India:
GET
https://api.in.cybersource.com
/notification-subscriptions/v1/webhooks/{webhookID}Required Field for Retrieving Webhook Subscription Details
- webhookID
- Include the ID of the webhook you would like to update.
REST Example: Retrieving Webhook Subscription Details
Request
GEThttps://apitest.cybersource.com/notification-subscriptions/v1/webhooks/e33b4ff7-f94a-2de4-e053-a2588e0a0403
Response to a Successful Request
{ "organizationId": "testrest", "productId": "tokenManagement", "eventTypes": [ "tms.networktoken.provisioned", "tms.networktoken.updated" ], "webhookId": "e33b4ff7-f94a-2de4-e053-a2588e0a0403", "webhookUrl": "https://URL", "healthCheckUrl": "https://jURL", "createdOn": "2022-07-07 17:24:05.116", "status": "ACTIVE", "retryPolicy": { "algorithm": "ARITHMETIC", "firstRetry": 1, "interval": 1, "numberOfRetries": 3, "deactivateFlag": false, "repeatSequenceCount": 0, "repeatSequenceWaitTime": 0 }, "securityPolicy": { "securityType": "KEY", "proxyType": "external", "digitalSignatureEnabled": "yes" }, "version": "3", "deliveryType": "nrtdCentral", "notificationScope": "DESCENDANTS" }