取得會員分析圖表
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Query parameters
botIdstringRequired
The bot ID for the API request
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_hereplatformstring · enumOptionalExample:
Platform type for filtering (optional, if not provided returns all platforms)
linePossible values: startTimestring · dateOptionalExample:
Start date for statistics range (optional, defaults to 7 days ago if not provided). Note - If the time range exceeds 365 days, startTime will be automatically adjusted to be 365 days before endTime.
2025-01-01endTimestring · dateOptionalExample:
End date for statistics range (optional, defaults to today if not provided). This date will be preserved even if the time range exceeds 365 days.
2025-01-07typestring · enumRequiredDefault:
Statistics type
followerExample: followerPossible values: Responses
200
Client statistics data retrieved successfully
application/json
401
JWT token is invalid or expired
application/json
403
Permission denied - insufficient access rights
application/json
404
OpenAPI configuration not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/openapi/clients/statisticsLast updated