cURL
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/get-accounts \ --header 'X-Api-Key: <api-key>' \ --header 'X-Api-User: <api-key>'
{ "success": true, "message": "Static account successfully retrieved", "data": [ { "bankCode": "251", "bankName": "Maplerad", "accountName": "Adrain Schaden", "accountNumber": "4957473535", "currency": "NGN" } ] }
Returns static bank account details associated with the given email.
The email of the user whose static accounts are being retrieved.
Static accounts successfully retrieved
The response is of type object.
object