cURL
curl --request GET \ --url https://api.fonder.com/accounts/{accountId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "accountNumber": "<string>", "description": "<string>", "type": "CASH", "bank": { "name": "<string>", "country": 123, "code": "<string>", "swiftCode": "<string>" }, "bankCode": "<string>", "liquidityThreshold": "<string>", "lastBalance": "<string>" }
Returns a specific account by ID or name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account ID or account name
Successful response
CASH
BANK
Show child attributes