Accounts

GET /portfolio/{fin}/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

Query parameters

  • fen string | null

    Finplex Entity Number to receive only accounts under a specific entity.

  • fan string | null

    Finplex Account Number to receive only a specific account.

Responses

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
  }
]