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

設定回呼網址

根據傳入的參數來設定用戶機器人的回呼網址

Request Url :

POST https://mantago.cc/api/openapi/set/callback

Request headers :

Name
Description

Content-Type

application/json

Authorization

Bearer {API Token}

Request body :

Name
Type
Description

callback

String

回呼網址設定 ex: https://{your_domain}/callback

secret

String

API Secret

Response example :

{
    "success": true,
    "message": "Set customer callback url successfully",
    "customerCallbackUrl": "https://eslitec.com"
}
Previous設定webview網址NextAPI Token與Secret Key換發

Last updated 9 months ago