Comment on page
Get Account Ranks
This endpoint allows you to get a community account ranks.
post
https://api.sonorancms.com
/general/get_account_ranks
Get Account Ranks
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "GET_ACCOUNT_RANKS",
"data": [
{
"apiId": "SOME_API_ID", // Optional - must have one
"username": "SOMEUSERNAME", // Optional - must have one
"accId": "SOMEACCID", // Optional - must have one
}
]
}
Last modified 6mo ago