GET
/
v1
/
get-accounts
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"
    }
  ]
}

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required

Query Parameters

email
string
required

The email of the user whose static accounts are being retrieved.

Response

200
application/json

Static accounts successfully retrieved

The response is of type object.