Skip to main content
GET
/
v1
/
virtual-accounts
List Virtual Accounts
curl --request GET \
  --url https://api.useglyde.co/v1/virtual-accounts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
per_page
integer
account_type
enum<string>
Available options:
static,
dynamic
status
enum<string>
Available options:
active,
inactive
customer_reference
string

Response

200

Success