Configure your DealBridge platform, email delivery, and operator preferences.
POST /api/auth/token → exchange API key for JWTGET /api/deals — list deals (filter: ?stage=MATCHING&county=Cache)POST /api/deals — create dealGET /api/deals/:id — get deal + buyer matchesPATCH /api/deals/:id — update deal (move stage)PATCH /api/deals/:id/activate — activate dealGET /api/deals/:id/matches — get buyer matchesPOST /api/deals/:id/send — generate contract + email to buyerAuthorization: Bearer <token> header.