Last updated 1 day ago
This method returns the notification configuration set for the current user.
GET /notifications/configuration HTTP/1.1 Host: X-Ledger-API-Key: YOUR_API_KEY Accept: */*
Current user notification configuration
{ "all": { "webhook": { "secret": "topsecret", "url": "https://vault.crypstock.com/webhook" } } }