List all executed webhooks
GET {{baseUrl}}/v3/subscription/webhook
1 credit for API call. Based on the required report type, additional credits may be charged.
Obtain report from subscription based on its type. Following reports are supported:
- ACCOUNTBALANCELIMIT - obtain list of all ledger accounts with account balance above the limit. 1 credit per 50 returned records is charged.
- TRANSACTIONHISTORYREPORT - obtain list of all ledger transaction for last X hours from the time of invocation. 1 credit per 50 returned records is charged.
RESPONSES
status: OK
[{"type":"ACCOUNT_BALANCE_LIMIT","id":"7c21ed165e294db78b95f0f1","subscriptionId":"7c21ed165e294db78b95f0f1","url":"http://some-host.net/webhook","data":{},"nextTime":1653320900353,"timestamp":1653320900353,"retryCount":3,"failed":false,"response":{"code":500,"data":"Internal server error","networkError":false}}]