HappyCo · AsyncAPI Specification

Happyco Events

Version

View Spec View on GitHub CompanyPropTechReal-EstateProperty ManagementInspectionsMaintenanceMultifamilygRPCAsyncAPIEvents

AsyncAPI Specification

happyco-events.yml Raw ↑
generated: '2026-07-19'
method: searched
source: github.com/happy-co/api-ruby (generated gRPC service definitions)
spec_type: Webhooks
surface: grpc-server-streaming
description: >-
  HappyCo delivers asynchronous notifications through gRPC server-streaming
  event services rather than HTTP webhooks. A client opens a stream, receives
  events as they occur, and acknowledges them; HappyCo guarantees each event is
  delivered to one connected client at a time (round-robin), so processing scales
  horizontally. Events must be acked (or a timeout extension requested) before
  ack_timeout_seconds or they are redelivered. De-duplicate on event id.
event_services:
  - service: happyco.inspect.inspection.v1.InspectionEventService
    events:
      - name: OnInspectionStatusChanges
        type: stream
        request: InspectionStatusChangesEventRequest
        message: InspectionStatusChangesEvent
        description: Streams inspection status-change events as they occur.
      - name: OnInspectionStatusChangesAck
        type: unary
        request: InspectionStatusChangesEventAck
        response: InspectionStatusChangesEventAckResponse
        description: Acknowledges processed inspection status-change events.
  - service: happyco.inspect.report.v1.ReportEventService
    events:
      - name: OnReportsCreated
        type: stream
        request: ReportsCreatedEventRequest
        message: ReportsCreatedEvent
        description: Streams events when new reports are created.
      - name: OnReportsCreatedAck
        type: unary
        request: ReportsCreatedEventAck
        response: ReportsCreatedEventAckResponse
        description: Acknowledges processed report-created events.
ack_model:
  message: happyco.type.v1.EventAck
  fields:
    - event_ids
    - ack
    - extend_timeout_seconds
  options: happyco.type.v1.EventHandlerOptions (ack_timeout_seconds)

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/happyco-events"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.