Skip to main content

Support

The support page is used for the user to view support requests, open a new request, send a response and close the request.

Access Path

  • Web: /support

Major Transactions

  • List support requests
  • Creating a new support request
  • Sending a response to the request
  • Request closure

API Bits Used

  • GET /api/support
  • POST /api/support/create
  • POST /api/support/:id/reply
  • POST /api/support/:id/close

Authorization Note

  • Requests are captured and processed based on session-based user context.

:::info Manifest Code console:support:view

:::