會員資料
用會員的經過加密的 MantaGo ID,來取得所屬於某機器人的特定會員之資料
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Path parameters
clientIdstringRequired
The ID of the client to retrieve
Query parameters
botIdstringRequired
The bot ID for the API request
platformClientIdstringOptional
Platform-specific client ID (required if clientId is empty)
platformstring · enumOptionalPossible values:
Platform type (required if clientId is empty)
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_hereResponses
200
Client information 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/{clientId}Last updated