Fiskil Docs

Get institution by id

Get institution by id

GET
/institutions/{id}

Get institution by id

Path Parameters

idstringrequired

The ID of the institution to fetch details of

Response Body

application/json

application/vnd.goa.error

curl -X GET "https://example.com/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}