Amarithm

Integrations

Plug Amarithm into your stack

Brokerages plug in rather than rip out their tools — API-key access in, signed webhooks out, CSV inventory at bulk.

Public APISigned webhooksCSV import
API reference ↗

Connected tools

Everything currently wired to this market: API partners, their webhook subscriptions, and the latest deliveries.

Connect a webhook

Paste a URL, pick a format, choose events — the secret is shown once and a test event verifies the wiring end to end.

Connect a webhook

Subscribes via POST /api/v1/webhooks using the demo partner key — exactly what a brokerage would call from their own stack.
Any http(s) endpoint — a Zapier/Make/n8n catch hook, webhook.site, your own server, or a Slack incoming webhook. Obviously-internal targets are rejected.
Delivery format
Events to receive

Works with

What plugs in today versus what is on the roadmap.

BlueKey CRM

Connected — live

The demo brokerage CRM on :9100. Auto-subscribes at startup, verifies every HMAC signature, and renders match.generated events as live leads.

Zapier · Make · n8n

Works today

Paste a catch-hook URL in the form above — the generic signed webhook works with any catch hook, zero code on our side or yours.

Slack

Connected via the form

Paste a Slack incoming-webhook URL above and pick the Slack format — listings, offers, and closes arrive as readable one-liners.

HubSpot · MLS RESO Sync

Roadmap

Credentialed connectors on the events-bus seam. Want in early? Tell us about your stack and we'll wire your sandbox.

Request access

Bulk import

MLS-style CSV in, matched and priced inventory out.

CSV / MLS-style import

Bulk-load inventory with one multipart POST — every row gets instant matches and pricing, and fires the same webhooks as a UI listing.

POST /api/v1/listings/import · multipart field "file"

curl -s -X POST https://api.amarithm.com/api/v1/listings/import \
  -H "X-API-Key: amk_demo_bluekey_7f3d9a" -F "file=@data/sample_import.csv"
Required columns: address, neighborhood, zip, price_ask, beds, baths, sqft, year_built, property_type, condition_score, style_tags (pipe-separated). Optional: description. Sample file at data/sample_import.csv — bad rows are reported per-row, good rows still import.