Offendersearch · AsyncAPI Specification

Offendersearch Webhooks

Version

View Spec View on GitHub Background ScreeningIdentity & riskTrust and SafetyPublic RecordsCriminal dataComplianceSex-offender registry dataStaffing & recruitingTenant ScreeningHealthcareGig marketplacesAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-09-03'
method: searched
source: https://offendersearch.app/docs/async-and-webhooks.md
description: >-
  Webhook catalog for the asynchronous search surface. The provider ships no
  AsyncAPI document; this captures the documented webhook contract. Supply a
  webhookUrl on POST /v1/searches and the finished SearchResponse is POSTed to
  it when the search completes.
delivery:
  method: POST to the caller-supplied webhookUrl
  acknowledgement: Respond 2xx promptly; non-2xx deliveries are retried with exponential backoff for several attempts.
  semantics: at-least-once — de-duplicate on searchId.
security:
  signing_header: X-Offendersearch-Signature
  scheme: HMAC-SHA256 over the raw request body using the account's signing secret; verify with a timing-safe compare before trusting a delivery.
events:
  - name: search.completed
    description: An asynchronous search finished; payload is the full SearchResponse.
    payload_fields: [event, searchId, status, counts, sourceStatus, records]
    example:
      event: search.completed
      searchId: srch_9f2a7c
      status: complete

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/offendersearch-webhooks"
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.