For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

id

string

Community ID

key

string

API Key

type

string

FULL_WHITELIST

data

array

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

Last updated

Was this helpful?