Resources · API
A clean API for the long tail.
Every resource in BrokerFold — tenants, listings, leads, contacts, deals, tasks, pages — is available over a REST API. Webhooks push changes in real time.
Authentication is via personal access tokens or OAuth for integrations. Rate limits are generous; contact us for workloads that need more.
Status: the API is in private beta. Early integration partners can request access.
curl https://api.brokerfold.com/v1/leads \
-H "Authorization: Bearer bf_live_…" \
-H "Content-Type: application/json" \
-d '{"email":"buyer@example.com","source":"landing-page"}'