Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.readmin.app/games/bans \ --header 'loader-id: <api-key>'
{ "success": true, "bans": [ { "expires": "<string>", "_id": "<string>", "groupId": "<string>", "userId": "<string>", "reason": "<string>", "disciplinarianId": "<string>", "active": "<string>", "created": true } ] }
The request was successful, and the server has returned the requested resource in the response body.
Show child attributes