Accounts & UtilitiesInternal Accounts

Get an Internal Account

GET
/v1/internal-accounts/{id}

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Path Parameters

id*string

Response Body

*/*

curl -X GET "https://example.com/v1/internal-accounts/string"
{  "accountNumber": "string",  "createdAt": "string",  "currencies": [    "string"  ],  "iban": "string",  "id": "string",  "name": "string",  "swiftBic": "string",  "updatedAt": "string"}