Comment on page
Verify Whitelist
This endpoint allows you to verify the whitelist of a community account.
post
https://api.sonorancms.com
/servers/verify_whitelist
Verify Whitelist
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "VERIFY_WHITELIST",
"data": [
{
"apiId": "SOME_API_ID", // Optional - must have one (apiId or accId)
"accId": "SOMEACCID", // Optional - must have one (apiId or accId)
"serverId": 2 // Optional - will check specific server whitelist if specified
}
]
}
Last modified 6mo ago