GET
/whitelist/getwhitelist
curl \
-X GET https://myrealm.lastoasis.gg/api/whitelist/getwhitelist?realmid=string \
-H "API Key: $API_KEY"
Response examples (200)
{
"result": [
{
"id": 42,
"uniqueNetId": "string",
"description": "string"
}
],
"problem": null,
"success": true
}
Response examples (200)
{
"result": [
{
"id": 42,
"uniqueNetId": "string",
"description": "string"
}
],
"problem": null,
"success": true
}