Scalable Architecture · Example Payload

Scalable Architecture Event Example

Cloud ArchitectureCloud-NativeDistributed SystemsHigh AvailabilityInfrastructureMicroservicesPerformanceResilienceScalabilityService Mesh

Scalable Architecture Event Example is an example object payload from Scalable Architecture, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

specversionidsourcetypesubjectdatacontenttypedataschematimepartitionkeycorrelationidcausationiddatametadata

Example Payload

Raw ↑
{
  "specversion": "1.0",
  "id": "96fb5f0b-001e-0108-6d02-a85e00000001",
  "source": "/services/order-service",
  "type": "com.example.orders.created",
  "subject": "order-ORD-2026-87654",
  "datacontenttype": "application/json",
  "dataschema": "https://example.com/schemas/order-created/v1.json",
  "time": "2026-05-02T14:30:00Z",
  "partitionkey": "customer-456",
  "correlationid": "7a9f3b2c-4d8e-11ee-be56-0242ac120002",
  "causationid": "3c7f9b1a-4d8e-11ee-be56-0242ac120002",
  "data": {
    "orderId": "ORD-2026-87654",
    "customerId": "customer-456",
    "status": "created",
    "items": [
      {
        "productId": "PROD-001",
        "sku": "WIDGET-BLUE-L",
        "quantity": 2,
        "unitPrice": 29.99,
        "currency": "USD"
      },
      {
        "productId": "PROD-047",
        "sku": "GADGET-RED-M",
        "quantity": 1,
        "unitPrice": 49.99,
        "currency": "USD"
      }
    ],
    "totalAmount": 109.97,
    "currency": "USD",
    "shippingAddress": {
      "street": "123 Main Street",
      "city": "San Francisco",
      "state": "CA",
      "zip": "94105",
      "country": "US"
    },
    "createdAt": "2026-05-02T14:30:00Z"
  },
  "metadata": {
    "retryCount": 0,
    "deadLetterQueue": false,
    "version": 1
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/scalable-architecture-event-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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