The Authentication endpoint for LAFISE Open Banking API generates an OAuth 2.0 token that is required to validate any API call. The token serves as a secure and reliable method of authentication, ensuring that only authorized users can access the API.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
The OAuth 2.0 token generated by the Authentication endpoint is valid for 60 minutes or 3,600 seconds. After this time, the token will expire, and a new token must be generated to continue accessing the API. This helps ensure that user data remains secure, and only authorized parties have access to the API.
To obtain an OAuth 2.0 token, users must authenticate themselves using their API credentials. Once authenticated, the token is generated, and users can use it to access the various endpoints of the API. At LAFISE, we take security very seriously, and the Authentication endpoint is just one of the ways we ensure that our Open Banking API is secure and reliable for our customers.
Once you have generated a token, to authenticate a request, you must include your api-key and Authorizations in the request header for all requests (POST, PUT, GET and DELETE).
| Key | Type | Required/Optional | Description |
|---|---|---|---|
Authorization | String | Required | Contains the word: "Bearer" and a blank space followed by the Token generated by the Authentication Token API Call. |
Regional availability
Below we show the availability of the API by country
| Country | Status |
|---|---|
| BLNI | ✅ Available |
| BLPA | ✅ Available |
| BLHN | ✅ Available |
| BLRD | ✅ Available |
| BLCR | ✅ Available |
