Wacai Open API Gateway

Partner-facing API gateway for the Wacai open platform. Callers POST JSON to a single gateway entry, addressing operations by (apiName, apiVersion) and authenticating with appKey/appSecret HMAC request signing. No public OpenAPI is published; the protocol and client SDKs are documented in the wacai GitHub org.

API entry from apis.yml

apis.yml Raw ↑
name: Wacai Open API Gateway
description: Partner-facing API gateway for the Wacai open platform. Callers POST JSON to a single gateway
  entry, addressing operations by (apiName, apiVersion) and authenticating with appKey/appSecret HMAC
  request signing. No public OpenAPI is published; the protocol and client SDKs are documented in the
  wacai GitHub org.
humanURL: https://github.com/wacai/wacai-open-sdk
baseURL: https://open.wacai.com/gw/api_entry
properties:
- type: SourceCode
  url: https://github.com/wacai/wacai-open-sdk