v1

latestOpenAPI 3.0.12026-07-135618141.0 KB
Institutions

Get institution

Gets an institution by its ID.

get/institutions/{id}

Path parameters

idinteger required

The unique identifier of the institution.

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
}