Skip to main content
POST
Add financing rounds

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A list of financing rounds to add.

financing_rounds
Financing · object[]
required

Response

201 - application/json

Created

company_id
string
required

The ID of the company this financing event belongs to.

Example:

"pvYe"

name
string
required

The name of the financing round.

Example:

"Series A"

pre_money_valuation
MoneyAmount · object | null
required

The pre-money valuation of the company at the time of the financing round.

Example:
round_size
MoneyAmount · object | null
required

The total size of the financing round.

Example:
fully_diluted_shares
required

The fully diluted share count at the time of the financing round.

Example:

"1000000"

closing_date
string<date>
required

The closing date of the financing round.

Example:

"2030-01-01"

co_investors
CoInvestor · object[]
required

The list of co-investors in the financing round.

Examples:
company_name
string
required

The name of the company this financing event belongs to.

Example:

"Acme Corp"

id
string | null

The ID of the financing.

Example:

"a2Ne"

is_crypto
boolean
default:false

Whether this is a crypto financing event.

Example:

false

liquidation_multiple

The liquidation multiple (e.g., 1.00, 1.50, 2.00).

Example:

"1.50"

cap_multiple

The cap multiple for capped participating preferences.

Example:

"3.00"

seniority_position
enum<string> | null

The seniority position: SENIOR_TO_ALL or PARI_PASSU.

Available options:
SENIOR_TO_ALL,
PARI_PASSU,
PARI_PASSU_ALL_PREVIOUS
Example:

"SENIOR_TO_ALL"

participation_type
enum<string> | null

The participation type: NON_PARTICIPATING, FULLY_PARTICIPATING, or CAPPED_PARTICIPATING.

Available options:
NON_PARTICIPATING,
FULLY_PARTICIPATING,
CAPPED_PARTICIPATING
Example:

"NON_PARTICIPATING"

pari_passu_rounds
PariPassuRound · object[] | null

Financing rounds that share equal seniority in the same pari passu group.

Example: