Skip to main content

HTTP

  • Protocol: HTTP
  • Method: POST only
  • Base URL: deployment-specific (default http://127.0.0.1:8008)
  • Response content type: application/json; charset=utf-8

HTTP request envelope

HTTP expects form parameters:

  • data (required): Base64 of UTF-8 JSON business payload
  • sign (required): signature string

Recommended content type:

  • application/x-www-form-urlencoded