Events via web-hooks
curl --request PUT \
--url https://api.vault.ledger.com/notifications/configuration \
--header 'authorization: Bearer {{access_token}}' \
--header 'content-type: application/json' \
--header 'x-ledger-workspace: minivault' \
--data '{
"all": {
"webhook": {
"secret": "secret",
"url": "{{notification_endpoint}}"
}
}
}{
"all": {
"webhook": {
"secret": "secret",
"url": "https://webhook.site/9773a594-4764-4807-8921-100133557f82"
}
}
}{
"payload_type": "TRANSACTION",
"event_type": "NEW_TRANSACTION_HAS_BEEN_RECEIVED",
"id": 260
}Last updated