Ostrom · AsyncAPI Specification

Ostrom Webhooks

Version

View Spec View on GitHub CompanyEnergyElectricityGreen EnergySmart MeterDynamic PricingGermanySustainabilityWebhookAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.ostrom-api.io/docs/webhooks-concept
spec_type: Webhooks
summary: >-
  Ostrom delivers events to partners via HTTP webhooks. A PARTNER registers a
  subscription (endpoint URL + shared secret) through the create-webhook API, then
  receives POST callbacks. Each delivery carries an X-Ostrom-Signature header — the
  HMAC-SHA1 hex digest (prefixed "sha1=") of the raw JSON body, keyed by the
  partner secret — for payload-integrity verification. No published AsyncAPI
  document exists; the specific event-type catalog is not enumerated in the docs.
transport: http
delivery: POST
signature:
  header: X-Ostrom-Signature
  algorithm: HMAC-SHA1
  format: 'sha1=<hex digest>'
  key: partner secret supplied at webhook creation (pseudorandom, >= 128 bit)
  verify: timing-safe comparison (crypto.timingSafeEqual)
management_operations:
- operationId: createWebhook
  method: POST
  path: /webhooks
  role: PARTNER
  body: { url: string, secret: string }
- operationId: getWebhooks
  method: GET
  path: /webhooks
  role: PARTNER
- operationId: getWebhook
  method: GET
  path: /webhooks/{id}
  role: PARTNER
- operationId: deleteWebhook
  method: DELETE
  path: /webhooks/{id}
  role: PARTNER
- operationId: testWebhook
  method: POST
  path: /webhooks/{id}/test
  role: PARTNER
  notes: Triggers a test event to the registered endpoint.
docs:
- https://docs.ostrom-api.io/docs/webhooks-concept
- https://docs.ostrom-api.io/reference/createwebhook

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