Jump to Content
Brick
HomeDocumentationAPI Reference
Sign UpLog InBrick
Documentation
Sign UpLog In
HomeDocumentationAPI Reference

Quickstart

  • Get Started
    • Generate a token (Public access token)
    • List all supported institutions
    • Launch Brick Widget
    • Retrieve Financial Institutions Account
    • Retrieve transactions
  • Brick demo
  • Brick Postman collection

Brick Overview

  • What is Brick?
  • How does Brick work?
  • Security at Brick
  • Glossary

Products

  • Data
    • Overview
    • Employment Data
    • Financial Statement OCR
  • Verification
    • Overview
    • Bank Account Verification

Coverage

  • Supported Institutions

Integration Methods

  • Overview
  • Brick Widget
    • Integration Steps
    • Launch Brick Widget
    • Mock Financial Institution Credentials
    • Getting End-User Data
  • Brick API
    • Test Brick APIs with cURL
    • [Video Tutorial] Test Brick APIs in 5 mins
    • Brick Postman collection
    • Test Brick APIs

Tutorial

  • Employment Data Tutorial
    • Tutorial: View Employment Data
  • Financial Statement OCR Tutorial
    • Tutorial: Financial statement OCR

Using Brick

  • Brick Infrastructure
    • Components
    • Architecture
  • Error Codes
  • Live server status

Ready to Go Live?

  • Production live checklist

Reach out to us

  • Contact Us
  • FAQ
Powered by 

Getting End-User Data

Once the user connects to a Financial Institution account successfully using the Brick Widget, the newly created user_access_token is returned via POST request hosted at the redirect_url endpoint on your server.

The user_access_token can be used from the server-side to perform the following operations:

  • Account List - GET
  • Transaction List
  • Transaction and Balance Summary API

Updated over 3 years ago