會員列表
用來取得所屬於某機器人的會員資料,並可依據參數,獲得特定之會員資料
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Query parameters
botIdstringRequired
The bot ID for the API request
customerIdstringOptional
Filter by customer ID
platformstring · enumOptionalPossible values:
Filter by platform
namestringOptional
Filter by client name
limitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of clients to return
10offsetintegerOptionalDefault:
Number of clients to skip
0startAtintegerOptional
Start timestamp (1657867028700) for filtering clients
endAtintegerOptional
End timestamp (1657867028700) for filtering clients
nextstringOptional
Pagination token for next page
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_hereResponses
200
Client list retrieved successfully
application/json
401
JWT token is invalid or expired
application/json
403
Permission denied - insufficient access rights
application/json
404
Resource not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/openapi/clientsLast updated