VIPShop · Authentication Profile

Vipshop Authentication

Authentication

VIPShop secures its APIs with apiKey and signature across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyConsumerE-CommerceRetailFlash SalesOpen PlatformChinaOrderInventoryLogistics
Methods: apiKey, signature Schemes: 2 OAuth flows: API key in: query

Security Schemes

AppKeySecret apiKey
· in: query ()
RequestSignature signature

Source

Authentication Profile

vipshop-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://vop.vip.com/doccenter/viewdoc/65
docs: https://vop.vip.com/home#/console/personal
summary:
  types: [apiKey, signature]
  api_key_in: [query]
  oauth2_flows: []
  note: >-
    No OpenAPI is published, so this profile is captured from the VOP documentation rather
    than derived from a spec. VOP uses an app-key + secret credential model with per-request
    signing (a sign parameter), typical of Chinese e-commerce open platforms.
schemes:
  - name: AppKeySecret
    type: apiKey
    in: query
    credential: app_key (public) + secret (private)
    description: >-
      Each developer application is issued an APPKEY (app_key) and SECRET after developer
      authentication. The app_key identifies the caller; the secret is used to compute the
      per-request signature and is never transmitted.
  - name: RequestSignature
    type: signature
    parameter: sign
    description: >-
      Every request carries a computed signature (sign) over the request parameters using the
      app secret. VOP provides a Signature Verification Tool to validate signatures during
      integration. Vendor authorization binds an app to the vendor accounts whose data it may access.
tools:
  signature_verification: https://vop.vip.com/doccenter/viewdoc/65
notes: >-
  Exact signature hash algorithm and full system-parameter list are documented in the VOP
  Development Specifications (login-gated); not fabricated here. This is a signature-auth
  (not OAuth) provider, so scopes/ is intentionally omitted.

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/vipshop-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.