Skip to main content
Skip to main content

BondBricks API Documentation

Complete API reference for the global BondBricks real estate investment platform

Partner API (Phase 3)

Real-time integration API for bond servicers and financial partners. Access investment data and confirm bond allocations programmatically.

Authentication

Use Bearer token authentication with your API key:

Authorization: Bearer YOUR_API_KEY

Base URL

All Partner API endpoints are prefixed with:

https://www.bondbricks.com/api/v1

Quick Example

List all pending investments:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://www.bondbricks.com/api/v1/investments?status=COMPLETED&partner_status=PENDING"

Rate Limits

Standard: 100 req/min
Bulk: 20 req/min
CSV: 10 req/min

Webhooks

Real-time notifications for new investments

Loading API Documentation...

Interactive Swagger UI is loading