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

Authorizations

Authorization
string
header
required

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

Path Parameters

uid
string
required

Query Parameters

page
integer
per_page
integer

Response

Success