Skip to main content
GET
Get an offering

Authorizations

x-api-key
string
header
required

The API key issued to your client. Send it on every request; a missing, unrecognised, or revoked key is rejected with 401.

Path Parameters

offering_id
string
required

The public identifier of the offering

Response

The requested offering

public_id
string
required

Public identifier of the offering

company_id
integer
required

Identifier of the company the offering is for

description
string
required

Description of the offering

status
enum<string>
required

Lifecycle status of an offering

Available options:
COMING,
OPEN,
CLOSING,
CLOSED,
CANCELLED,
ROFRED
type
enum<string>
required

How the offering is structured for investors

Available options:
WAREHOUSED,
COMMITTED,
OPPORTUNITY
acquisition_method
enum<string>
required

Market the underlying shares are acquired through

Available options:
PRIMARY,
SECONDARY
management_fee
string
required

Management fee charged on the investment

carry
string
required

Carried interest charged on the investment

investment_structure
string
required

How the investment is structured

estimated_valuation
string
required

Estimated valuation the offering is priced against

minimum_commitment_amount
number<double>
required

Smallest commitment an investor may make

created_at
string<date-time>
required

When the offering was created

updated_at
string<date-time>
required

When the offering was last updated

closed_at
string<date-time> | null

When the offering closed, if it has closed