API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Ranking Key
Get information about the ranking key
Get information about the ranking key
GET
/
ranking
Copy
curl --request GET \
--url https://api.readmin.app/ranking \
--header 'api-key: <api-key>'
Copy
{
"success": true,
"keyInfo": {
"_id": "<string>",
"groupId": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"rankingEnabled": true,
"enableShouting": {
"allowedRanks": [
"<string>"
]
},
"enableJoinRequestManagement": true,
"enableExile": true,
"created": "<string>"
}
}
Authorizations
Response
200
application/json
Returns information about the bot
The response is of type object
.
Copy
curl --request GET \
--url https://api.readmin.app/ranking \
--header 'api-key: <api-key>'
Copy
{
"success": true,
"keyInfo": {
"_id": "<string>",
"groupId": "<string>",
"id": "<string>",
"key": "<string>",
"name": "<string>",
"rankingEnabled": true,
"enableShouting": {
"allowedRanks": [
"<string>"
]
},
"enableJoinRequestManagement": true,
"enableExile": true,
"created": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.