List institutions
Gets a list of institutions a client subscribes to.
AI Actions
Gets a list of institutions a client subscribes to.
Query Parameters
Your team ID. You can get this from the settings menu of the Fiskil Console
sess_idstring
The auth session id
institution_modestring
The institution mode. If set to recommended, will load recommended institution data only
Value in
"recommended"Response Body
application/json
application/vnd.goa.error
curl -X GET "https://api.fiskil.com/v1/institutions?industry=banking&client_id=your-team-id&sess_id=ea564d-56012s4-6ds4564&institution_mode=recommended"[
{
"icon": "https://eastpaclogo.com.au/eastpac-icon.svg",
"id": "22",
"industry": "banking",
"is_accessible": true,
"logo": "https://eastpaclogo.com.au/eastpac.svg",
"name": "Eastpac",
"priority": 1,
"status": {
"connections": {
"status": "DEGRADED"
}
}
},
{
"icon": "https://eastpaclogo.com.au/eastpac-icon.svg",
"id": "22",
"industry": "banking",
"is_accessible": true,
"logo": "https://eastpaclogo.com.au/eastpac.svg",
"name": "Eastpac",
"priority": 1,
"status": {
"connections": {
"status": "DEGRADED"
}
}
}
]{
"fault": true,
"id": "123abc",
"message": "parameter 'p' must be an integer",
"name": "bad_request",
"temporary": true,
"timeout": false
}Was this page helpful?