Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
bank-accounts
List saved bank accounts
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/bank-accounts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "userId": "<string>",
    "bankAccountName": "<string>",
    "bankAccountNumber": "<string>",
    "bankCode": "<string>",
    "createdAt": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Response

Saved bank accounts.

id
string
required
userId
string
required
bankAccountName
string
required
bankAccountNumber
string
required
bankCode
string
required
createdAt
integer<int64>
required