Get Notification Configuration
Last updated
Last updated
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: */*
{
"all": {
"webhook": {
"secret": "topsecret",
"url": "https://vault.crypstock.com/webhook"
}
}
}