Get fundraise investor join

View as Markdown
Gets one entity or person investor join by join id.

Authentication

X-Client-Secretstring

Client secret for read-only service-to-service access (no writes)

Path parameters

joinIdstringRequiredformat: "uuid"
Fundraise investor join identifier

Query parameters

idstringOptionalformat: "uuid"

Owner-scoped resource UUID selector.

slugstringOptionalformat: "^[a-z0-9_-]+$"<=255 characters

Owner-scoped resource slug selector.

Response

OK
createdAtdatetime
Created timestamp
idstringformat: "uuid"
Fundraise investor join identifier
investorobject

Investor identity, nested: investor.entityId for a firm/fund investor or investor.personId for an angel — exactly one is set. Read responses carry ids only, never flat investor* fields or names; resolve display names with GET /v1/entities/detail or GET /v1/people/detail.

leadInvestorboolean

Whether this investor is the lead investor for the round — the lead/anchor investor that set the round terms or made the primary commitment.

transactionIdstringformat: "uuid"
Fundraise transaction identifier
updatedAtdatetime
Updated timestamp
amountInvesteddouble or nullOptional

Investor-level attributed amount invested in the fundraise transaction currency. Serialized as a plain JSON number such as 220000 or 123456.78; no currency sign, currency code, comma grouping, or abbreviated amount text is valid.

financialInstrumentTypeenum or nullOptional

Financial instrument/vehicle for this investor’s participation in the round (e.g. SAFE, Preferred Stock, Convertible Note). Distinct from the round-level financialInstrumentType: a single round can record different vehicles per investor join — e.g. an accelerator batch holding a capped SAFE and an uncapped-MFN SAFE as two joins.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error