API Overview
- Introduction
- Authentication
- Funds
- Investors
- Transactions
- Webhooks
Connect everything. Automate the rest.
A modern API for teams that refuse to copy-paste data between systems. Pull capital balances, push updates, and trigger workflows programmatically.
Endpoints
curl -X GET \
https://api.conductive.cloud/v1/funds/fnd_01H9A/capital-calls \
-H 'Authorization: Bearer sk_test_...' \
-H 'Accept: application/json'
{
"object": "list",
"data": [
{
"id": "cc_01H9B2",
"fund_id": "fnd_01H9A",
"purpose": "Acquisition of TargetCo",
"total_amount": 25000000.00,
"due_date": "2026-05-15",
"status": "pending",
"lp_notified_at": "2026-05-01T14:30:00Z"
}
],
"has_more": false
}
Clean REST endpoints, comprehensive webhooks, and SDKs in Python, JavaScript, and Ruby. Built by developers who've been on the receiving end of terrible fund admin APIs.
Sandbox review
Confirm entities, data flows, and webhook events before integration work starts.
Technical contact
Route engineering questions to a Conductive operator who understands fund data.
Access plan
Decide scopes, environments, and launch sequence before API credentials are issued.