Get Public token

The authentication token endpoint allows developers to retrieve a public auth token required to redirect a user to the Brick user interface and retrieve data afterward. The access token will be live for 30 minutes. In the brick user interface, An end-user of our partner can choose the institution of their choice and securely log in to their financial institution to verify their account. Other APIs can be used to fetch specific data on a need to need basis.

Request Parameter

Key ParameterData TypeDescription
clientIdStringUsername for authorization to generate public token
clientSecretStringPassword for authorization to generate public token

Response Parameter

Key ParameterData TypeDescription
access_tokenStringIt is public access token, that is unique for every client. So should use this token for further APIs.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!