Here you can learn how to find a complete list of subscribed webhooks.
To obtain a list of subscribed webhooks, make the API call below:
https://notification-api.sandbox.tuumplatform.com/api/v1/notifications/subscriptions
Search for subscribed webhooks. Returns complete list of subscribed webhooks.
Here is a sample request for obtaining the full list of subscribed webhooks:
https://notification-api.sandbox.tuumplatform.com/api/v1/notifications/subscriptions
curl 'https://notification-api.sandbox.tuumplatform.com/api/v1/notifications/subscriptions' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDctMjBUMTE6MjE6MjQiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2ODk4NTIwODR9.1v9D9oH3iGaxnQbI12MW6rhWy9vYyrmgk3aYj5AAnPQ' \
-d ''
Below you will find the response body to the sample request:
The complete list of the subscribed webhooks has been received.