跳至主要内容

環境與 Base URL

所有 Platform API endpoint 都以固定 Base URL 開始:

https://api.guo-guo.com

Request Format

ItemValue
ProtocolHTTPS
Request Content-Typeapplication/json
Response Content-Typeapplication/json
Time FormatISO 8601 date-time, for example 2026-06-02T12:30:00+08:00

建立訂單 endpoint 請使用 JSON 作為 request format。

Common Headers

HeaderRequiredDescription
x-api-keyYesprivate key。請聯繫客服申請。
Content-TypePOST required建立訂單時使用 application/json

Pagination

列表 endpoint 使用 OData query parameters。單次回傳上限為 100 筆,回應中以 @odata.count 表示資料總數。