FastDOL Webhooks API

The Webhooks API from FastDOL — 1 operation(s) for webhooks.

Operations 1

POST /webhooks/stripe FastDOL Stripe Webhook Tombstone #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/fastdol-webhooks-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

fastdol-webhooks-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: FastDOL Auth Webhooks API
  version: '1.0'
  description: FastDOL aggregates federal workplace enforcement records on 2.3M US employers across 16 federal agencies — OSHA, WHD, MSHA, EPA ECHO, NLRB, FMCSA, OFLC, BLS SOII, SAM.gov, CMS, USAspending, CPSC, NHTSA, SEC, and the UVA Corporate Prosecution Registry. Query inspections, violations, penalties, wage theft cases, severe injury reports, recalls, and federal contract awards via a single, normalized JSON API.
  contact:
    name: FastDOL Support
    email: ben@fastdol.com
    url: https://fastdol.com/enterprise
  termsOfService: https://fastdol.com/terms
servers:
- url: https://api.fastdol.com
  description: FastDOL production API
tags:
- name: Webhooks
paths:
  /webhooks/stripe:
    post:
      summary: FastDOL Stripe Webhook Tombstone
      description: 'No-op accept for Stripe webhook deliveries post-redesign.


        Returns 200 immediately so Stripe''s retry loop doesn''t keep

        re-queuing events. We don''t read the body, don''t verify the

        signature, don''t log anything sensitive.


        Per-IP throttle keeps a non-Stripe attacker from using this

        unauthenticated endpoint as cheap bandwidth — legitimate Stripe

        deliveries come from many edge IPs and won''t hit the cap.'
      operationId: stripe_webhook_tombstone_webhooks_stripe_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
              examples:
                StripeWebhookTombstoneWebhooksStripePost200Example:
                  summary: Default StripeWebhookTombstoneWebhooksStripePost 200 response
                  x-microcks-default: true
                  value: string
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - Webhooks