#帳戶服務 REST API 參考

本文檔描述了帳戶服務API。

版本:1.0.1 基礎URL:{{API_BASE_URL}}/api/account-0857 方案:HTTPS

#端點

  1. 取得並發用戶

#1. 取得並發用戶

端點GET /a/ccu 摘要:檢索並發使用者數。
權限:ccuTracker.ccu.get 消耗:application/json 產生:application/json 安全:BearerAuth(授權:承載abcde12345)

#請求

CURL

curl -X GET "{{API_BASE_URL}}/api/account-0857/a/ccu" \
  -H "Authorization: Bearer abcde12345" \
  -H "Accept: application/json"

#回應