Get share classes
Retrieve share classes for a firm or a specific company. If no filters are provided, the endpoint returns all share classes across the firm. If company IDs or share class IDs are provided, it returns share classes specific to those companies or share classes.
Permissions:
- User must be authenticated via OAuth.
- User must have access to the companies.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
OK
The ID of the company this share class belongs to.
"pvYe"
The ID of the financing round this share class belongs to.
"a2Ne"
Whether the purchase is a primary or secondary transaction.
primary, secondary "primary"
The type of shares in this share class.
common, preferred "preferred"
The name of the share class.
"Series A"
The price per share for this share class.
{ "currency": "USD", "value": "10.00" }The name of the company this share class belongs to. Output only.
"Acme Corp"
The ID of the share class.
"a2Ne"
Whether the share class is included in the fair value calculation. Defaults to True when the purchase_type is primary, otherwise False.
true