會員列表

用來取得所屬於某機器人的會員資料,並可依據參數,獲得特定之會員資料

Get client list

post

Retrieve a list of clients with pagination support

Authorizations
AuthorizationstringRequired

Bearer token for API authentication

Query parameters
botIdstringRequired

The bot ID for the API request

customerIdstringOptional

Filter by customer ID

platformstring · enumOptional

Filter by platform

Possible values:
namestringOptional

Filter by client name

limitinteger · min: 1 · max: 100Optional

Maximum number of clients to return

Default: 10
offsetintegerOptional

Number of clients to skip

Default: 0
startAtintegerOptional

Start timestamp (1657867028700) for filtering clients

endAtintegerOptional

End timestamp (1657867028700) for filtering clients

nextstringOptional

Pagination token for next page

Body
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
Responses
chevron-right
200

Client list retrieved successfully

application/json
post
/openapi/clients

Last updated