Xiaoe (小鹅通) · Authentication Profile

Sem Authentication

Authentication

Xiaoe Open API authentication. Applications are created and authorized in the Xiaoe cloud console, then exchange app credentials for a short-lived access_token that is passed on every subsequent API call. There is no OAuth2 authorization-code / scope model — permissions are granted per-interface in the console and enforced server-side (return code 2017 on missing permission), with optional IP whitelisting (return code 2051).

Xiaoe (小鹅通) secures its APIs with access_token across 0 declared security schemes, as derived from its OpenAPI definitions.

CompanySoftware-as-a-ServicePrivate DomainContent CommerceLive StreamingEducationE-CommerceMarketingWeChatChina
Methods: access_token Schemes: 0 OAuth flows: API key in: query

Security Schemes

Source

Authentication Profile

sem-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://api-doc.xiaoe-tech.com/develop_guide/get_access_token.html
description: >-
  Xiaoe Open API authentication. Applications are created and authorized in the
  Xiaoe cloud console, then exchange app credentials for a short-lived
  access_token that is passed on every subsequent API call. There is no OAuth2
  authorization-code / scope model — permissions are granted per-interface in
  the console and enforced server-side (return code 2017 on missing permission),
  with optional IP whitelisting (return code 2051).
summary:
  types: [access_token]
  token_endpoint: https://api.xiaoe-tech.com/token
  oauth2_flows: []
  api_key_in: [query]
token:
  endpoint: GET https://api.xiaoe-tech.com/token
  params:
    app_id: Store business identifier
    client_id: Application unique identifier
    secret_key: Application credential secret
    grant_type: Fixed value client_credential
  grant_type: client_credential
  ttl_seconds: 7200
  refresh: >-
    Requests with >30 min remaining return the same token; below 30 min a new
    token is issued while the old remains briefly valid. Token endpoint is rate
    limited to 100 requests per 10 minutes.
  response_fields: [access_token, expires_in]
permissions:
  model: per-interface authorization granted in the Xiaoe cloud console
  ip_whitelist: supported (return code 2051 when caller IP is not whitelisted)
docs: https://api-doc.xiaoe-tech.com/develop_guide/get_access_token.html

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