Get Member Points
This endpoint allows you to get a member's disciplinary points
Get Member Points
Request Body
Name
Type
Description
10INVALID API KEY
INVALID COMMUNITY ID
MEMBER NOT FOUND{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "GET_MEMBER_POINTS",
"data": {
"apiId": "SOME_API_ID", // Optional - must have one
"username": "SOMEUSERNAME", // Optional - must have one
"accId": "SOMEACCID", // Optional - must have one
"discord": "111122223333444455", // Optional - must have one
"uniqueId": 1234 // Optional - must have one
}
}Last updated
Was this helpful?

