post https://sandbox.hurdlr.com/rest/v5/banks/refresh
Refresh all bank accounts with the relevant integration. Can resolve integration-specific issues
Log in to see full request history
Response
Refresh all bank accounts with the relevant integration. Can resolve integration-specific issues
xxxxxxxxxx
curl --request POST \
--url https://sandbox.hurdlr.com/rest/v5/banks/refresh \
--header 'accept: application/json'
xxxxxxxxxx
22{
"result": "SUCCESS",
"errors": {
"fieldErrors": {
"additionalProp": {
"type": "DUPLICATE",
"errorMessage": "string"
}
},
"globalErrors": [
{
"type": "DUPLICATE",
"errorMessage": "string"
}
]
},
"id": "string",
"webhook": {
"userId": "string",
"type": "ENTITY_UPDATE"
}
}