Full Whitelist

This endpoint allows you to get the full whitelist list for the specified server.

Full Whitelist

POST https://api.sonorancms.com/servers/full_whitelist

Gets the full list for everyone whitelisted for the specified server.

Request Body

NameTypeDescription

id

string

Community ID

key

string

API Key

type

string

FULL_WHITELIST

data

array

[
    {
        "name": "John Doe",
        "apiIds: [...],
    }
]
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "VERIFY_WHITELIST",
    "data": [
        {
            "serverId": 1,
        }
    ]
}

Last updated