cURL
curl --request GET \ --url https://api.endclose.com/v1/bank_accounts/{id} \ --header 'X-API-KEY: <api-key>'
{ "name": "<string>", "id": 123, "currency": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
The unique identifier of the bank account
Bank account retrieved
Human readable name for the bank account
Unique numeric identifier
Three-letter ISO 4217 currency code (e.g. USD, EUR)