Sign UpLog In

Brick Widget

This API helps connect the BRICK account; This API should be integrated into Frontend.

Request Parameters

Key ParametersData TypeDescription
AccessTokenStringPublic-access-token generated using your clientId and clientSecret
Redirect_urlStringThe url to which brick POST a response at the end of the widget flow
User_idStringUnique identifier for user connecting the account

Response Parameters

Key ParametersData TypeDescription
accessTokenStringAn array of generated access token after successful accounts/institutions connection
bankIdStringunique id of the institution

Once the end-user connects their accounts/institutions, we would be making a POST API call to the redirect url with numerous a user-access-token assigned explicitly to the connected accounts/institutions. You need to have a REST api with a POST request listening on that endpoint.

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