GET
/
games
/
bans
curl --request GET \
  --url https://api.readmin.app/games/bans \
  --header 'loader-id: <api-key>'
{
  "success": true,
  "bans": [
    {
      "_id": "<string>",
      "groupId": "<string>",
      "userId": "<string>",
      "reason": "<string>",
      "disciplinarianId": "<string>",
      "active": "<string>",
      "created": true,
      "expires": "<string>"
    }
  ]
}

Authorizations

loader-id
string
header
required

Response

200
application/json
The request was successful, and the server has returned the requested resource in the response body.
success
boolean
required
bans
object[]
required