Huice · Authentication Profile

Huice Authentication

Authentication

Huice secures its APIs with signature across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyEnterpriseE-CommerceERPOrder ManagementInventory ManagementWarehouse ManagementRetailSoftware-as-a-ServiceChina
Methods: signature Schemes: 1 OAuth flows: API key in: query

Security Schemes

WangdiantongSignature signature
· in: request-parameters ()

Source

Authentication Profile

huice-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://open.wangdian.cn/open/guide?path=guide_signsf
docs: https://open.wangdian.cn/open/guide?path=guide_kfzn
summary:
  types:
  - signature
  api_key_in:
  - query
  oauth2_flows: []
  note: >-
    Wangdiantong Open Platform uses a custom request-signature scheme (sid + appkey + timestamp +
    sign). It is not OAuth2/OIDC and not a simple static bearer key; the shared appsecret is never
    transmitted and is used only to compute the sign.
schemes:
- name: WangdiantongSignature
  type: signature
  in: request-parameters
  parameters:
  - name: sid
    required: true
    description: Seller account identifier assigned by Wangdiantong.
  - name: appkey
    required: true
    description: Interface (integration) account created in the self-service integration module.
  - name: timestamp
    required: true
    description: Beijing time as a 10-digit Unix epoch seconds value.
  - name: sign
    required: true
    description: 32-bit lowercase MD5 signature of the request parameters (see signature below).
  secret:
    name: appsecret
    transmitted: false
    description: Shared secret paired with appkey; used only to compute sign, never sent on the wire.
  signature:
    algorithm: MD5
    output: 32-bit lowercase hex
    docs: https://open.wangdian.cn/open/guide?path=guide_signsf
    steps:
    - Include all request parameters except appsecret.
    - Sort parameters by key name in ascending order.
    - For each pair, prefix the key with its 2-digit key-length and a '-'; prefix the value with its
      4-digit value-length (or the actual length when it exceeds 4 digits) and a '-'; join key and
      value parts with ':'; terminate each parameter with ';' (except the last).
    - Append appsecret directly to the end of the concatenated string (no separator).
    - Compute the 32-bit lowercase MD5 of that string; the result is the sign parameter.
  example_concatenation: '06-appkey:0008-test2-xx;08-end_time:0019-2016-08-01 13:00:00'

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/huice-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.