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 

Welcome

Welcome to the Fuse APIs! 👋

It's recommended to read this documentation in the following order:

  1. Get an overview of the general structure of the APIs
  2. Read about how to authenticate your calls to the APIs
  3. Understand how you can use webhooks within your flow
  4. Look at our guides with worked examples to see how it all comes together
  5. Use our detailed API reference as you write your integration
  6. See our detailed reference of data features available to consume via the APIs
  7. See our detailed reference of transaction categories available to consume via the APIs
  8. Make use of our sandbox environment for testing to check it all works