DEVELOPER PLATFORM

BUILD WITHEASY CAPTABLE API

Integrate equity management into your applications with our powerful REST API. Access cap tables, process transactions, and automate compliance.

Quick Start Example

# Create a new equity transaction
curl -X POST https://api.easycaptable.com/v1/transactions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "issuance",
    "shareClassId": "share_class_123",
    "stakeholderId": "stakeholder_456",
    "shares": 10000,
    "pricePerShare": 1.50,
    "date": "2025-01-20",
    "documents": ["doc_789"]
  }'

# Response
{
  "id": "txn_abc123",
  "status": "pending_approval",
  "created": "2025-01-20T10:30:00Z",
  "approvals_required": 2,
  "approvals_received": 0
}

POWERFUL API FEATURES

Everything you need to build sophisticated equity management integrations

RESTful Design

Clean, predictable REST API following industry best practices

Secure Authentication

OAuth 2.0 and API key authentication with granular permissions

Real-time Updates

Webhooks for instant notifications on equity changes

Global Support

Multi-jurisdiction support with localized compliance data

Comprehensive Data

Access all equity data including transactions, documents, and reports

Webhook Events

Subscribe to events for real-time integration updates

API ENDPOINTS

COMPREHENSIVE
API COVERAGE

Access every aspect of equity management through our well-documented API

Cap Table

Manage cap tables, share classes, and ownership data

GET
/api/v1/cap-tables

List all cap tables

POST
/api/v1/cap-tables

Create new cap table

GET
/api/v1/cap-tables/{id}

Get cap table details

PUT
/api/v1/cap-tables/{id}

Update cap table

GET
/api/v1/cap-tables/{id}/ownership

Get ownership breakdown

Transactions

Process and manage equity transactions

GET
/api/v1/transactions

List transactions

POST
/api/v1/transactions

Create transaction

GET
/api/v1/transactions/{id}

Get transaction details

POST
/api/v1/transactions/{id}/approve

Approve transaction

POST
/api/v1/transactions/{id}/cancel

Cancel transaction

Stakeholders

Manage investors, employees, and other stakeholders

GET
/api/v1/stakeholders

List stakeholders

POST
/api/v1/stakeholders

Create stakeholder

GET
/api/v1/stakeholders/{id}

Get stakeholder details

GET
/api/v1/stakeholders/{id}/holdings

Get stakeholder holdings

POST
/api/v1/stakeholders/{id}/invite

Send portal invitation

Valuations

Access and manage 409A valuations

GET
/api/v1/valuations

List valuations

POST
/api/v1/valuations/request

Request new valuation

GET
/api/v1/valuations/{id}

Get valuation details

GET
/api/v1/valuations/{id}/report

Download valuation report

START BUILDING
TODAY

Get your API key and start integrating equity management into your applications.

Secure & Compliant
99.9% Uptime
Developer Support