取得會員獎項
Retrieve all gifts (virtual, physical, and tickets) for a specific client.
Gift types:
Virtual Gifts: Virtual type gifts
Physical Gifts: Physical type gifts
Tickets: Coupons (default gift) that are unused
Conditional validation rules:
Either provide 'clientId' OR both 'platform' and 'platformClientId'
Bearer token for API authentication
The bot ID for the API request
Platform-specific client ID (required if clientId not provided in body)
Platform type (required if platformClientId provided)
Client identification rules:
- Either provide 'clientId' OR both 'platform' and 'platformClientId'
Secret key for API authentication
your_secret_key_hereThe client ID (required if platform + platformClientId not provided)
client456Platform type (required if platformClientId provided)
linePossible values: Platform-specific client ID (required if clientId not provided)
U1234567890abcdefClient gifts retrieved successfully
JWT token is invalid or expired
Permission denied - insufficient access rights
Resource not found
Rate limit exceeded
Internal server error
Last updated