Get institution by ID
Get institution by id
AI Actions
Get institution by id
Path Parameters
The ID of the institution to fetch details of
Response Body
application/json
application/vnd.goa.error
curl -X GET "https://api.fiskil.com/v1/institutions/10"{
"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?