Games
Get workspace bans
API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Games
Get workspace bans
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
Response
200
application/json
The request was successful, and the server has returned the requested resource in the response body.
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>"
}
]
}