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

# Sepay Webhook Get

> Verify endpoint is active.



## OpenAPI

````yaml /api/openapi-cutmake.json get /sepay
openapi: 3.1.0
info:
  title: VM App API
  version: 0.1.0
servers:
  - url: https://vinmake-erp.onrender.com
security: []
paths:
  /sepay:
    get:
      tags:
        - SEPay Webhook
      summary: Sepay Webhook Get
      description: Verify endpoint is active.
      operationId: sepay_webhook_get_sepay_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````