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>"
}
]
}
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>"
}
]
}
The request was successful, and the server has returned the requested resource in the response body.
The response is of type object
.