DocsAPICompaniesList cap tablesLists the cap tables imported for a company, most recent first. Returns identifiers only – use the cap table endpoint to fetch the shareholders. GET/companies/captablesSendQuery Paramscompany_id*stringCompany ID (required)Example: 42CredentialsBearercURLJavaScriptPythonGocurl -X GET "https://api.fundra.com/v1/companies/captables?company_id=42" \ -H "Authorization: Bearer <token>"200401Successfully retrieved cap tablesResponse{ "data": [ { "id": "12", "date": "2024-03-31", "round_name": "Series A", "created_at": "2024-04-02T10:30:00Z" } ] }TypeScriptPreviousList limited partnersGETNextSearch companiesGET