Ekuaibao · Authentication Profile

Ekuaibao Authentication

Authentication

Ekuaibao secures its APIs with accessToken and jwt across 4 declared security schemes, as derived from its OpenAPI definitions.

CompanyEnterpriseExpense ManagementSpend ManagementTravel and ExpenseReimbursementFinanceAccountingInvoicingSoftware-as-a-ServiceChina
Methods: accessToken, jwt Schemes: 4 OAuth flows: API key in: query

Security Schemes

getAccessToken (v1) token
· in: query (accessToken)
getAppAccessToken (v1, self-built app) token
· in: query (accessToken)
getAccessToken (v3, tenant/platform) jwt
· in: query (accessToken)
temp-auth (temporary redirect authorization) token
· in: query (accessToken)

Source

Authentication Profile

ekuaibao-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.ekuaibao.com/docs/open-api/getting-started/auth
docs: https://docs.ekuaibao.com/docs/open-api/getting-started/getting-started
summary:
  model: token
  types:
  - accessToken
  - jwt
  api_key_in:
  - query
  oauth2_flows: []
  notes: >-
    Proprietary credential-exchange model. An appKey + appSecurity pair (issued in
    the tenant admin console: 合思 → 合思+ → 开放接口(新) / 自建应用) is exchanged for a
    short-lived accessToken. The accessToken is then supplied on every subsequent
    request as the `accessToken` query parameter (not a standard Authorization
    header, not OAuth2 authorization-code). The address prefix (host) must first be
    resolved per tenant/platform via GET /api/openapi/v2/location?corpId=.
schemes:
- name: getAccessToken (v1)
  type: token
  in: query
  parameter: accessToken
  token_endpoint: POST https://app.ekuaibao.com/api/openapi/v1/auth/getAccessToken
  credentials:
  - appKey
  - appSecurity
  returns:
  - accessToken
  - refreshToken
  - expireTime
  - corporationId
  ttl_seconds: 7200
  refresh_endpoint: POST /api/openapi/v1/auth/refreshToken
  sources:
  - https://docs.ekuaibao.com/docs/open-api/getting-started/auth
- name: getAppAccessToken (v1, self-built app)
  type: token
  in: query
  parameter: accessToken
  token_endpoint: POST https://app.ekuaibao.com/api/openapi/v1/auth/getAppAccessToken
  credentials:
  - appKey
  - appSecret
  returns:
  - accessToken
  - timeout
  ttl_seconds: 7200
  since: 1.25.0
  sources:
  - https://docs.ekuaibao.com/docs/open-api/getting-started/auth-getAppAccessToken
- name: getAccessToken (v3, tenant/platform)
  type: jwt
  in: query
  parameter: accessToken
  token_endpoint: POST https://open.hosecloud.com/auth/openApi/v3/getAccessToken
  credentials:
  - appKey
  - appSecurity
  returns:
  - accessToken
  - refreshToken
  - expiresTime
  - scope
  token_format: JWT (RS256)
  scopes:
  - tenant
  - platform
  ttl_seconds: 7200
  sources:
  - https://docs.ekuaibao.com/docs/open-api/getting-started/authV3
- name: temp-auth (temporary redirect authorization)
  type: token
  in: query
  parameter: accessToken
  token_endpoint: POST /api/openapi/v1/auth/getAccessToken (with expireDate)
  notes: >-
    Temporary authorization used to open Ekuaibao pages from an external system;
    expireDate up to 604800 seconds, with an optional overdueTokenRedirect.
  sources:
  - https://docs.ekuaibao.com/docs/open-api/getting-started/temp-auth
deprecated_schemes:
- name: realms/auth (legacy self-built app auth)
  endpoint: POST /api/realms/auth
  superseded_by: getAppAccessToken (v1)
  sources:
  - https://docs.ekuaibao.com/docs/open-api/getting-started/platform-auth

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/ekuaibao-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 email required.

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