Entity Types

This resource is for creating profiles of all roles (investor, manager, and founder/operator) to define the type of the entity. You can get the table by calling the following endpoint

GET – /api/entity-types/{type}

For the {type} variable you will use the values from the following array [individual, joint, entity, trust]

Sample Response

 
{
“data”: [
{
“id”: 0,
“label”: “string”
}
]
}

The id and label’s in the response are the various types of entity types and trusts that can be configured for a profile. This information is important to ensure that both KYC and tax documentation are done correctly based on the type of trust or entity that a profile is trying to act under.