Iron.io · AsyncAPI Specification

Ironio Webhooks

Version

View Spec View on GitHub CompanyInfrastructureMessage QueueServerlessBackground JobsTask ProcessingCacheMessagingAsyncAPIEvents

AsyncAPI Specification

ironio-webhooks.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://dev.iron.io/mq/3/reference/api/
spec_type: Webhooks
notes: >-
  IronMQ is itself an event/messaging surface. It exposes two webhook-style
  mechanisms rather than a published AsyncAPI document: outbound push-queue delivery
  to subscriber HTTP endpoints, and an inbound webhook endpoint that ingests external
  events as queue messages. No AsyncAPI spec is published by Iron.io.
outbound:
- name: push-queue-delivery
  direction: outbound
  description: >-
    For push-type queues, IronMQ POSTs each message to every registered subscriber's
    HTTP(S) endpoint. Delivery status per subscriber is retrievable.
  manage_subscribers:
    add: POST /queues/{Queue Name}/subscribers
    replace: PUT /queues/{Queue Name}/subscribers
    remove: DELETE /queues/{Queue Name}/subscribers
  delivery_status: GET /queues/{Queue Name}/messages/{Message ID}/subscribers
inbound:
- name: webhook-ingest
  direction: inbound
  description: >-
    Accepts an external provider's webhook POST and enqueues the request body as a
    new message on the named queue.
  endpoint: POST /queues/{Queue Name}/webhook
  auth: OAuth token in query string or Authorization header

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