Accounts
Accounts
This endpoint returns a list of accounts that the user has permission to view.
Path parameters
-
fin
string Required The Finplex Identity Number of the user
GET
/portfolio/{fin}/accounts
curl \
-X GET http://api.example.com/portfolio/{fin}/accounts
Response examples (200)
[
{
"displayName": "string",
"fan": "string",
"fen": "string",
"hasTradingAccess": true
}
]
Response examples (200)
[
{
"displayName": "string",
"fan": "string",
"fen": "string",
"hasTradingAccess": true
}
]