Jump to Content
Fuse by Pave
API Reference
v1.0

Log InFuse by Pave
API Reference
Log In
v1.0API Reference

👋 GETTING STARTED

  • Welcome

🏁 QUICKSTART GUIDES

  • Open Banking Flow

⚙️ APIS

  • General API Structure
  • Authentication
  • Webhooks
  • Testing

📊 DATA FEATURES

  • Category Taxonomy
  • Data Features Reference
  • Data Features Structure

Fuse API

  • /auth/debug
    • Check Authorisation Tokenpost
  • /users
    • Create Userpost
  • /users/{user_id}
    • Get Userget
    • Update Userpatch
    • Delete Userdel
  • /users/{user_id}/bank_connections/new
    • Auth New Bank Connectionget
  • /users/{user_id}/bank_connections
    • Get Bank Connectionsget
  • /users/{user_id}/features
    • Get Featuresget
  • /users/{user_id}/transactions
    • Get Transactionsget
  • /users/{user_id}/accounts/{bank_account_id}/transactions
    • Get Transactions By Accountget
  • /ingest/accounts
    • Send Accountspost
  • /ingest/transactions
    • Send Transactionspost
Powered by 

Get Transactions

get
https://api.fuseinsight.com/v1/users//transactions

Get the open banking transactions for the given user, ordered newest to oldest.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!