Internal Accounts
Get internal account by id
Returns an internal account by id
get/internal_accounts/{internal_account_id}
Path parameters
internal_account_idstring uuid required
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
Unique identifier for the internal account.
Response
Internal Account
Example response
{
"tenant": "abcdef_ghijkl",
"balances": [
{
"balance": 2399
}
],
"creation_time": "2010-05-06T12:23:34.321Z",
"currency": "USD",
"last_updated_time": "2010-05-06T12:23:34.321Z"
}