Skip to main content

DEMO PLATFORMThis is a demonstration platform. Not licensed for real financial transactions. Do not invest real money.

Legal Notice
Skip to main content

BondBricks API Documentation

Complete API reference for the global BondBricks real estate investment platform

Partner API

Real-time integration API for bond servicers and financial partners. Access investment data and confirm bond allocations programmatically. For onboarding guides, contact api-support@bondbricks.com.

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