OUACC Account

OUACC API Reference

公开目录、静态搜索索引、服务状态和 OpenAPI 文档。当前只开放只读 public/catalog 能力;下单、支付、库存锁定和代理密钥仍未开放。

边界提醒: OUACC 目前为试运营目录模式,支付渠道 0 个,153 个商品模板全部为 0 库存。
81 个分类 153 个商品模板 153 个 0 库存模板 0 个支付渠道 更新 2026-06-11T02:49:43.017811+00:00

Public Endpoints

GET/api/v1/public/config

Public site configuration, navigation, SEO, contact placeholders, and feature flags.

public
GET/api/v1/public/categories

Active public category tree. Current category count: 81.

public
GET/api/v1/public/banners

Home banners and mobile images. Current banner count: 4.

public
GET/api/v1/public/products

Public product templates. Current active templates: 153; all are zero stock.

public
GET/catalog/search-index.json

Static search index for platform/category/product discovery.

public
GET/service-status.json

Machine-readable trial mode and payment/stock status snapshot.

public
GET/openapi.json

Machine-readable OpenAPI 3.1 document for public endpoints.

public

Pending Private APIs

POST/api/v1/orders

Reserved for future order creation. Disabled during trial catalog mode.

pending
POST/api/v1/stock/lock

Reserved for future authenticated stock locking. Disabled until real inventory exists.

pending
GET/api/v1/reseller/*

Reserved for future reseller and wholesale APIs. No keys are issued yet.

pending

Example

读取公开商品模板列表:

curl -fsS https://ouacc.cc/api/v1/public/products | jq '.data[0]'

读取机器可读 OpenAPI:

curl -fsS https://ouacc.cc/openapi.json | jq '.info.title'