取得會員點數
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Query parameters
botIdstringRequired
The bot ID for the API request
Body
Client identification rules:
- Can provide 'clientIds' for encoded client IDs
- Can provide both 'platform' and 'platformClientIds' for platform-specific client lookup
- At least one of clientIds or (platform + platformClientIds) must be provided
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_hereclientIdsstring[] · max: 100OptionalExample:
Array of encoded client IDs (maximum 100 items)
["VolejRejN","AbCdEfGhI","XyZaBcDeF"]platformstring · enumOptionalExample:
Platform type (required if platformClientIds provided)
linePossible values: platformClientIdsstring[] · max: 100OptionalExample:
Array of platform-specific client IDs (maximum 100 items, required if platform provided)
["U1234567890abcdef","U9876543210fedcba"]Responses
200
Client points 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/client/pointLast updated