Entities
Entities
This endpoint returns a list of entities that the user has permission to view.
Path parameters
-
fin
string Required The Finplex Identity Number of the user
Query parameters
-
fen
string | null Optional Finplex Entity Number to receive information about a specific entity.
GET
/portfolio/{fin}/entities
curl \
-X GET http://api.example.com/portfolio/{fin}/entities
Response examples (200)
[
{
"activeState": "Active",
"company": "string",
"contacts": [
{
"beneficialOwner": true,
"contactForm": "Organisation",
"contactMethods": [
{
"contactType": "array-1"
}
],
"organisationName": "string",
"personBirthdate": "2023-05-04",
"personFamilyName": "string",
"personFirstName": "string",
"personInits": "string",
"personTitle": "string",
"shortName": "string",
"status": "ActiveEntityContact"
}
],
"displayName": "string",
"executiveName": "string",
"fen": "string",
"legalType": "Individual",
"name": "string",
"statuses": {}
}
]
Response examples (200)
[
{
"activeState": "Active",
"company": "string",
"contacts": [
{
"beneficialOwner": true,
"contactForm": "Organisation",
"contactMethods": [
{
"contactType": "array-1"
}
],
"organisationName": "string",
"personBirthdate": "2025-05-04",
"personFamilyName": "string",
"personFirstName": "string",
"personInits": "string",
"personTitle": "string",
"shortName": "string",
"status": "ActiveEntityContact"
}
],
"displayName": "string",
"executiveName": "string",
"fen": "string",
"legalType": "Individual",
"name": "string",
"statuses": {
"Additional properties:": "string"
}
}
]