List all supported institutions
You can use this JWT/public access token to view the list of institutions currently supported by Brick or jump to Step 3 directly to try the Brick Front End Widget and connect a Financial institution account to view it's data.
curl https://sandbox.onebrick.io/v1/institution/list
-H 'Content-Type: application/json'
-H 'Authorization: Bearer JWT-public-access-token'
Where [JWT-public-access-token] is the public access token/JWT generated in the previous step which needs to be passed as the Bearer token in the Authorization header.
The API responds with the institution's list currently supported by Brick.
Updated over 3 years ago