Execute Tunneled Local Requests

Use tunneled local requests when an operation must be executed through a connected desktop environment instead of directly from your backend.

Endpoint

POST/tunnel

Main fields

  • id
  • qesId
  • method
  • url
  • headers
  • dataBinary

Response fields

  • id
  • status
  • headers
  • responseBinary

Guidance

Use this path only for operations that require local execution. For normal API workflows, prefer first-class endpoints such as signing, devices, diagnostics, and webhooks.