latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Enterprise Webhooks
Simulate bank account webhook
Simulate a bank account webhook for testing purposes. To call this endpoint, you must have the user_manage scope on a short-lived access token created either in the web app or programmatically using the Login endpoint.
get/api/v2/enterprise/{enterpriseId}/webhook/{webhookId}/bankaccount/{bankaccountId}/simulate
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
webhookIdstring required
Example:59cd72485007a239fb00282ed480da1f
bankaccountIdstring required
Example:59cd72485007a239fb00282ed480da1f
Response
OK
Example response
{
"webhookNotifications": [
{
"id": "59cd72485007a239fb00282ed480da1f",
"wallet": "cold",
"coin": "btc",
"transfer": "receive",
"updatedAt": "2021-01-01T00:00:00.000Z",
"nextAttempt": "2021-01-01T00:00:00.000Z",
"version": 2
}
]
}