Full Whitelist
This endpoint allows you to get the full whitelist list for the specified server.
API endpoint requires the Plus version of Sonoran CMS or higher.
For more information, see our pricing page.
post
https://api.sonorancms.com
/servers/full_whitelist
Full Whitelist
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "VERIFY_WHITELIST",
"data": [
{
"serverId": 1,
}
]
}
Last modified 7mo ago