Genki Forest Open Platform — Distributor & Receivables Management

Partner-facing API gateway at open.yuanqisenlin.com serving a Swagger 2.0 document titled "经销商&账款管理" (Distributor & Receivables Management, service name "arthur-merchant"). The document is publicly reachable at /v2/api-docs and rendered by a public knife4j UI at /doc.html, but it declares ZERO operations — only the two header credentials the gateway requires (Authorization bearer token and a tenantNumber tenant header). The operation catalog is not published publicly. Contact addresses in the document are @yuanqisenlin.com, and the declared host is open.yuanqisenlin.com, so the contract is unambiguously Genki Forest's own.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/genki-forest-open-platform-distributor-receivables-management"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

genki-forest-open-platform-swagger.json Raw ↑
{
 "swagger": "2.0",
 "info": {
  "description": "arthur-merchant",
  "version": "1.0",
  "title": "经销商&账款管理",
  "termsOfService": "http://localhost:7022/",
  "contact": {
   "name": "REDACTED_PERSONAL_NAMES",
   "email": "REDACTED_PERSONAL_EMAILS@yuanqisenlin.com"
  },
  "x-api-evangelist-redaction": "Saved verbatim from https://open.yuanqisenlin.com/v2/api-docs on 2026-08-21 with ONE change: info.contact named two individual Genki Forest employees and their personal corporate email addresses at yuanqisenlin.com. Those two names and two addresses were replaced with placeholders under the API Evangelist enrichment PII guardrail. Nothing else in this document was altered. The unmodified document remains available at the source URL."
 },
 "host": "open.yuanqisenlin.com",
 "basePath": "/",
 "securityDefinitions": {
  "BearerToken": {
   "type": "apiKey",
   "name": "Authorization",
   "in": "header"
  },
  "tenantNumber": {
   "type": "apiKey",
   "name": "tenantNumber",
   "in": "header"
  }
 }
}