Telemetree AI x TON Society
Get User Rating
User API
User API (Utils)
Events API
Funnels API
Retention API
Monthly Active Users API
Enterprise API
Telemetree Data Pipeline
Telemetree AI
Telemetree AI x TON Society
Telemetree AI x TON Society
Get User Rating
POST
/
telemetree-ai
/
ton-society
/
ton-society
/
user-rating
curl --request POST \
--url https://ebn.telemetree.io/public-api/telemetree-ai/ton-society/ton-society/user-rating \
--header 'Content-Type: application/json' \
--data '{
"limit": 100,
"referral_key": "<string>"
}'
{
"number_of_users": 0,
"users": []
}
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
curl --request POST \
--url https://ebn.telemetree.io/public-api/telemetree-ai/ton-society/ton-society/user-rating \
--header 'Content-Type: application/json' \
--data '{
"limit": 100,
"referral_key": "<string>"
}'
{
"number_of_users": 0,
"users": []
}