GET
/
v1
/
ext-accounts
/
{extAccountId}
curl --request GET \
  --url https://client-api.dev.finhost.io/v1/ext-accounts/{extAccountId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "client": "39eab26c-8788-4375-810c-9807aaf98191",
    "account": "40eab26c-8788-4375-810c-9807aaf98190",
    "agent": "50eab26c-8788-4375-810c-9807aaf98191",
    "auditor": "70eab26c-8788-4375-810c-9807aaf98190",
    "contract": "basicContract",
    "available": 150,
    "holding": 10,
    "pending": 5,
    "balance": 155,
    "title": "USD account",
    "currency": "USD",
    "status": "individual",
    "created": "2022-07-06T13:42:24.094Z",
    "updated": "2022-07-06T13:42:24.094Z",
    "bankDetails": "{\"iban\":\"GB60TEST26161681306171\",\"bic\":\"TESTGB21\"}",
    "variantId": "1",
    "alias": "10002000"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

extAccountId
string
required

Account id

Response

200 - application/json
200 response

The response is of type object[].