MantaGO
  • 文件說明
  • 文件說明
    • 會員API
      • 帳號綁定
      • 解除帳號綁定
      • 會員列表
      • 會員資料
    • 用戶推播
    • 設定webview網址
    • 設定回呼網址
    • API Token與Secret Key換發
  • 常見問題
    • 如何取得Token
    • 錯誤代碼
  • 情境範例
    • 購物車下單後推播訊息
Powered by GitBook
On this page
  1. 文件說明
  2. 會員API

帳號綁定

Request Url :

POST https://mantago.cc/api/openapi/bind/customer

Request headers :

Name
Description

Content-Type

application/json

Authorization

Bearer {API Token}

Request body :

Name
Type
Description
Required

clientId

String

Line ID

O

customerId

String

客戶ID

O

secret

String

secret token

O

Response example :

{
    "success": true,
    "message": "Bind customer successfully"
}
Previous會員APINext解除帳號綁定

Last updated 7 months ago