1. Websocket, Socket.IO & more
多站点验证multiple sites
  • Default module
    • Sample APIs
      • markdown_请检查图片是否访问正常
      • Find pet by ID
      • Add a new pet to the store
      • Update an existing pet
      • Deletes a pet
      • Finds Pets by status
  • module2
    • markdown2
    • markdown1
    • Pet
      • 无 slug
      • 1slug-a
      • slug-multiple modified
      • Update Pet
    • User
      • Create User
      • Get User
    • Webhooks
      • Order Status Changed Event
      • Payment Succeeded Event
    • Websocket, Socket.IO & more
      • gRPC API
      • Other protocol API example
        DEMO
      • WebSocket example
      • Socket.IO example
      • Webhook example
      • GraphQL example
        POST
      • SSE example
        POST
      • SOAP example
        POST
    • Dashboard
      • Get Dashboard Stats
    • User Management
      • List Users
      • Get User Details
      • Update User Status
    • Order Management
      • List All Orders
      • Force Cancel Order
    • Audit Logs
      • Get Audit Log Details
  1. Websocket, Socket.IO & more

Other protocol API example

DEMO
/demo/endpoint
You can use the "Other Protocol API" feature to add the API specification for any custom protocol in Markdown format.

Request Example#

{
    "id": 27,
    "username": "Kendra Barton DVM",
    "firstName": "Candida",
    "lastName": "Kohler",
    "email": "Keira91@gmail.com",
    "password": "CiLBrdNc4pEm1yy",
    "phone": "(554) 698-0182",
    "userStatus": 87955405
}

Response Example#

{
    "code": 200,
    "type": "normal",
    "message": "success"
}
Modified at 2026-07-13 05:54:59
Previous
gRPC API
Next
WebSocket example
Built with