Strise · AsyncAPI Specification

Strise Webhooks

Version

View Spec View on GitHub CompanyFintechRegTechAMLKYCKYBComplianceFinancial CrimeScreeningSanctionsPEPGraphQLMCPAsyncAPIEvents

AsyncAPI Specification

strise-webhooks.yml Raw ↑
generated: '2026-07-21'
method: searched
type: Webhooks
status: alpha
source: https://docs.strise.ai/api/webhooks/
spec_type: none    # provider documents webhooks but publishes no AsyncAPI document
transport:
  method: POST
  scheme: https
  auth_header: 'Authorization: Bearer <JWT>'
management: Settings -> Team -> Webhooks (team managers only)
subscription_fields: [endpoint_url, event_types, active]
envelope:
  id: unique event identifier
  version: '1'
  eventType: event category
  teamId: team identifier
  subscriptionId: subscription identifier
  timestamp: ISO 8601 timestamp
  data: event-specific payload (varies by eventType)
events:
- type: review.completed
  description: A review has finished processing and its result is ready.
- type: form.status.changed
  description: A customer-facing form has changed status (includes old and new statuses).
signature_verification:
  issuer: Google-issued OIDC tokens
  steps:
  - Validate the Google signature against Google public keys.
  - 'Check iss: https://accounts.google.com'
  - 'Verify email: webhook-delivery@strise-prod.iam.gserviceaccount.com'
  - Verify aud matches your registered endpoint URL.
  - Confirm exp is in the future.
  warning: >-
    A valid Google signature alone does NOT prove the request is from Strise;
    the email and audience claims must both be verified.
delivery:
  ack: Respond 2xx to acknowledge; non-2xx triggers retries.
  testing: '"Send mock event" action delivers a test event with production-level signing.'
notes: >-
  Outbound webhooks are in Alpha. Additional event types are planned; contact
  Strise to request new events. No AsyncAPI document is published — this is the
  documented webhook catalog, not a fabricated spec.

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/strise-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.