> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiplexed Webhook



## OpenAPI

````yaml /api/openapi-cutmake.json post /webhooks/v1
openapi: 3.1.0
info:
  title: VM App API
  version: 0.1.0
servers:
  - url: https://vinmake-erp.onrender.com
security: []
paths:
  /webhooks/v1:
    post:
      summary: Multiplexed Webhook
      operationId: multiplexed_webhook_webhooks_v1_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````