You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
API Versions
/api/*- General API endpoints/api/v2/*- Advanced corporate endpoints (Production only)Base URLs
API Routes Overview
Authentication
Base path: /authGeneral API Routes
User Management
Base path: /api/usersShare Class Management
Base path: /api/shareClassesStakeholder Management
Base path: /api/stakeholdersDocument Management
Base path: /api/documentsBase path: /api/documentEmbeddingsBase path: /api/documentAccessesInvestment Management
Base path: /api/fundraisingRoundsBase path: /api/investmentsBase path: /api/investorsEquity Management
Base path: /api/equityPlansEmployee Management
Base path: /api/employeesActivity Tracking
Base path: /api/activitiesAdministration
Base path: /api/adminsCompany Management
Base path: /api/companiesTax Calculations
Base path: /api/taxCalculationsV2 Routes (Production Only)
Corporation Management
Base path: /api/v2Compensation Management
Base path: /api/v2/compensationIssuer Management
Base path: /api/v2/issuersCommon Patterns
Request Headers
Response Format
{ "success": boolean, "data": object | array, "message": "string", "timestamp": "ISO8601 date", "pagination?: { "currentPage": number, "totalPages": number, "totalItems": number, "itemsPerPage": number } }Error Format
{ "success": false, "error": { "code": "string", "message": "string", "details": object }, "timestamp": "ISO8601 date" }Pagination Query Parameters
Environment-Specific Behavior
Production
Development
Test
Beta Was this translation helpful? Give feedback.
All reactions