果果行銷 Platform API
果果行銷 Platform API 提供外部系統查詢組織、產品、信用點數與訂單資料,並可依產品類型建立訂單。
| Item | Value |
|---|---|
| API Version | v1 |
| Base URL | https://api.guo-guo.com |
| Data Format | JSON |
| Primary Auth | x-api-key private key |
快速開始
- 聯繫客服申請 private key。
- 在每個 API request header 加上
x-api-key。 - 呼叫 取得產品列表 選擇可建立訂單的
product_id。 - 依產品類型呼叫對應的建立訂單 API。
- 使用 查詢訂單列表 追蹤訂單狀態。
提示
可先參考 Product List 檢視目前商品列表。商品資料僅供參考,仍以 API 實際回傳為主。
curl "https://api.guo-guo.com/platform/organization" \
-H "x-api-key: <private_key>"