API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Games
Get workspace bans
GET
/
games
/
bans
Copy
curl --request GET \
--url https://api.readmin.app/games/bans \
--header 'loader-id: <api-key>'
Copy
{
"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.
The response is of type object
.
Copy
curl --request GET \
--url https://api.readmin.app/games/bans \
--header 'loader-id: <api-key>'
Copy
{
"success": true,
"bans": [
{
"_id": "<string>",
"groupId": "<string>",
"userId": "<string>",
"reason": "<string>",
"disciplinarianId": "<string>",
"active": "<string>",
"created": true,
"expires": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.