Integrate the system of record for real-world presence. Discovery (Ask), Publishing (Post), and Verification (Presence) are ready for deployment.
Public, read-only discovery of real estate events via geographic search.
Authenticated ingest for publishing structured events via natural language.
Tip: Brokerage-scoped write tokens inject x-flypost-brokerage-id automatically. Only include brokerageId manually if your integration uses a multi-tenant/global token.
Authenticated operations (Post/Presence) require credentials.
For server-to-server publishing, include a static token in the x-flypost-write-token header (or as Authorization: Bearer <token>).
For browser publishing on post.goflypost.com, use Authorization: Bearer <firebase_id_token>.
Brokerage-scoped tokens inject x-flypost-brokerage-id for data ownership. Discovery requests with a brokerage scope unlock full street-level location precision.
For best results, include: event type (open house), full address, date, start/end time window, and an https:// listing URL when available.
List price is optional; never invent prices or details.
Each stored event includes a SHA-256 hash (event.hash) for integrity verification. Discovery responses may also expose a hash field (e.g., dataHash) depending on surface/version.