POST
/whitelist/createwhitelistitem
curl \
-X POST https://myrealm.lastoasis.gg/api/whitelist/createwhitelistitem \
-H "API Key: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"realmid":42,"uniquenetid":"string","description":"string"}'
Request example
{
"realmid": 42,
"uniquenetid": "string",
"description": "string"
}
Request examples
{
"realmid": 42,
"uniquenetid": "string",
"description": "string"
}