v1

latestOpenAPI 3.0.12026-07-135618141.0 KB
Institutions

List institutions in user

Lists all the institutions belonging to the user.

get/users/{id}/institutions

Path parameters

idinteger required

The unique identifier of the user

Response

Success

currency_codestring

The currency code of the institution.

titlestring

The title of the institution.

updated_atstring

When the institution was last updated.

created_atstring

When the institution was created.

idinteger

The unique identifier of the institution.

Example response

[
  {
    "currency_code": "NZD",
    "title": "Bank of Foo",
    "updated_at": "2015-04-21T22:42:22Z",
    "created_at": "2015-04-21T22:42:22Z",
    "id": 57
  }
]