cURL
curl --request GET \ --url https://api.useglyde.co/v1/virtual-accounts \ --header 'Authorization: Bearer <token>'
Returns a paginated list of virtual accounts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
static
dynamic
active
inactive
Success
Was this page helpful?