Cenevo · AsyncAPI Specification

Cenevo Labguru Webhooks

Version

View Spec View on GitHub CompanyLab AutomationLaboratory InformaticsElectronic Lab NotebookLIMSSample ManagementLife SciencesBiotechnologyScientific ResearchAI AgentsData ManagementAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/cenevo-labguru-v1-openapi.yml
spec_type: Webhooks
note: >-
  Labguru does not publish an AsyncAPI document, but the v1 API exposes a
  first-class webhook subscription surface. Subscriptions are created against a
  `trigger_key` and POST a JSON payload to a target `url` when the event fires
  (Labguru's own automation flows are a common target). The list of available
  webhook trigger keys is retrievable at runtime via GET /api/v1/webhooks/list.
surface:
  management_operations:
  - method: GET
    path: /api/v1/webhooks
    summary: List all webhook subscriptions in your account
  - method: POST
    path: /api/v1/webhooks
    summary: Create a new webhook subscription (item.trigger_key, item.active, item.url)
  - method: GET
    path: /api/v1/webhooks/{id}
    summary: Get a webhook subscription by id
  - method: PUT
    path: /api/v1/webhooks/{id}
    summary: Update webhook subscription attributes
  - method: DELETE
    path: /api/v1/webhooks/{id}
    summary: Delete a webhook subscription
  - method: GET
    path: /api/v1/webhooks/list
    summary: List all available webhook trigger keys
  subscription_model:
    fields:
    - trigger_key: the event to subscribe to (e.g. knowledgebase_document.signed)
    - active: boolean; subscription is inactive by default
    - url: target URL that receives the POST when the event fires
  known_trigger_examples:
  - knowledgebase_document.signed

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/cenevo-labguru-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.