cURL
curl --request GET \ --url https://api.useglyde.co/v1/virtual-accounts/{uid}/transactions \ --header 'Authorization: Bearer <token>'
Returns transactions for a virtual account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?