API REFERENCE
Institutions
Get Status Of Selected Institution
2min
Get the consent status(Open financal) and task status(Open data) of selected institution in multiple institution mode
GET
Request
Header Parameters
Authorization
String
required
Bearer link token, it returned by the /links
Curl
1curl --location 'https://api-sandbox.klavi.ai/data/v1/links/institutions/status' \
2--header 'Accept: application/json' \
3--header 'Content-Type: application/json'
Responses
200
1[
2 {
3 "institutionCode": "260",
4 "name": "Nubank",
5 "status": "AUTHORISED"
6 },
7 {
8 "institutionCode": "323",
9 "name": "Mercado Pago",
10 "status": "ERROR"
11 },
12 {
13 "institutionCode": "104",
14 "name": "CAIXA",
15 "status": "EXPIRED"
16 }
17]

Updated 29 Sep 2024
Did this page help you?