Set Notification Configuration
This method returns the notification configuration set for the current user.
Authorizations
Responses
200
Current user notification configuration
application/json
404
Current user doesn't have any configuration
application/json
get
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"
}
}
}
Last updated