> ## 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.

# Webhook V1 Airwallex



## OpenAPI

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

````