Skip to main content

Investor Analysis Submission

This endpoint allows changing an investor's status to analysis, sending it to the validation process.


Request

ENDPOINT
/investor_management/investor/INVESTOR-KEY
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
INVESTOR-KEYstringUnique investor key (UUID v4).36

Request Body

Request Body
{
"investor_status": "in_analysis"
}

Request Body Params

FieldTypeDescriptionRequired
investor_statusstringNew investor status. Accepted value: in_analysis.Yes

Response

The response is a complete updated JSON of the investor.