v1
latestOpenAPI 3.0.02026-07-2640301.0 MBaccount/webhooks
This endpoint can be used to fetch a list of sent webhook notifications. Maximum date range is 1 month. If no date range is provided, it will default to the past 30 days.
Query parameters
Your account ID
API key for the account
Hashed signature for the request
The type of webhook notification you wish to fetch. Options are: transaction, paylink, bankaccount, debitcard, creditcard, batchrequest, batchdetail, accountonboarding, accountonboardingapplication, scheduledtransactions, accountverifications, virtualtransaction.
The ID of webhook notifications you wish to fetch.
Filter webhook notification by status. Possible values are: new, processed, failed, deprecated.
The start date of the date range you wish to fetch. Format: YYYY-MM-DD
The end date of the date range you wish to fetch. Format: YYYY-MM-DD
Response
Example response
{
"Webhooks": {
"0": {
"Event": "transaction",
"Module": "achfunding",
"WebhookID": "12314",
"Status": "in progress",
"NotificationStatus": "new",
"DateSent": "2024-01-01 12:34:56",
"WebhookUrl": "https://example.com/webhook",
"ResponseText": "request caught",
"ResponseStatusCode": "200"
}
}
}